OSDN Git Service

mac80211: introduce set_radar_offchan callback
authorLorenzo Bianconi <lorenzo@kernel.org>
Sat, 23 Oct 2021 09:10:51 +0000 (11:10 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 19 Nov 2021 08:38:49 +0000 (09:38 +0100)
commit237337c230b94e78a5a0f88d1705259ab543fc40
treee5b5b8a54419b1abbee0682a294270cddcc75777
parentbc2dfc02836b1133d1bf4d22aa13d48ac98eabef
mac80211: introduce set_radar_offchan callback

Similar to cfg80211, introduce set_radar_offchan callback in mac80211_ops
in order to configure a dedicated offchannel chain available on some hw
(e.g. mt7915) to perform offchannel CAC detection and avoid tx/rx downtime.

Tested-by: Evelyn Tsai <evelyn.tsai@mediatek.com>
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://lore.kernel.org/r/201110606d4f3a7dfdf31440e351f2e2c375d4f0.1634979655.git.lorenzo@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/cfg.c