diff options
author | Zhu Yi <yi.zhu@intel.com> | 2006-01-19 03:21:27 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-01-27 17:08:07 -0500 |
commit | b79e20b60997e427b701055a2c69fb0c1d507aa9 (patch) | |
tree | 318bf28699ed6042c667f01c8017c3d9d73c9f7d /net/ieee80211 | |
parent | 9184d9348a7a0e60d70d5f4c23de79fdbc72b9a3 (diff) |
[PATCH] ieee80211: Add 802.11h data type and structures
Add 802.11h data types and structure definitions to ieee80211.h.
Signed-off-by: Hong Liu <hong.liu@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211')
-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: |