Merge tag 'devicetree-fixes-for-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / net / mac80211 / cfg.c
index 860bc35..7a99892 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)))) {