diff options
-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 |