diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2009-08-07 18:41:38 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-14 09:13:46 -0400 |
commit | 7aafef1c6e2e24f9a10dc2972bf0ee70624ccc47 (patch) | |
tree | 98cee2e028bc7fe7ea6fb2bac2a39780e78919d5 /drivers/net/wireless/iwlwifi/iwl-4965-hw.h | |
parent | 3d816c77ecb05d3a3e974a205e53392e5353553e (diff) |
iwlwifi: name changed from "fat" to "ht40"
Rename "fat" to "ht40"
The term "fat channel" is deprecated in favor of "HT40"
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 |