aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/pcu.c
diff options
context:
space:
mode:
authorBob Copeland <me@bobcopeland.com>2010-08-21 16:39:02 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-08-25 14:33:18 -0400
commit8801df86d79b1ffda94e3b937bc19bbe9a66557d (patch)
treee0f49a2d356f38147cd6aa1d0b1f556ed31b9eab /drivers/net/wireless/ath/ath5k/pcu.c
parent2738bd682df546f34654ed3d59dfc9ebe8d04979 (diff)
downloadkernel_samsung_smdk4412-8801df86d79b1ffda94e3b937bc19bbe9a66557d.zip
kernel_samsung_smdk4412-8801df86d79b1ffda94e3b937bc19bbe9a66557d.tar.gz
kernel_samsung_smdk4412-8801df86d79b1ffda94e3b937bc19bbe9a66557d.tar.bz2
ath5k: trivial spelling fixes
Fix some comments: s/transmition/transmission/ s/puting/putting/ Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/pcu.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/pcu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath5k/pcu.c b/drivers/net/wireless/ath/ath5k/pcu.c
index 3fef593..bb2e215 100644
--- a/drivers/net/wireless/ath/ath5k/pcu.c
+++ b/drivers/net/wireless/ath/ath5k/pcu.c
@@ -137,11 +137,11 @@ void ath5k_hw_update_mib_counters(struct ath5k_hw *ah)
* ath5k_hw_set_ack_bitrate - set bitrate for ACKs
*
* @ah: The &struct ath5k_hw
- * @high: Flag to determine if we want to use high transmition rate
+ * @high: Flag to determine if we want to use high transmission rate
* for ACKs or not
*
* If high flag is set, we tell hw to use a set of control rates based on
- * the current transmition rate (check out control_rates array inside reset.c).
+ * the current transmission rate (check out control_rates array inside reset.c).
* If not hw just uses the lowest rate available for the current modulation
* scheme being used (1Mbit for CCK and 6Mbits for OFDM).
*/