git: 054c043b0abf - stable/14 - ifconfig: 802.11: fix indentation of a line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Feb 2025 14:53:03 UTC
The branch stable/14 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=054c043b0abf7615124e2a9a8e00742a8afcdffd commit 054c043b0abf7615124e2a9a8e00742a8afcdffd Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-01-04 08:01:24 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2025-02-10 14:52:12 +0000 ifconfig: 802.11: fix indentation of a line No functional changes. Sponsored by: The FreeBSD Foundation (cherry picked from commit cf71349a23f02b55bd3bb4973decac87f7a7d2b8) --- sbin/ifconfig/ifieee80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifieee80211.c b/sbin/ifconfig/ifieee80211.c index 396368798da3..77f7bdabb0b2 100644 --- a/sbin/ifconfig/ifieee80211.c +++ b/sbin/ifconfig/ifieee80211.c @@ -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;