]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Tue, 4 Feb 2025 18:36:56 +0000 (20:36 +0200)
committerPing-Ke Shih <pkshih@realtek.com>
Mon, 10 Feb 2025 03:32:29 +0000 (11:32 +0800)
commit8425f5c8f04dbcf11ade78f984a494fc0b90e7a0
treeaf1abd7bb2f65ee9c0d630ca96a403a96007e1f4
parent105dc94233e48ff30e572a50fb39d7e3dec810fa
wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU

Don't call ltecoex_read_reg() and ltecoex_reg_write() when the
ltecoex_addr member of struct rtw_chip_info is NULL. The RTL8814AU
doesn't have this feature.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Acked-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/55b5641f-094e-4f94-9f79-ac053733f2cf@gmail.com
drivers/net/wireless/realtek/rtw88/mac.c