diff options
author | Ben Cahill <ben.m.cahill@intel.com> | 2007-11-28 22:09:53 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:05:22 -0500 |
commit | 74093ddf4c42da74922b63fb6844989e21164d9e (patch) | |
tree | 3ffe5217d647a391fb3f13bac1eac141aa8eea19 /drivers/net/wireless/iwlwifi/iwl-4965-commands.h | |
parent | 1fea8e8838d009545d94588ac41037d8f20f969d (diff) |
iwlwifi: clean up some unused definitions in iwl-4965.h and iwl-3945.h
Clean up some unused definitions in iwl-4965.h and iwl-3945.h
Move STA_FLG_ definitions to iwl-4965-commands.h
Signed-off-by: Ben Cahill <ben.m.cahill@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 | ||