rtw89: implement ieee80211_ops::start_ap and stop_ap
authorPing-Ke Shih <pkshih@realtek.com>
Mon, 7 Feb 2022 06:38:58 +0000 (14:38 +0800)
committerKalle Valo <kvalo@kernel.org>
Thu, 10 Feb 2022 08:40:51 +0000 (10:40 +0200)
commita52e4f2ce0f5f24e4e557b5a254789f642705843
tree4492eb3d9cd6e2807105fe86d2d863fc5a86f2c5
parent1b73e77db1d087fb01b1fd0da6398bcbc93c3baf
rtw89: implement ieee80211_ops::start_ap and stop_ap

Configure firmware and hardware to run AP mode. The start_ap() setup
bssid, mac port, mac_id entry, and does RFK. The stop_ap() reset the
state.

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220207063900.43643-6-pkshih@realtek.com
drivers/net/wireless/realtek/rtw89/mac80211.c