diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965-hw.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965-hw.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965-hw.h b/drivers/net/wireless/iwlwifi/iwl-4965-hw.h index a71a489096ff..b34322a32458 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965-hw.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965-hw.h | |||
@@ -188,7 +188,7 @@ static inline int iwl4965_hw_valid_rtc_data_addr(u32 addr) | |||
188 | * | 188 | * |
189 | * 1) Regulatory information (max txpower and channel usage flags) is provided | 189 | * 1) Regulatory information (max txpower and channel usage flags) is provided |
190 | * separately for each channel that can possibly supported by 4965. | 190 | * separately for each channel that can possibly supported by 4965. |
191 | * 40 MHz wide (.11n fat) channels are listed separately from 20 MHz | 191 | * 40 MHz wide (.11n HT40) channels are listed separately from 20 MHz |
192 | * (legacy) channels. | 192 | * (legacy) channels. |
193 | * | 193 | * |
194 | * See struct iwl4965_eeprom_channel for format, and struct iwl4965_eeprom | 194 | * See struct iwl4965_eeprom_channel for format, and struct iwl4965_eeprom |
@@ -251,8 +251,8 @@ static inline int iwl4965_hw_valid_rtc_data_addr(u32 addr) | |||
251 | * no reduction (such as with regulatory txpower limits) is required. | 251 | * no reduction (such as with regulatory txpower limits) is required. |
252 | * | 252 | * |
253 | * Saturation and Backoff values apply equally to 20 Mhz (legacy) channel | 253 | * Saturation and Backoff values apply equally to 20 Mhz (legacy) channel |
254 | * widths and 40 Mhz (.11n fat) channel widths; there is no separate | 254 | * widths and 40 Mhz (.11n HT40) channel widths; there is no separate |
255 | * factory measurement for fat channels. | 255 | * factory measurement for ht40 channels. |
256 | * | 256 | * |
257 | * The result of this step is the final target txpower. The rest of | 257 | * The result of this step is the final target txpower. The rest of |
258 | * the steps figure out the proper settings for the device to achieve | 258 | * the steps figure out the proper settings for the device to achieve |