summaryrefslogtreecommitdiff
path: root/sys/net80211
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-01-26 12:10:14 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-01-29 05:56:16 +0000
commit75a7424428f540172826348ffe61e97a7701f030 (patch)
treefa27e6f27d7ea55c466e9c23f93f5685306c6ac9 /sys/net80211
parentb77fe5ee308712793c2ca7b423cc411fd169829e (diff)
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
index e48c6e084eb3..bb3e6fb86a9d 100644
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -1378,7 +1378,7 @@ startbgscan(struct ieee80211vap *vap)
/*
* Compare two quiet IEs and return if they are equivalent.
*
- * The tbttcount isnt checked - that's not part of the configuration.
+ * The tbttcount isn't checked - that's not part of the configuration.
*/
static int
compare_quiet_ie(const struct ieee80211_quiet_ie *q1,