diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index b6bd4e9d8722..c10e2e8632b5 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -45,7 +45,9 @@ | |||
45 | * station in power-save mode, reply when the driver unblocks. | 45 | * station in power-save mode, reply when the driver unblocks. |
46 | * @WLAN_STA_PS_DRIVER_BUF: Station has frames pending in driver internal | 46 | * @WLAN_STA_PS_DRIVER_BUF: Station has frames pending in driver internal |
47 | * buffers. Automatically cleared on station wake-up. | 47 | * buffers. Automatically cleared on station wake-up. |
48 | * @WLAN_STA_TDLS_PEER: station is a TDLS peer. | 48 | * @WLAN_STA_TDLS_PEER: Station is a TDLS peer. |
49 | * @WLAN_STA_TDLS_PEER_AUTH: This TDLS peer is authorized to send direct | ||
50 | * packets. This means the link is enabled. | ||
49 | */ | 51 | */ |
50 | enum ieee80211_sta_info_flags { | 52 | enum ieee80211_sta_info_flags { |
51 | WLAN_STA_AUTH = 1<<0, | 53 | WLAN_STA_AUTH = 1<<0, |
@@ -63,6 +65,7 @@ enum ieee80211_sta_info_flags { | |||
63 | WLAN_STA_PSPOLL = 1<<13, | 65 | WLAN_STA_PSPOLL = 1<<13, |
64 | WLAN_STA_PS_DRIVER_BUF = 1<<14, | 66 | WLAN_STA_PS_DRIVER_BUF = 1<<14, |
65 | WLAN_STA_TDLS_PEER = 1<<15, | 67 | WLAN_STA_TDLS_PEER = 1<<15, |
68 | WLAN_STA_TDLS_PEER_AUTH = 1<<16, | ||
66 | }; | 69 | }; |
67 | 70 | ||
68 | #define STA_TID_NUM 16 | 71 | #define STA_TID_NUM 16 |