Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
[linux-2.6-block.git] / drivers / net / wireless / ath / ath10k / core.h
index 24981d94bbcdeba363ca640b7a25eba7e620f9af..2d109c030ec4180515cf7008f0810befc0d29caf 100644 (file)
@@ -1073,6 +1073,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;