diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2020-10-07 21:56:58 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2020-10-07 21:56:58 +0000 |
| commit | 1e375f3aa7a92e173c3e867f8324570ab4668669 (patch) | |
| tree | 8bfac49e03a83c78044400e853437a8cc4134ff1 /lib/lib80211 | |
| parent | cc71ff723468de99c72d455ebc970c2354b4d459 (diff) | |
Notes
Diffstat (limited to 'lib/lib80211')
| -rw-r--r-- | lib/lib80211/lib80211_regdomain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib80211/lib80211_regdomain.c b/lib/lib80211/lib80211_regdomain.c index 8dfd435e07a0..f5ed236467f5 100644 --- a/lib/lib80211/lib80211_regdomain.c +++ b/lib/lib80211/lib80211_regdomain.c @@ -191,11 +191,11 @@ decode_flag(struct mystate *mt, const char *p, int len) FLAG(IEEE80211_CHAN_VHT20), FLAG(IEEE80211_CHAN_VHT40), FLAG(IEEE80211_CHAN_VHT80), + FLAG(IEEE80211_CHAN_VHT160), /* * XXX VHT80P80? This likely should be done by * 80MHz chan logic in net80211 / ifconfig. */ - FLAG(IEEE80211_CHAN_VHT160), FLAG(IEEE80211_CHAN_ST), FLAG(IEEE80211_CHAN_TURBO), FLAG(IEEE80211_CHAN_PASSIVE), |
