linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH mac80211-next 0/4] add offchannel radar chain support
@ 2021-10-19 11:59 Lorenzo Bianconi
  2021-10-19 11:59 ` [PATCH mac80211-next 1/4] mac80211: introduce set_radar_offchan callback Lorenzo Bianconi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lorenzo Bianconi @ 2021-10-19 11:59 UTC (permalink / raw)
  To: johannes; +Cc: nbd, linux-wireless, lorenzo.bianconi, ryder.lee

Introduce the capability to configure a dedicated chain available for radar
detection on some hw (e.g. mt7915). The driver is supposed to implement CAC
management in sw or fw while hostapd will implement the logic to select and
configure the monitored channel.
Using a dedicated chain to perform the CAC, the AP can avoid the CAC downtime
switching to a new DFS channel.

Changes since rfc:
- rely on NL80211_CMD_RADAR_DETECT netlink msg to configure offchannel radar
  chain

Lorenzo Bianconi (4):
  mac80211: introduce set_radar_offchan callback
  cfg80211: introduce NL80211_ATTR_RADAR_OFFCHAN netlink attribute
  cfg80211: introduce cfg80211_cac_offchan_event routine
  cfg80211: introduce NL80211_EXT_FEATURE_RADAR_OFFCHAN feature flag

 include/net/cfg80211.h       | 19 +++++++++++++++++++
 include/net/mac80211.h       |  5 +++++
 include/uapi/linux/nl80211.h | 10 ++++++++++
 net/mac80211/cfg.c           | 13 +++++++++++++
 net/wireless/mlme.c          | 26 ++++++++++++++++++++++++++
 net/wireless/nl80211.c       | 16 ++++++++++++++--
 net/wireless/rdev-ops.h      | 17 +++++++++++++++++
 net/wireless/trace.h         | 19 +++++++++++++++++++
 8 files changed, 123 insertions(+), 2 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-19 11:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19 11:59 [PATCH mac80211-next 0/4] add offchannel radar chain support Lorenzo Bianconi
2021-10-19 11:59 ` [PATCH mac80211-next 1/4] mac80211: introduce set_radar_offchan callback Lorenzo Bianconi
2021-10-19 11:59 ` [PATCH mac80211-next 2/4] cfg80211: introduce NL80211_ATTR_RADAR_OFFCHAN netlink attribute Lorenzo Bianconi
2021-10-19 11:59 ` [PATCH mac80211-next 3/4] cfg80211: introduce cfg80211_cac_offchan_event routine Lorenzo Bianconi
2021-10-19 11:59 ` [PATCH mac80211-next 4/4] cfg80211: introduce NL80211_EXT_FEATURE_RADAR_OFFCHAN feature flag Lorenzo Bianconi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).