Page MenuHomeFreeBSD

80211: consistently spell 80P80
ClosedPublic

Authored by bz on Aug 7 2020, 5:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 11, 9:30 PM
Unknown Object (File)
Tue, Feb 11, 9:28 PM
Unknown Object (File)
Wed, Jan 29, 9:06 PM
Unknown Object (File)
Jan 23 2025, 6:43 PM
Unknown Object (File)
Jan 21 2025, 9:19 AM
Unknown Object (File)
Dec 11 2024, 10:22 AM
Unknown Object (File)
Dec 3 2024, 9:03 PM
Unknown Object (File)
Nov 21 2024, 9:21 PM
Subscribers

Details

Summary

The standard uses 80+80 and 80p80 but nowhere 80_80.
Swicth 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 anything to the user and 80P80 for anything
internal but let us not confuse parsers and hence avoid the '+' in
either case.

Sponsored by: Rubicon Communications, LLC (d/b/a "Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable