On 2/2/24 16:27, Fiona Klute wrote:
That definition should have been added to main.h by patch 3 ("wifi: rtw88: Add definitions for 8703b chip"). Was there some issue with applying that one?
Ugh, indeed :-(. Should say sorry for this. The only minor issue actually is: drivers/net/wireless/realtek/rtw88/rtw8723x.c:314:6: warning: no previous prototype for function '__rtw8723x_cfg_ldo25' [-Wmissing-prototypes] 314 | void __rtw8723x_cfg_ldo25(struct rtw_dev *rtwdev, bool enable) | ^ drivers/net/wireless/realtek/rtw88/rtw8723x.c:314:1: note: declare 'static' if the function is not intended to be used outside of this translation unit 314 | void __rtw8723x_cfg_ldo25(struct rtw_dev *rtwdev, bool enable) | ^ | static Dmitry