diff options
author | Ian Schram <ischram@telenet.be> | 2007-10-25 05:15:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:06 -0500 |
commit | 01ebd063e11bdcf1ddc605d968ea89aef48e34e0 (patch) | |
tree | d7c4046afe2f615f6ddb8f611eee81a3ddad3839 /drivers/net/wireless/iwlwifi/iwl-3945-rs.h | |
parent | 220173b01266d866009ca075757effad39648529 (diff) |
iwlwifi: fix various spelling and typos
Fixing various spelling errors and typos. Mostly in comments. In total
27 words were corrected, some of which occurred more than ones.
Signed-Of-By: Ian Schram <ischram@telenet.be>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945-rs.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945-rs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945-rs.h b/drivers/net/wireless/iwlwifi/iwl-3945-rs.h index bec4d3ffca1d..4f21bc73fc39 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945-rs.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945-rs.h | |||
@@ -174,7 +174,7 @@ static inline u8 iwl_get_prev_ieee_rate(u8 rate_index) | |||
174 | * iwl_fill_rs_info - Fill an output text buffer with the rate representation | 174 | * iwl_fill_rs_info - Fill an output text buffer with the rate representation |
175 | * | 175 | * |
176 | * NOTE: This is provided as a quick mechanism for a user to visualize | 176 | * NOTE: This is provided as a quick mechanism for a user to visualize |
177 | * the performance of the rate control alogirthm and is not meant to be | 177 | * the performance of the rate control algorithm and is not meant to be |
178 | * parsed software. | 178 | * parsed software. |
179 | */ | 179 | */ |
180 | extern int iwl_fill_rs_info(struct ieee80211_hw *, char *buf, u8 sta_id); | 180 | extern int iwl_fill_rs_info(struct ieee80211_hw *, char *buf, u8 sta_id); |
@@ -182,7 +182,7 @@ extern int iwl_fill_rs_info(struct ieee80211_hw *, char *buf, u8 sta_id); | |||
182 | /** | 182 | /** |
183 | * iwl_rate_scale_init - Initialize the rate scale table based on assoc info | 183 | * iwl_rate_scale_init - Initialize the rate scale table based on assoc info |
184 | * | 184 | * |
185 | * The specific througput table used is based on the type of network | 185 | * The specific throughput table used is based on the type of network |
186 | * the associated with, including A, B, G, and G w/ TGG protection | 186 | * the associated with, including A, B, G, and G w/ TGG protection |
187 | */ | 187 | */ |
188 | extern void iwl_rate_scale_init(struct ieee80211_hw *hw, s32 sta_id); | 188 | extern void iwl_rate_scale_init(struct ieee80211_hw *hw, s32 sta_id); |