|
@@ -67,7 +67,7 @@
|
|
|
* enum iwl_sta_flags - flags for the ADD_STA host command
|
|
* enum iwl_sta_flags - flags for the ADD_STA host command
|
|
|
* @STA_FLG_REDUCED_TX_PWR_CTRL:
|
|
* @STA_FLG_REDUCED_TX_PWR_CTRL:
|
|
|
* @STA_FLG_REDUCED_TX_PWR_DATA:
|
|
* @STA_FLG_REDUCED_TX_PWR_DATA:
|
|
|
- * @STA_FLG_FLG_ANT_MSK: Antenna selection
|
|
|
|
|
|
|
+ * @STA_FLG_DISABLE_TX: set if TX should be disabled
|
|
|
* @STA_FLG_PS: set if STA is in Power Save
|
|
* @STA_FLG_PS: set if STA is in Power Save
|
|
|
* @STA_FLG_INVALID: set if STA is invalid
|
|
* @STA_FLG_INVALID: set if STA is invalid
|
|
|
* @STA_FLG_DLP_EN: Direct Link Protocol is enabled
|
|
* @STA_FLG_DLP_EN: Direct Link Protocol is enabled
|
|
@@ -91,10 +91,7 @@ enum iwl_sta_flags {
|
|
|
STA_FLG_REDUCED_TX_PWR_CTRL = BIT(3),
|
|
STA_FLG_REDUCED_TX_PWR_CTRL = BIT(3),
|
|
|
STA_FLG_REDUCED_TX_PWR_DATA = BIT(6),
|
|
STA_FLG_REDUCED_TX_PWR_DATA = BIT(6),
|
|
|
|
|
|
|
|
- STA_FLG_FLG_ANT_A = (1 << 4),
|
|
|
|
|
- STA_FLG_FLG_ANT_B = (2 << 4),
|
|
|
|
|
- STA_FLG_FLG_ANT_MSK = (STA_FLG_FLG_ANT_A |
|
|
|
|
|
- STA_FLG_FLG_ANT_B),
|
|
|
|
|
|
|
+ STA_FLG_DISABLE_TX = BIT(4),
|
|
|
|
|
|
|
|
STA_FLG_PS = BIT(8),
|
|
STA_FLG_PS = BIT(8),
|
|
|
STA_FLG_DRAIN_FLOW = BIT(12),
|
|
STA_FLG_DRAIN_FLOW = BIT(12),
|