Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rsi: add firmware support for AP+BT dual mode

Currently, AP mode will work on only WLAN alone firmware. To give support
for AP and BT dual mode, adding firmware entry in 'struct ta_metadata'.
The firmware entry is based on what coex_mode is used in driver and coex
mode '4' for all AP+BT related functionalities. Hence, added the same.

Signed-off-by: Siva Rebbagondla <siva.rebbagondla@redpinesignals.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Siva Rebbagondla and committed by
Kalle Valo
f5fbce65 bae40292

+3
+3
drivers/net/wireless/rsi/rsi_91x_hal.c
··· 26 26 {"flash_content", 0x00010000}, 27 27 {"rsi/rs9113_wlan_qspi.rps", 0x00010000}, 28 28 {"rsi/rs9113_wlan_bt_dual_mode.rps", 0x00010000}, 29 + {"flash_content", 0x00010000}, 30 + {"rsi/rs9113_ap_bt_dual_mode.rps", 0x00010000}, 31 + 29 32 }; 30 33 31 34 int rsi_send_pkt_to_bus(struct rsi_common *common, struct sk_buff *skb)