diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-06-24 17:08:05 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-07-02 14:11:06 -0400 |
commit | bf3c7fddf9dffb0e5c76da3a94b8f5817a72f92c (patch) | |
tree | 53954be438936ef759b66a54acd686f580b7f784 /drivers/net/wireless/iwlwifi/iwl-commands.h | |
parent | 4bf49a90bc0bda131ef353cca631025849f36b4e (diff) |
iwlwifi: generic parameter define for _agn device
Code clean up to change name from having 5000 as part of name which easy
to confuse and think it is for 5000 series devices to more
generic _agn name since it is being used by multiple _agn devices.
No functional changes.
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 084495562200..d887b5751190 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -958,8 +958,8 @@ struct iwl_qosparam_cmd { | |||
958 | #define IWL3945_STATION_COUNT 25 | 958 | #define IWL3945_STATION_COUNT 25 |
959 | #define IWL4965_BROADCAST_ID 31 | 959 | #define IWL4965_BROADCAST_ID 31 |
960 | #define IWL4965_STATION_COUNT 32 | 960 | #define IWL4965_STATION_COUNT 32 |
961 | #define IWL5000_BROADCAST_ID 15 | 961 | #define IWLAGN_BROADCAST_ID 15 |
962 | #define IWL5000_STATION_COUNT 16 | 962 | #define IWLAGN_STATION_COUNT 16 |
963 | 963 | ||
964 | #define IWL_STATION_COUNT 32 /* MAX(3945,4965)*/ | 964 | #define IWL_STATION_COUNT 32 /* MAX(3945,4965)*/ |
965 | #define IWL_INVALID_STATION 255 | 965 | #define IWL_INVALID_STATION 255 |