Ping-Ke Shih <pkshih@xxxxxxxxxxx> wrote: > The rtw89 uses debugfs to access registers and driver states. To get > a range of registers, the range value is set and stored to a variable, and > get the set of register values by the stored range. However, the variable > is a static global variable, which multiple adapters will be a problem, > so move the variable to adapter context rtw89_dev. > > Signed-off-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> Smatch reported: drivers/net/wireless/realtek/rtw89/debug.c:3959 rtw89_debugfs_init() parse error: turning off implications after 60 seconds Set patchset state to Changes Requested [6/6] wifi: rtw89: debugfs: support multiple adapters debugging --- https://github.com/pkshih/rtw.git