mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
net80211: Fix two typos in kernel messages
- s/defered/deferred/ (cherry picked from commit 94fc800f5bf20f573bef0d407c2f61ebcdc15bae)
This commit is contained in:
parent
81be5a55d9
commit
e705ac7788
1 changed files with 2 additions and 2 deletions
|
|
@ -978,7 +978,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);
|
||||
|
|
@ -1128,7 +1128,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue