Commit e18d13a7 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: ks7010: remove two fields of ks_wlan_private struct

This commit removes l2_dev and l2_fd fields of ks_wlan_private
struct because they are not being used at all.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b684a8c5
......@@ -454,8 +454,6 @@ struct ks_wlan_private {
u8 scan_ssid[IW_ESSID_MAX_SIZE + 1];
struct local_gain gain;
#ifdef WPS
struct net_device *l2_dev;
int l2_fd;
struct wps_status wps;
#endif /* WPS */
u8 sleep_mode;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment