wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULL
authorBitterblue Smith <rtl8821cerfe2@gmail.com>
Wed, 23 Oct 2024 14:09:04 +0000 (17:09 +0300)
committerPing-Ke Shih <pkshih@realtek.com>
Tue, 29 Oct 2024 03:57:12 +0000 (11:57 +0800)
commit7c5bbeba7c36575a3a57ef4be775b2f3fb68c3f9
tree7316a7f03bde826642068c6da0d162ea5a573caf
parent95a772e30b60e7954d03f3372268722475aa303f
wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULL

RTL8821A doesn't have this. Trying to use it results in error messages,
so don't try if ltecoex_addr is NULL.

Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/d1004817-1760-41d1-9136-3d799757c444@gmail.com
drivers/net/wireless/realtek/rtw88/coex.c