ath10k: perform crash dump collection in workqueue
[platform/kernel/linux-starfive.git] / drivers / net / wireless / ath / ath10k / core.h
index e08a17b..e35aae5 100644 (file)
@@ -1063,6 +1063,9 @@ struct ath10k {
        /* prevents concurrent FW reconfiguration */
        struct mutex conf_mutex;
 
+       /* protects coredump data */
+       struct mutex dump_mutex;
+
        /* protects shared structure data */
        spinlock_t data_lock;