summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_softmac.c
diff options
context:
space:
mode:
authorMasanari Iida2012-08-09 18:37:31 +0200
committerGreg Kroah-Hartman2012-08-14 04:32:13 +0200
commitdb2c8da02a2175fe2d129aa55fb0b790ec07a1ac (patch)
tree8bddba3c1fd9517ac04ba83a28711cced1e55c02 /drivers/staging/rtl8192e/rtllib_softmac.c
parentstaging: ft1000: Replace timeout values with USB_CTRL_G(S)ET_TIMEOUT. (diff)
downloadkernel-qcow2-linux-db2c8da02a2175fe2d129aa55fb0b790ec07a1ac.tar.gz
kernel-qcow2-linux-db2c8da02a2175fe2d129aa55fb0b790ec07a1ac.tar.xz
kernel-qcow2-linux-db2c8da02a2175fe2d129aa55fb0b790ec07a1ac.zip
staging: rtl8192e: Fix typo in staging/rtl8192e
Correct spelling typo in staging/rtl8192e. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_softmac.c')
-rw-r--r--drivers/staging/rtl8192e/rtllib_softmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index a21b4d91a596..7c95518fb312 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -1687,7 +1687,7 @@ inline void rtllib_softmac_new_net(struct rtllib_device *ieee,
* if the network does broadcast and the user did set essid
* check if essid match
* if the ap is not set, check that the user set the bssid
- * and the network does bradcast and that those two bssid match
+ * and the network does broadcast and that those two bssid match
*/
if ((apset && apmatch &&
((ssidset && ssidbroad && ssidmatch) ||
@@ -2442,7 +2442,7 @@ inline int rtllib_rx_frame_softmac(struct rtllib_device *ieee,
return 0;
}
-/* following are for a simplier TX queue management.
+/* following are for a simpler TX queue management.
* Instead of using netif_[stop/wake]_queue the driver
* will use these two functions (plus a reset one), that
* will internally use the kernel netif_* and takes