diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ieee80211/ieee80211_rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/ieee80211_rx.c b/net/ieee80211/ieee80211_rx.c index de402b75c428..4165da7ecff2 100644 --- a/net/ieee80211/ieee80211_rx.c +++ b/net/ieee80211/ieee80211_rx.c | |||
@@ -1514,7 +1514,7 @@ void ieee80211_rx_mgt(struct ieee80211_device *ieee, | |||
1514 | case IEEE80211_STYPE_DEAUTH: | 1514 | case IEEE80211_STYPE_DEAUTH: |
1515 | printk("DEAUTH from AP\n"); | 1515 | printk("DEAUTH from AP\n"); |
1516 | if (ieee->handle_deauth != NULL) | 1516 | if (ieee->handle_deauth != NULL) |
1517 | ieee->handle_deauth(ieee->dev, (struct ieee80211_auth *) | 1517 | ieee->handle_deauth(ieee->dev, (struct ieee80211_deauth *) |
1518 | header); | 1518 | header); |
1519 | break; | 1519 | break; |
1520 | default: | 1520 | default: |