On 2021-03-09 02:50, Kalle Valo wrote:
Aloka Dixit <alokad@xxxxxxxxxxxxxx> wrote:
These calls are used for debugging and will be required for WFA
certification tests.
Signed-off-by: John Crispin <john@xxxxxxxxxxx>
Co-developed-by: Aloka Dixit <alokad@xxxxxxxxxxxxxx>
Signed-off-by: Aloka Dixit <alokad@xxxxxxxxxxxxxx>
Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
This patchset had new warnings:
drivers/net/wireless/ath/ath11k/debugfs.c:16:15: warning: symbol
'debugfs_ath11k' was not declared. Should it be static?
This patch-set doesn't add any reference to 'debugfs_ath11k', so
don't know why this warning came up.
drivers/net/wireless/ath/ath11k/wmi.c:7143: char * array declaration
might be better as static const
Will remove this array as per your other comment regarding
adding a helper function.