summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
diff options
context:
space:
mode:
authorMasanari Iida2012-08-10 16:24:11 +0200
committerGreg Kroah-Hartman2012-08-14 04:32:13 +0200
commit935d59ff255896515741c1e5f00f28e630d1c3cf (patch)
treeecc50e8aa8d46b89d8865e33ead48673e07858a7 /drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
parentstaging: rtl8187se: Fix typo in staging/rtl8187se (diff)
downloadkernel-qcow2-linux-935d59ff255896515741c1e5f00f28e630d1c3cf.tar.gz
kernel-qcow2-linux-935d59ff255896515741c1e5f00f28e630d1c3cf.tar.xz
kernel-qcow2-linux-935d59ff255896515741c1e5f00f28e630d1c3cf.zip
staging: rtl8192u: Fix typo in staging/rtl8192u
Correct spelling typo in staging/rtl8192u Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
index f6ff8cff313a..a6adfc916291 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
@@ -1448,7 +1448,7 @@ inline void ieee80211_softmac_new_net(struct ieee80211_device *ieee, struct ieee
( apset && apmatch &&
((ssidset && ssidbroad && ssidmatch) || (ssidbroad && !ssidset) || (!ssidbroad && ssidset)) ) ||
/* if the ap is not set, check that the user set the bssid
- * and the network does bradcast and that those two bssid matches
+ * and the network does broadcast and that those two bssid matches
*/
(!apset && ssidset && ssidbroad && ssidmatch)
){
@@ -2520,7 +2520,7 @@ void ieee80211_associate_retry_wq(struct work_struct *work)
/* until we do not set the state to IEEE80211_NOLINK
* there are no possibility to have someone else trying
- * to start an association procdure (we get here with
+ * to start an association procedure (we get here with
* ieee->state = IEEE80211_ASSOCIATING).
* When we set the state to IEEE80211_NOLINK it is possible
* that the RX path run an attempt to associate, but