[PATCH] softmac: update deauth handler to quiet warning
Recently the deauth packet handler was updated to use a deauth packet struct (identical to the auth packet struct) and this now gives a warning. This patch updates the code to properly use a deauth struct and deauth variable. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
f484d582d3
commit
b10c991fa4
@@ -147,7 +147,7 @@ int ieee80211softmac_deauth_req(struct ieee80211softmac_device *mac, struct ieee
|
||||
|
||||
/* for use by _module.c to assign to the callbacks */
|
||||
int ieee80211softmac_auth_resp(struct net_device *dev, struct ieee80211_auth *auth);
|
||||
int ieee80211softmac_deauth_resp(struct net_device *dev, struct ieee80211_auth *auth);
|
||||
int ieee80211softmac_deauth_resp(struct net_device *dev, struct ieee80211_deauth *deauth);
|
||||
|
||||
/*** prototypes from _assoc.c */
|
||||
void ieee80211softmac_assoc_work(void *d);
|
||||
|
Reference in New Issue
Block a user