forked from Minki/linux
wireless: more 'capability info' bits
define bits for 'capability info', as in recent spec edition IEEE802.11-2012 Also, add mask for 2-bit field 'bss type', as it is in 802.11ad Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
a357d7f985
commit
0f6dfcee2e
@ -1311,10 +1311,15 @@ struct ieee80211_vht_operation {
|
||||
#define WLAN_CAPABILITY_SPECTRUM_MGMT (1<<8)
|
||||
#define WLAN_CAPABILITY_QOS (1<<9)
|
||||
#define WLAN_CAPABILITY_SHORT_SLOT_TIME (1<<10)
|
||||
#define WLAN_CAPABILITY_APSD (1<<11)
|
||||
#define WLAN_CAPABILITY_RADIO_MEASURE (1<<12)
|
||||
#define WLAN_CAPABILITY_DSSS_OFDM (1<<13)
|
||||
#define WLAN_CAPABILITY_DEL_BACK (1<<14)
|
||||
#define WLAN_CAPABILITY_IMM_BACK (1<<15)
|
||||
|
||||
/* DMG (60gHz) 802.11ad */
|
||||
/* type - bits 0..1 */
|
||||
#define WLAN_CAPABILITY_DMG_TYPE_MASK (3<<0)
|
||||
#define WLAN_CAPABILITY_DMG_TYPE_IBSS (1<<0) /* Tx by: STA */
|
||||
#define WLAN_CAPABILITY_DMG_TYPE_PBSS (2<<0) /* Tx by: PCP */
|
||||
#define WLAN_CAPABILITY_DMG_TYPE_AP (3<<0) /* Tx by: AP */
|
||||
|
Loading…
Reference in New Issue
Block a user