diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-09-28 17:43:10 -0700 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-09-28 17:43:10 -0700 |
commit | 62cb3c6ac47a5ab7d8c67dbbf8cbdcd5ae735410 (patch) | |
tree | 0ae77dc3c53079c681a39f4b08a9c59ce7fd46cf | |
parent | 6d6a1afdc591e3f3ee66c39206923def43044ab6 (diff) |
iwlagn: API v5 for 6050 series device
For 6050 series device, change the supported API version
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 2 |
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 51444c8e69a..4d45932e901 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c @@ -51,7 +51,7 @@ /* Highest firmware API version supported */ #define IWL6000_UCODE_API_MAX 4 -#define IWL6050_UCODE_API_MAX 4 +#define IWL6050_UCODE_API_MAX 5 #define IWL6000G2_UCODE_API_MAX 5 /* Lowest firmware API version supported */ |