]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
80211: consistently spell 80P80
authorbz <bz@FreeBSD.org>
Mon, 17 Aug 2020 12:52:57 +0000 (12:52 +0000)
committerbz <bz@FreeBSD.org>
Mon, 17 Aug 2020 12:52:57 +0000 (12:52 +0000)
commitd8bc10c508bf15d57cdd983ceaa5f7e1426aa395
tree71ab4334372557c555f65539ddd888ae05a95bd3
parent1cab83013186b00449eb1394963e2f94a1b7c548
80211: consistently spell 80P80

The standard uses 80+80 and 80p80 but nowhere 80_80.
Switch the latter to 80P80 for all the macros and comments refering
to #defined flags which I could find.
The only place we leave as 80p80 is the ifconfig command line arguments
as we spell them all in lower case.
Ideally we would use 80+80 for any interactions with the user and
80P80 for anything internal but let us not confuse parsers and
hence avoid the '+' in either case.

Reviewed by: adrian, gnn
MFC after: 2 weeks
Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate")
Differential Revision: https://reviews.freebsd.org/D26001
lib/lib80211/lib80211_regdomain.c
sbin/ifconfig/ifieee80211.c
sys/net80211/_ieee80211.h
sys/net80211/ieee80211_ht.c
sys/net80211/ieee80211_var.h
sys/net80211/ieee80211_vht.c