diff options
author | Eran Harary <eran.harary@intel.com> | 2014-05-07 01:22:41 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-05-11 06:07:33 -0400 |
commit | 9b1c9a666c4f9154bef6b93b712f77c08bb3bafc (patch) | |
tree | c6f66c5ccc2b0282f1f37bacbb6239380d050b87 /drivers/net/wireless/iwlwifi/iwl-nvm-parse.c | |
parent | 501fd9895c1d7d8161ed56698ae2fccb10ef14f5 (diff) |
iwlwifi: mvm: add channel 14 to the low band list
in family 8000: additional channel 14 added to the low
band list. now the number of channels in the low band
is 15.
Signed-off-by: Eran Harary <eran.harary@intel.com>
Reviewed-by: Dor Shaish <dor.shaish@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-nvm-parse.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-nvm-parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-nvm-parse.c b/drivers/net/wireless/iwlwifi/iwl-nvm-parse.c index 49963e4a887e..85eee79c495c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-nvm-parse.c +++ b/drivers/net/wireless/iwlwifi/iwl-nvm-parse.c | |||
@@ -128,7 +128,7 @@ static const u8 iwl_nvm_channels[] = { | |||
128 | 128 | ||
129 | static const u8 iwl_nvm_channels_family_8000[] = { | 129 | static const u8 iwl_nvm_channels_family_8000[] = { |
130 | /* 2.4 GHz */ | 130 | /* 2.4 GHz */ |
131 | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, | 131 | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, |
132 | /* 5 GHz */ | 132 | /* 5 GHz */ |
133 | 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, | 133 | 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, |
134 | 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, | 134 | 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, |
@@ -138,7 +138,7 @@ static const u8 iwl_nvm_channels_family_8000[] = { | |||
138 | #define IWL_NUM_CHANNELS ARRAY_SIZE(iwl_nvm_channels) | 138 | #define IWL_NUM_CHANNELS ARRAY_SIZE(iwl_nvm_channels) |
139 | #define IWL_NUM_CHANNELS_FAMILY_8000 ARRAY_SIZE(iwl_nvm_channels_family_8000) | 139 | #define IWL_NUM_CHANNELS_FAMILY_8000 ARRAY_SIZE(iwl_nvm_channels_family_8000) |
140 | #define NUM_2GHZ_CHANNELS 14 | 140 | #define NUM_2GHZ_CHANNELS 14 |
141 | #define NUM_2GHZ_CHANNELS_FAMILY_8000 13 | 141 | #define NUM_2GHZ_CHANNELS_FAMILY_8000 14 |
142 | #define FIRST_2GHZ_HT_MINUS 5 | 142 | #define FIRST_2GHZ_HT_MINUS 5 |
143 | #define LAST_2GHZ_HT_PLUS 9 | 143 | #define LAST_2GHZ_HT_PLUS 9 |
144 | #define LAST_5GHZ_HT 161 | 144 | #define LAST_5GHZ_HT 161 |