diff options
| author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-08-15 00:00:00 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-15 00:29:20 -0400 |
| commit | e313087e42da177df00652d03be9afccf25f9545 (patch) | |
| tree | 769236258d9c2045af6bad59f50997dbbd7aca58 | |
| parent | eff349b136be49b0569bfdc225b49e28ce66ed22 (diff) | |
[PATCH] hostap: Capability field is called ESS, not BSS
Remove backwards compatibility define for WLAN_CAPABILITY_ESS now that
net/ieee80211.h defines this.
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/hostap/hostap_common.h b/drivers/net/wireless/hostap/hostap_common.h index 199a65841ad3..e0ce34f165e0 100644 --- a/drivers/net/wireless/hostap/hostap_common.h +++ b/drivers/net/wireless/hostap/hostap_common.h | |||
| @@ -19,9 +19,6 @@ | |||
| 19 | #define WLAN_FC_ISWEP BIT(14) | 19 | #define WLAN_FC_ISWEP BIT(14) |
| 20 | #define WLAN_FC_ORDER BIT(15) | 20 | #define WLAN_FC_ORDER BIT(15) |
| 21 | 21 | ||
| 22 | #define WLAN_CAPABILITY_ESS WLAN_CAPABILITY_BSS | ||
| 23 | |||
| 24 | |||
| 25 | /* Information Element IDs */ | 22 | /* Information Element IDs */ |
| 26 | #define WLAN_EID_SSID 0 | 23 | #define WLAN_EID_SSID 0 |
| 27 | #define WLAN_EID_SUPP_RATES 1 | 24 | #define WLAN_EID_SUPP_RATES 1 |
