aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-25 07:37:12 -0700
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2012-04-25 07:37:12 -0700
commit7926e94aeec6b4b20f1b37afa619a0b71a458493 (patch)
treefc021d5e9d9cf61f0917e2168e9b49bf4c3a299d
parent0bf103211ecdd2a524ed169199ea93f1c12dd214 (diff)
downloadiwlwifi-7926e94aeec6b4b20f1b37afa619a0b71a458493.tar.gz
iwlwifi: use 6000G2 instead of 6000G2B
"iwlwifi: use correct released ucode version" change the ucode api ok from 6000G2 to 6000G2B. Fix it Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-6000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c
index c7887727f8e5dc..381b02cf339c46 100644
--- a/drivers/net/wireless/iwlwifi/iwl-6000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-6000.c
@@ -138,7 +138,7 @@ static const struct iwl_bt_params iwl6000_bt_params = {
#define IWL_DEVICE_6005 \
.fw_name_pre = IWL6005_FW_PRE, \
.ucode_api_max = IWL6000G2_UCODE_API_MAX, \
- .ucode_api_ok = IWL6000G2B_UCODE_API_OK, \
+ .ucode_api_ok = IWL6000G2_UCODE_API_OK, \
.ucode_api_min = IWL6000G2_UCODE_API_MIN, \
.device_family = IWL_DEVICE_FAMILY_6005, \
.max_inst_size = IWL60_RTC_INST_SIZE, \