Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;