Skip to content

Commit 9634b37

Browse files
gscuigregkh
authored andcommitted
staging: wlan-ng: remove unused p80211wext_handler_def declaration
p80211wext_handler_def has been removed since commit cb3126e ("Staging: wlan-ng: Switch from wext to cfg80211"), so remove it. Signed-off-by: Gaosheng Cui <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4dd8298 commit 9634b37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/staging/wlan-ng/p80211netdev.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ struct p80211_frmrx {
137137

138138
/* called by /proc/net/wireless */
139139
struct iw_statistics *p80211wext_get_wireless_stats(struct net_device *dev);
140-
/* wireless extensions' ioctls */
141-
extern struct iw_handler_def p80211wext_handler_def;
142140

143141
/* WEP stuff */
144142
#define NUM_WEPKEYS 4

0 commit comments

Comments
 (0)