diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-01-26 12:10:14 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-01-29 05:56:16 +0000 |
| commit | 75a7424428f540172826348ffe61e97a7701f030 (patch) | |
| tree | fa27e6f27d7ea55c466e9c23f93f5685306c6ac9 /sys/net80211 | |
| parent | b77fe5ee308712793c2ca7b423cc411fd169829e (diff) | |
Diffstat (limited to 'sys/net80211')
| -rw-r--r-- | sys/net80211/ieee80211_sta.c | 2 |
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, |
