Commit 8801df86 authored by Bob Copeland's avatar Bob Copeland Committed by John W. Linville

ath5k: trivial spelling fixes

Fix some comments:
    s/transmition/transmission/
    s/puting/putting/
Signed-off-by: default avatarBob Copeland <me@bobcopeland.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 2738bd68
...@@ -137,11 +137,11 @@ void ath5k_hw_update_mib_counters(struct ath5k_hw *ah) ...@@ -137,11 +137,11 @@ void ath5k_hw_update_mib_counters(struct ath5k_hw *ah)
* ath5k_hw_set_ack_bitrate - set bitrate for ACKs * ath5k_hw_set_ack_bitrate - set bitrate for ACKs
* *
* @ah: The &struct ath5k_hw * @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 * for ACKs or not
* *
* If high flag is set, we tell hw to use a set of control rates based on * 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 * If not hw just uses the lowest rate available for the current modulation
* scheme being used (1Mbit for CCK and 6Mbits for OFDM). * scheme being used (1Mbit for CCK and 6Mbits for OFDM).
*/ */
......
...@@ -2987,7 +2987,7 @@ ath5k_setup_rate_powertable(struct ath5k_hw *ah, u16 max_pwr, ...@@ -2987,7 +2987,7 @@ ath5k_setup_rate_powertable(struct ath5k_hw *ah, u16 max_pwr,
/* /*
* Set transmition power * Set transmission power
*/ */
int int
ath5k_hw_txpower(struct ath5k_hw *ah, struct ieee80211_channel *channel, ath5k_hw_txpower(struct ath5k_hw *ah, struct ieee80211_channel *channel,
......
...@@ -326,7 +326,7 @@ static int ath5k_hw_set_power(struct ath5k_hw *ah, enum ath5k_power_mode mode, ...@@ -326,7 +326,7 @@ static int ath5k_hw_set_power(struct ath5k_hw *ah, enum ath5k_power_mode mode,
* register). After this MAC and Baseband are * register). After this MAC and Baseband are
* disabled and a full reset is needed to come * disabled and a full reset is needed to come
* back. This way we save as much power as possible * back. This way we save as much power as possible
* without puting the card on full sleep. * without putting the card on full sleep.
*/ */
int ath5k_hw_on_hold(struct ath5k_hw *ah) int ath5k_hw_on_hold(struct ath5k_hw *ah)
{ {
...@@ -344,7 +344,7 @@ int ath5k_hw_on_hold(struct ath5k_hw *ah) ...@@ -344,7 +344,7 @@ int ath5k_hw_on_hold(struct ath5k_hw *ah)
/* /*
* Put chipset on warm reset... * Put chipset on warm reset...
* *
* Note: puting PCI core on warm reset on PCI-E cards * Note: putting PCI core on warm reset on PCI-E cards
* results card to hang and always return 0xffff... so * results card to hang and always return 0xffff... so
* we ingore that flag for PCI-E cards. On PCI cards * we ingore that flag for PCI-E cards. On PCI cards
* this flag gets cleared after 64 PCI clocks. * this flag gets cleared after 64 PCI clocks.
...@@ -400,7 +400,7 @@ int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial) ...@@ -400,7 +400,7 @@ int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial)
/* /*
* Put chipset on warm reset... * Put chipset on warm reset...
* *
* Note: puting PCI core on warm reset on PCI-E cards * Note: putting PCI core on warm reset on PCI-E cards
* results card to hang and always return 0xffff... so * results card to hang and always return 0xffff... so
* we ingore that flag for PCI-E cards. On PCI cards * we ingore that flag for PCI-E cards. On PCI cards
* this flag gets cleared after 64 PCI clocks. * this flag gets cleared after 64 PCI clocks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment