net80211(4): Fix a few common typos in source code comments

- s/annoucement/announcement/
- s/setings/settings/

MFC after:	1 week
This commit is contained in:
Gordon Bergling 2021-09-25 13:57:41 +02:00
parent 2aad906266
commit 2ec4c3c7f3
3 changed files with 3 additions and 3 deletions

View File

@ -1839,7 +1839,7 @@ hwmp_send_rann(struct ieee80211vap *vap,
* [6] addr3 = sa
* [1] action
* [1] category
* [tlv] root annoucement
* [tlv] root announcement
*/
rann->rann_ie = IEEE80211_ELEMID_MESHRANN;
rann->rann_len = IEEE80211_MESHRANN_BASE_SZ;

View File

@ -2959,7 +2959,7 @@ mesh_send_action_meshgate(struct ieee80211_node *ni,
* mesh link metric
* [1] category
* [1] action
* [tlv] mesh gate annoucement
* [tlv] mesh gate announcement
*/
*frm++ = category;
*frm++ = action;

View File

@ -149,7 +149,7 @@ ieee80211_node_vattach(struct ieee80211vap *vap)
/* NB: driver can override */
vap->iv_max_aid = IEEE80211_AID_DEF;
/* default station inactivity timer setings */
/* default station inactivity timer settings */
vap->iv_inact_init = IEEE80211_INACT_INIT;
vap->iv_inact_auth = IEEE80211_INACT_AUTH;
vap->iv_inact_run = IEEE80211_INACT_RUN;