diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-08-15 00:00:01 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-15 00:29:20 -0400 |
commit | b2f4a2e3b1620667da9654f9e220c92ea52bdbe4 (patch) | |
tree | db5e024ea15f6d78f373074d6d32a726db736633 /drivers/net/wireless/hostap/hostap_common.h | |
parent | e313087e42da177df00652d03be9afccf25f9545 (diff) |
[PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 ones
Replace remaining WLAN_FC_* defines with the ones used in ieee80211
header file. This completes the move from hostap version of frame
control field processing to ieee80211 version.
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_common.h')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/hostap/hostap_common.h b/drivers/net/wireless/hostap/hostap_common.h index e0ce34f165e0..6f4fa9dc308f 100644 --- a/drivers/net/wireless/hostap/hostap_common.h +++ b/drivers/net/wireless/hostap/hostap_common.h | |||
@@ -9,16 +9,6 @@ | |||
9 | 9 | ||
10 | /* IEEE 802.11 defines */ | 10 | /* IEEE 802.11 defines */ |
11 | 11 | ||
12 | #define WLAN_FC_PVER (BIT(1) | BIT(0)) | ||
13 | #define WLAN_FC_TODS BIT(8) | ||
14 | #define WLAN_FC_FROMDS BIT(9) | ||
15 | #define WLAN_FC_MOREFRAG BIT(10) | ||
16 | #define WLAN_FC_RETRY BIT(11) | ||
17 | #define WLAN_FC_PWRMGT BIT(12) | ||
18 | #define WLAN_FC_MOREDATA BIT(13) | ||
19 | #define WLAN_FC_ISWEP BIT(14) | ||
20 | #define WLAN_FC_ORDER BIT(15) | ||
21 | |||
22 | /* Information Element IDs */ | 12 | /* Information Element IDs */ |
23 | #define WLAN_EID_SSID 0 | 13 | #define WLAN_EID_SSID 0 |
24 | #define WLAN_EID_SUPP_RATES 1 | 14 | #define WLAN_EID_SUPP_RATES 1 |