]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/hostap/hostap_wlan.h
hostap: Protect against initialization interrupt
[karo-tx-linux.git] / drivers / net / wireless / hostap / hostap_wlan.h
index a68f97c3935947a59990d188f7d95d05b19c600c..1c986f2923ca13b083bdb5ed52a11cd4f3322938 100644 (file)
@@ -653,7 +653,7 @@ struct local_info {
        rwlock_t iface_lock; /* hostap_interfaces read lock; use write lock
                              * when removing entries from the list.
                              * TX and RX paths can use read lock. */
-       spinlock_t cmdlock, baplock, lock;
+       spinlock_t cmdlock, baplock, lock, irq_init_lock;
        struct mutex rid_bap_mtx;
        u16 infofid; /* MAC buffer id for info frame */
        /* txfid, intransmitfid, next_txtid, and next_alloc are protected by