diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965-commands.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965-commands.h b/drivers/net/wireless/iwlwifi/iwl-4965-commands.h index 575a065f8e5c..bd55709e48f2 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965-commands.h | |||
@@ -515,6 +515,14 @@ struct iwl4965_qosparam_cmd { | |||
515 | #define IWL_INVALID_STATION 255 | 515 | #define IWL_INVALID_STATION 255 |
516 | 516 | ||
517 | #define STA_FLG_PWR_SAVE_MSK __constant_cpu_to_le32(1<<8); | 517 | #define STA_FLG_PWR_SAVE_MSK __constant_cpu_to_le32(1<<8); |
518 | #define STA_FLG_RTS_MIMO_PROT_MSK __constant_cpu_to_le32(1 << 17) | ||
519 | #define STA_FLG_AGG_MPDU_8US_MSK __constant_cpu_to_le32(1 << 18) | ||
520 | #define STA_FLG_MAX_AGG_SIZE_POS (19) | ||
521 | #define STA_FLG_MAX_AGG_SIZE_MSK __constant_cpu_to_le32(3 << 19) | ||
522 | #define STA_FLG_FAT_EN_MSK __constant_cpu_to_le32(1 << 21) | ||
523 | #define STA_FLG_MIMO_DIS_MSK __constant_cpu_to_le32(1 << 22) | ||
524 | #define STA_FLG_AGG_MPDU_DENSITY_POS (23) | ||
525 | #define STA_FLG_AGG_MPDU_DENSITY_MSK __constant_cpu_to_le32(7 << 23) | ||
518 | 526 | ||
519 | #define STA_CONTROL_MODIFY_MSK 0x01 | 527 | #define STA_CONTROL_MODIFY_MSK 0x01 |
520 | 528 | ||