ath10k: print more driver info when firmware crashes
Sometimes users forget to include important info like firmware version, so better to print all the info. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
@@ -42,6 +42,7 @@ extern unsigned int ath10k_debug_mask;
|
||||
__printf(1, 2) int ath10k_info(const char *fmt, ...);
|
||||
__printf(1, 2) int ath10k_err(const char *fmt, ...);
|
||||
__printf(1, 2) int ath10k_warn(const char *fmt, ...);
|
||||
void ath10k_print_driver_info(struct ath10k *ar);
|
||||
|
||||
#ifdef CONFIG_ATH10K_DEBUGFS
|
||||
int ath10k_debug_start(struct ath10k *ar);
|
||||
|
Reference in New Issue
Block a user