wifi: rtw89: 8852b: add basic baseband chip_ops
authorPing-Ke Shih <pkshih@realtek.com>
Sun, 9 Oct 2022 12:53:57 +0000 (20:53 +0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 12 Oct 2022 04:34:56 +0000 (07:34 +0300)
commita804479839e1cf502a76c407f3e07135ddbe5032
treed8bb558d0b5e2bc124b1fc13342ab0079e4dc1ef
parentb23b36efbdac603c491197dae1d27a3c5ac4b01c
wifi: rtw89: 8852b: add basic baseband chip_ops

chip_ops::bb_reset is to reset baseband state after loading parameters,
because its state could be unpredictable at that moment. The other is
chip_ops::bb_sethw that is to set some baseband settings not including in
parameter tables.

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