]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf2ef23283327b9ac9cb9b25d2c3c43f315da24ba
tree4492eb3d9cd6e2807105fe86d2d863fc5a86f2c5
parentcd845ec9bdbf1bfbe625daaa98e4f6b6e00871c8
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