diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2011-08-26 02:11:18 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 15:30:31 -0400 |
commit | 5f85a7890cbfd2be8f4c6620b2a6774d6b5ac647 (patch) | |
tree | 66eaa03491a20c343b1000e7ad4de4f5f282e0de /drivers/net/wireless/iwlwifi/iwl-commands.h | |
parent | 1603dd495f87ae97763870d57237744d90bc2bab (diff) |
iwlagn: iwl_tid_data moves to iwl-shared
The rate scaling and the transport need to access the data in
iwl_tid_data, hence the move.
Note that the only component in the upper layer that needs this data
is the rate scaling. Refactoring the rate scaling may help to move
iwl_tid_data from the shared area to the transport area.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 56252897ab3e..cb06196e0e80 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -808,6 +808,7 @@ struct iwl_qosparam_cmd { | |||
808 | #define IWLAGN_STATION_COUNT 16 | 808 | #define IWLAGN_STATION_COUNT 16 |
809 | 809 | ||
810 | #define IWL_INVALID_STATION 255 | 810 | #define IWL_INVALID_STATION 255 |
811 | #define IWL_MAX_TID_COUNT 9 | ||
811 | 812 | ||
812 | #define STA_FLG_TX_RATE_MSK cpu_to_le32(1 << 2) | 813 | #define STA_FLG_TX_RATE_MSK cpu_to_le32(1 << 2) |
813 | #define STA_FLG_PWR_SAVE_MSK cpu_to_le32(1 << 8) | 814 | #define STA_FLG_PWR_SAVE_MSK cpu_to_le32(1 << 8) |