mac80211: cfg.c: A typo fix
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 26 Mar 2021 23:12:45 +0000 (04:42 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Mar 2021 00:31:13 +0000 (17:31 -0700)
s/assocaited/associated/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/cfg.c

index 68a0de0..a0a1162 100644 (file)
@@ -1486,7 +1486,7 @@ static int sta_apply_parameters(struct ieee80211_local *local,
                sta->sta.wme = set & BIT(NL80211_STA_FLAG_WME);
 
        /* auth flags will be set later for TDLS,
-        * and for unassociated stations that move to assocaited */
+        * and for unassociated stations that move to associated */
        if (!test_sta_flag(sta, WLAN_STA_TDLS_PEER) &&
            !((mask & BIT(NL80211_STA_FLAG_ASSOCIATED)) &&
              (set & BIT(NL80211_STA_FLAG_ASSOCIATED)))) {