net80211: Fix two typos in kernel messages

- s/defered/deferred/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2024-02-19 12:08:07 +01:00
parent f24c816daa
commit 94fc800f5b

View File

@ -974,7 +974,7 @@ hostap_auth_open(struct ieee80211_node *ni, struct ieee80211_frame *wh,
*/
IEEE80211_NOTE_MAC(vap,
IEEE80211_MSG_AUTH | IEEE80211_MSG_ACL, ni->ni_macaddr,
"%s", "station authentication defered (radius acl)");
"%s", "station authentication deferred (radius acl)");
ieee80211_notify_node_auth(ni);
} else {
IEEE80211_SEND_MGMT(ni, IEEE80211_FC0_SUBTYPE_AUTH, seq + 1);
@ -1124,7 +1124,7 @@ hostap_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *wh,
IEEE80211_NOTE_MAC(vap,
IEEE80211_MSG_AUTH | IEEE80211_MSG_ACL,
ni->ni_macaddr,
"%s", "station authentication defered (radius acl)");
"%s", "station authentication deferred (radius acl)");
ieee80211_notify_node_auth(ni);
return;
}