Skip to content

Commit

Permalink
[PATCH] hostap: Capability field is called ESS, not BSS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jouni Malinen authored and Jeff Garzik committed Aug 15, 2005
1 parent eff349b commit e313087
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/hostap/hostap_common.h
Original file line number Diff line number Diff line change
@@ -19,9 +19,6 @@
#define WLAN_FC_ISWEP BIT(14)
#define WLAN_FC_ORDER BIT(15)

#define WLAN_CAPABILITY_ESS WLAN_CAPABILITY_BSS


/* Information Element IDs */
#define WLAN_EID_SSID 0
#define WLAN_EID_SUPP_RATES 1

0 comments on commit e313087

Please sign in to comment.