staging: wlan-ng: remove undefined function

The function p80211wext_get_wireless_stats() is declared in the code
but has neither been defined nor referenced.

It's definition was removed 13 years ago in the
commit cb3126e60f ("Staging: wlan-ng: Switch from wext to cfg80211")

Signed-off-by: Calvince Otieno <calvncce@gmail.com>
Link: https://lore.kernel.org/r/ZSzphFeckE7dM5g/@lab-ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Calvince Otieno 2023-10-16 10:43:00 +03:00 committed by Greg Kroah-Hartman
parent 48fb9529ad
commit 32d7def275
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ struct p80211_frmrx {
u32 decrypt_err;
};
/* called by /proc/net/wireless */
struct iw_statistics *p80211wext_get_wireless_stats(struct net_device *dev);
/* WEP stuff */
#define NUM_WEPKEYS 4
#define MAX_KEYLEN 32