]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/b43legacy/b43legacy.h
b43legacy: Load firmware from work queue instead of from probe routine
[karo-tx-linux.git] / drivers / net / wireless / b43legacy / b43legacy.h
index 98e3d44400c6fa97707a834e72d3fecda695e4f8..a29da674e69ddbdc9982a104bc0bb0660fc488f4 100644 (file)
@@ -581,6 +581,9 @@ struct b43legacy_wl {
        struct mutex mutex;             /* locks wireless core state */
        spinlock_t leds_lock;           /* lock for leds */
 
+       /* firmware loading work */
+       struct work_struct firmware_load;
+
        /* We can only have one operating interface (802.11 core)
         * at a time. General information about this interface follows.
         */