On 3/6/2025 1:51 PM, Miri Korenblit wrote: > From: Anjaneyulu <pagadala.yesu.anjaneyulu@xxxxxxxxx> > > Some regulatory bodies doesn't allow IR (initiate radioation) on a > specific subband, but allows it for channels with a bandwidth of 20 MHz. > Add a channel flag that indicates that, and consider it in > cfg80211_reg_check_beaconing. > > While on it, fix the indentation and kernel doc of enum > nl80211_reg_rule_flags. > > Signed-off-by: Pagadala Yesu Anjaneyulu <pagadala.yesu.anjaneyulu@xxxxxxxxx> S-O-B still doesn't match From: > Co-developed-by: Somashekhar Puttagangaiah <somashekhar.puttagangaiah@xxxxxxxxx> I missed this in the last review. Missing S-O-B of the co-developer > Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx> > --- > include/net/cfg80211.h | 4 +++ > include/uapi/linux/nl80211.h | 52 ++++++++++++++++++++---------------- > net/wireless/chan.c | 8 +++++- > net/wireless/nl80211.c | 4 +++ > net/wireless/reg.c | 4 ++- > 5 files changed, 47 insertions(+), 25 deletions(-) > --- > v2: rephrase the commit message > > diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h > index 29b9cf0fe6c8..9a4a5c20b568 100644 > --- a/include/net/cfg80211.h > +++ b/include/net/cfg80211.h > @@ -127,6 +127,9 @@ struct wiphy; > * even if it is otherwise disabled. > * @IEEE80211_CHAN_ALLOW_6GHZ_VLP_AP: Allow using this channel for AP operation > * with very low power (VLP), even if otherwise set to NO_IR. > + * @IEEE80211_CHAN_ALLOW_20MHZ_ACTIVITY: Allow using this channel for > + * soft AP operations and active scan in 20 MHz bandwidth, note this patch still uses the term "soft AP" in multiple places.