Am 02.02.24 um 14:54 schrieb Dmitry Antipov:
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
Looks like I forgot a static there, will fix that in the next version. Thank you! Fiona