Skip to content
Snippets Groups Projects
Commit e313087e authored by Jouni Malinen's avatar Jouni Malinen Committed by Jeff Garzik
Browse files

[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: default avatarJouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent eff349b1
Branches
Tags
No related merge requests found
...@@ -19,9 +19,6 @@ ...@@ -19,9 +19,6 @@
#define WLAN_FC_ISWEP BIT(14) #define WLAN_FC_ISWEP BIT(14)
#define WLAN_FC_ORDER BIT(15) #define WLAN_FC_ORDER BIT(15)
#define WLAN_CAPABILITY_ESS WLAN_CAPABILITY_BSS
/* Information Element IDs */ /* Information Element IDs */
#define WLAN_EID_SSID 0 #define WLAN_EID_SSID 0
#define WLAN_EID_SUPP_RATES 1 #define WLAN_EID_SUPP_RATES 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment