|
@@ -35,8 +35,8 @@
|
|
|
* IEEE80211_TX_CTL_CLEAR_PS_FILT control flag) when the next
|
|
|
* frame to this station is transmitted.
|
|
|
* @WLAN_STA_MFP: Management frame protection is used with this STA.
|
|
|
- * @WLAN_STA_SUSPEND: Set/cleared during a suspend/resume cycle.
|
|
|
- * Used to deny ADDBA requests (both TX and RX).
|
|
|
+ * @WLAN_STA_BLOCK_BA: Used to deny ADDBA requests (both TX and RX)
|
|
|
+ * during suspend/resume.
|
|
|
* @WLAN_STA_PS_DRIVER: driver requires keeping this station in
|
|
|
* power-save mode logically to flush frames that might still
|
|
|
* be in the queues
|
|
@@ -57,7 +57,7 @@ enum ieee80211_sta_info_flags {
|
|
|
WLAN_STA_WDS = 1<<7,
|
|
|
WLAN_STA_CLEAR_PS_FILT = 1<<9,
|
|
|
WLAN_STA_MFP = 1<<10,
|
|
|
- WLAN_STA_SUSPEND = 1<<11,
|
|
|
+ WLAN_STA_BLOCK_BA = 1<<11,
|
|
|
WLAN_STA_PS_DRIVER = 1<<12,
|
|
|
WLAN_STA_PSPOLL = 1<<13,
|
|
|
WLAN_STA_DISASSOC = 1<<14,
|