]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c
Fix common misspellings
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / rtl8192u / ieee80211 / ieee80211_softmac.c
index 4992d630f984b4509a13062fceac7d84d1aec1ff..4ec0a6520ddcf2bb7b69373ad5a36232aa99670f 100644 (file)
@@ -1973,7 +1973,7 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
                                                        return 1;
                                                }
                                                else
-                                               {       //filling the PeerHTCap. //maybe not neccesary as we can get its info from current_network.
+                                               {       //filling the PeerHTCap. //maybe not necessary as we can get its info from current_network.
                                                        memcpy(ieee->pHTInfo->PeerHTCapBuf, network->bssht.bdHTCapBuf, network->bssht.bdHTCapLen);
                                                        memcpy(ieee->pHTInfo->PeerHTInfoBuf, network->bssht.bdHTInfoBuf, network->bssht.bdHTInfoLen);
                                                }
@@ -2113,7 +2113,7 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
        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 uses these two function (plus a reset one), that
  * will internally uses the kernel netif_* and takes