wifi: mac80211: Add support for WBRF features
authorEvan Quan <quanliangl@hotmail.com>
Mon, 11 Dec 2023 10:06:25 +0000 (18:06 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 12 Dec 2023 09:36:59 +0000 (10:36 +0100)
commitd34be4310cbe3a01a7bef10c5adcb0a7faafa1d2
tree977b7500797ca4487618e35243b331266ca1bfe3
parent10fa22b6fb68198ab6bf2ab468a11c54f083761d
wifi: mac80211: Add support for WBRF features

To support the WBRF mechanism, Wifi adapters utilized in the system must
register the frequencies in use (or unregister those frequencies no longer
used) via the dedicated calls. So that, other drivers responding to the
frequencies can take proper actions to mitigate possible interference.

Co-developed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Co-developed-by: Evan Quan <quanliangl@hotmail.com>
Signed-off-by: Evan Quan <quanliangl@hotmail.com>
Signed-off-by: Ma Jun <Jun.Ma2@amd.com>
Link: https://msgid.link/20231211100630.2170152-5-Jun.Ma2@amd.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/Makefile
net/mac80211/chan.c
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/wbrf.c [new file with mode: 0644]