diff options
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_module.c')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_module.c b/net/ieee80211/softmac/ieee80211softmac_module.c index aa65d5ad4c05..6f99f781bff8 100644 --- a/net/ieee80211/softmac/ieee80211softmac_module.c +++ b/net/ieee80211/softmac/ieee80211softmac_module.c | |||
@@ -41,6 +41,7 @@ struct net_device *alloc_ieee80211softmac(int sizeof_priv) | |||
41 | softmac->ieee->handle_auth = ieee80211softmac_auth_resp; | 41 | softmac->ieee->handle_auth = ieee80211softmac_auth_resp; |
42 | softmac->ieee->handle_deauth = ieee80211softmac_deauth_resp; | 42 | softmac->ieee->handle_deauth = ieee80211softmac_deauth_resp; |
43 | softmac->ieee->handle_assoc_response = ieee80211softmac_handle_assoc_response; | 43 | softmac->ieee->handle_assoc_response = ieee80211softmac_handle_assoc_response; |
44 | softmac->ieee->handle_reassoc_request = ieee80211softmac_handle_reassoc_req; | ||
44 | softmac->ieee->handle_disassoc = ieee80211softmac_handle_disassoc; | 45 | softmac->ieee->handle_disassoc = ieee80211softmac_handle_disassoc; |
45 | softmac->scaninfo = NULL; | 46 | softmac->scaninfo = NULL; |
46 | 47 | ||