iwlwifi: move mutex out of shared
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-dev.h
index 4def9f96189173b06787ee07a02c780cb1dd4bfa..73acbab6c248f846ba8432333d91e04c9466d20e 100644 (file)
@@ -36,6 +36,7 @@
 #include <linux/wait.h>
 #include <linux/leds.h>
 #include <linux/slab.h>
+#include <linux/mutex.h>
 #include <net/ieee80211_radiotap.h>
 
 #include "iwl-eeprom.h"
@@ -718,6 +719,7 @@ struct iwl_priv {
        const struct iwl_fw *fw;
 
        spinlock_t sta_lock;
+       struct mutex mutex;
 
        /* ieee device used by generic ieee processing code */
        struct ieee80211_hw *hw;
This page took 0.0247 seconds and 5 git commands to generate.