mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ifconfig: 802.11: fix indentation of a line
No functional changes. Sponsored by: The FreeBSD Foundation (cherry picked from commit cf71349a23f02b55bd3bb4973decac87f7a7d2b8)
This commit is contained in:
parent
1e8f076a8e
commit
c88193d77c
1 changed files with 1 additions and 1 deletions
|
|
@ -2296,7 +2296,7 @@ regdomain_addchans(if_ctx *ctx, struct ieee80211req_chaninfo *ci,
|
|||
memset(c, 0, sizeof(*c));
|
||||
c->ic_freq = freq;
|
||||
c->ic_flags = flags;
|
||||
if (c->ic_flags & IEEE80211_CHAN_DFS)
|
||||
if (c->ic_flags & IEEE80211_CHAN_DFS)
|
||||
c->ic_maxregpower = nb->maxPowerDFS;
|
||||
else
|
||||
c->ic_maxregpower = nb->maxPower;
|
||||
|
|
|
|||
Loading…
Reference in a new issue