summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/proto/802.11.h
diff options
context:
space:
mode:
authorRoland Vossen <rvossen@broadcom.com>2010-12-24 15:17:46 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-20 15:20:35 -0800
commit04795017b7da2bc1ee35dd671fc11018122a7905 (patch)
tree51015a6dc5aed84b1340beed481772d13575ec9d /drivers/staging/brcm80211/include/proto/802.11.h
parent3726ed4d55ec2b16a8b453b4025eff8ca41bd8a2 (diff)
downloadop-kernel-dev-04795017b7da2bc1ee35dd671fc11018122a7905.zip
op-kernel-dev-04795017b7da2bc1ee35dd671fc11018122a7905.tar.gz
staging: brcm80211: replaced some ieee80211 preprocessor constants part 2
Code cleanup. Reviewed-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Roland Vossen <rvossen@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include/proto/802.11.h')
-rw-r--r--drivers/staging/brcm80211/include/proto/802.11.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/staging/brcm80211/include/proto/802.11.h b/drivers/staging/brcm80211/include/proto/802.11.h
index 9ddf42a..e559b2a 100644
--- a/drivers/staging/brcm80211/include/proto/802.11.h
+++ b/drivers/staging/brcm80211/include/proto/802.11.h
@@ -168,12 +168,6 @@ typedef struct wme_param_ie wme_param_ie_t;
#define DOT11_MNG_WPA_ID 221
#define DOT11_MNG_VS_ID 221
-#define DOT11_CAP_ESS 0x0001
-#define DOT11_CAP_IBSS 0x0002
-#define DOT11_CAP_PRIVACY 0x0010
-#define DOT11_CAP_SHORT 0x0020
-#define DOT11_CAP_SHORTSLOT 0x0400
-
#define DOT11_BSSTYPE_INFRASTRUCTURE 0
#define DOT11_BSSTYPE_ANY 2
#define DOT11_SCANTYPE_ACTIVE 0
@@ -235,21 +229,12 @@ typedef struct ht_cap_ie ht_cap_ie_t;
#define HT_CAP_IE_LEN 26
-#define HT_CAP_LDPC_CODING 0x0001
-#define HT_CAP_40MHZ 0x0002
#define HT_CAP_MIMO_PS_MASK 0x000C
-#define HT_CAP_MIMO_PS_SHIFT 0x0002
#define HT_CAP_MIMO_PS_OFF 0x0003
#define HT_CAP_MIMO_PS_ON 0x0000
-#define HT_CAP_GF 0x0010
-#define HT_CAP_SHORT_GI_20 0x0020
-#define HT_CAP_SHORT_GI_40 0x0040
-#define HT_CAP_TX_STBC 0x0080
#define HT_CAP_RX_STBC_MASK 0x0300
#define HT_CAP_RX_STBC_SHIFT 8
#define HT_CAP_MAX_AMSDU 0x0800
-#define HT_CAP_DSSS_CCK 0x1000
-#define HT_CAP_40MHZ_INTOLERANT 0x4000
#define HT_CAP_RX_STBC_NO 0x0
#define HT_CAP_RX_STBC_ONE_STREAM 0x1
@@ -281,11 +266,6 @@ typedef struct ht_cap_ie ht_cap_ie_t;
#define DOT11_MAX_KEY_SIZE 32
#define DOT11_WPA_KEY_RSC_LEN 8
-#define WEP1_KEY_SIZE 5
-#define WEP128_KEY_SIZE 13
-#define TKIP_KEY_SIZE 32
-#define AES_KEY_SIZE 16
-
#define BRCM_OUI "\x00\x10\x18"
#endif /* _802_11_H_ */
OpenPOWER on IntegriCloud