diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-07 11:13:54 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-09-07 11:13:54 +0000 |
| commit | d78a9076652a3ad7c93e674284b08911f9c42582 (patch) | |
| tree | 2b6323fc37878c7824ca9a62815f0dc6d1b8a407 /sys/net80211 | |
| parent | 14c9a2dbfbb081c59d091001b7ddf75eef00da07 (diff) | |
Diffstat (limited to 'sys/net80211')
| -rw-r--r-- | sys/net80211/ieee80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c index 9e7be39d4067..1034088c6fb6 100644 --- a/sys/net80211/ieee80211.c +++ b/sys/net80211/ieee80211.c @@ -1552,7 +1552,7 @@ ieee80211_get_channel_center_freq(const struct ieee80211_channel *c) * For 5, 10, 20MHz channels it'll be the normally configured channel * frequency. * - * For 40MHz, 80MHz, 160Mhz channels it'll the centre of the + * For 40MHz, 80MHz, 160MHz channels it will be the centre of the * wide channel, not the centre of the primary channel (that's ic_freq). * * For 80+80MHz channels this will be the centre of the primary |
