[PATCH 13/15]drivers:staging:rtl8187se:ieee80211:ieee80211_rx.c Fix some comments.

From: Justin P. Mattock
Date: Fri Dec 31 2010 - 00:49:45 EST


Below are some patches that either fix a typo in a comment and/or fixes a
comment altogether to make more sense. If there is anything I missed let me know
and I'll resend.

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>

---
drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c
index 3a72449..6993a6a 100644
--- a/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c
+++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c
@@ -1373,9 +1373,9 @@ inline void ieee80211_process_probe_response(
}

// For Asus EeePc request,
- // (1) if wireless adapter receive get any 802.11d country code in AP beacon,
+ // (1) if wireless adapter receive gets any 802.11d country code in AP beacon,
// wireless adapter should follow the country code.
- // (2) If there is no any country code in beacon,
+ // (2) If there is not any country code in beacon,
// then wireless adapter should do active scan from ch1~11 and
// passive scan from ch12~14
if(ieee->bGlobalDomain)
--
1.6.5.2.180.gc5b3e

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/