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:
Bjoern A. Zeeb 2025-01-04 08:01:24 +00:00 committed by Franco Fichtner
parent 1e8f076a8e
commit c88193d77c

View file

@ -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;