aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00mac.c
diff options
context:
space:
mode:
authorLuis Correia <luis.f.correia@gmail.com>2009-07-17 15:39:19 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-07-24 15:05:26 -0400
commit4951348109c334f2b839816bd161522d089cb782 (patch)
tree048551b7d0448bac32b04ad43886fa2523c58248 /drivers/net/wireless/rt2x00/rt2x00mac.c
parent30a12a8fbbd530b016277dd2ab65246b516540a8 (diff)
rt2x00: Comment spellchecking
Fix a bunch of spelling errors in the rt2x00 drivers Signed-off-by: Luis Correia <luis.f.correia@gmail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00mac.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt2x00mac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00mac.c b/drivers/net/wireless/rt2x00/rt2x00mac.c
index 3425984a55c7..9d31c23b92fa 100644
--- a/drivers/net/wireless/rt2x00/rt2x00mac.c
+++ b/drivers/net/wireless/rt2x00/rt2x00mac.c
@@ -341,7 +341,7 @@ int rt2x00mac_config(struct ieee80211_hw *hw, u32 changed)
341 int status; 341 int status;
342 342
343 /* 343 /*
344 * Mac80211 might be calling this function while we are trying 344 * mac80211 might be calling this function while we are trying
345 * to remove the device or perhaps suspending it. 345 * to remove the device or perhaps suspending it.
346 */ 346 */
347 if (!test_bit(DEVICE_STATE_PRESENT, &rt2x00dev->flags)) 347 if (!test_bit(DEVICE_STATE_PRESENT, &rt2x00dev->flags))
@@ -587,7 +587,7 @@ void rt2x00mac_bss_info_changed(struct ieee80211_hw *hw,
587 int update_bssid = 0; 587 int update_bssid = 0;
588 588
589 /* 589 /*
590 * Mac80211 might be calling this function while we are trying 590 * mac80211 might be calling this function while we are trying
591 * to remove the device or perhaps suspending it. 591 * to remove the device or perhaps suspending it.
592 */ 592 */
593 if (!test_bit(DEVICE_STATE_PRESENT, &rt2x00dev->flags)) 593 if (!test_bit(DEVICE_STATE_PRESENT, &rt2x00dev->flags))