lib80211: fix indentation of comments for some netbands.

Whitespace only; no functional changes.

MFC after:	2 weeks
Sponsored by:	Rubicon Communications, LLC (d/b/a "Netgate")
This commit is contained in:
Bjoern A. Zeeb 2020-08-07 12:47:00 +00:00
parent 7d1d4407f5
commit d4a5edc3e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364012

View File

@ -73,10 +73,10 @@ struct regdomain {
netband_head bands_11b; /* 11b operation */
netband_head bands_11g; /* 11g operation */
netband_head bands_11a; /* 11a operation */
netband_head bands_11ng;/* 11ng operation */
netband_head bands_11na;/* 11na operation */
netband_head bands_11ac;/* 11ac 5GHz operation */
netband_head bands_11acg;/* 11ac 2GHz operation */
netband_head bands_11ng; /* 11ng operation */
netband_head bands_11na; /* 11na operation */
netband_head bands_11ac; /* 11ac 5GHz operation */
netband_head bands_11acg; /* 11ac 2GHz operation */
LIST_ENTRY(regdomain) next;
};