Skip to content

Commit

Permalink
staging: wlan-ng: remove unused p80211wext_handler_def declaration
Browse files Browse the repository at this point in the history
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 <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20220911094255.3225461-1-cuigaosheng1@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
gscui authored and gregkh committed Sep 11, 2022
1 parent 4dd8298 commit 9634b37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/wlan-ng/p80211netdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ struct p80211_frmrx {

/* called by /proc/net/wireless */
struct iw_statistics *p80211wext_get_wireless_stats(struct net_device *dev);
/* wireless extensions' ioctls */
extern struct iw_handler_def p80211wext_handler_def;

/* WEP stuff */
#define NUM_WEPKEYS 4
Expand Down

0 comments on commit 9634b37

Please sign in to comment.