mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 02:06:15 +01:00
Staging: wlan-ng: Remove unused function declaration
Function p80211wext_event_associated has been declared but not used. Thus remove the declaration. Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d4f8455b12
commit
6fbbf260b0
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ typedef struct p80211_frmrx_t {
|
|||
struct iw_statistics *p80211wext_get_wireless_stats(netdevice_t *dev);
|
||||
/* wireless extensions' ioctls */
|
||||
extern struct iw_handler_def p80211wext_handler_def;
|
||||
int p80211wext_event_associated(struct wlandevice *wlandev, int assoc);
|
||||
|
||||
/* WEP stuff */
|
||||
#define NUM_WEPKEYS 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue