aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2020-10-07 21:56:58 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2020-10-07 21:56:58 +0000
commit1e375f3aa7a92e173c3e867f8324570ab4668669 (patch)
tree8bfac49e03a83c78044400e853437a8cc4134ff1 /lib
parentcc71ff723468de99c72d455ebc970c2354b4d459 (diff)
downloadsrc-1e375f3aa7a92e173c3e867f8324570ab4668669.tar.gz
src-1e375f3aa7a92e173c3e867f8324570ab4668669.zip
80211: non-functional changes
Sort a few VHT160 and 80+80 lines, update some comments, and remove a superfluous ','. No functional changes intended. MFC after: 1 week Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=366522
Diffstat (limited to 'lib')
-rw-r--r--lib/lib80211/lib80211_regdomain.c2
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),