b43: fix crash with OpenFWWF
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / b43 / b43.h
index c06b6cb5c91ea6c64c14a4b38faf7c5a2dd74e1b..7c899fc7ddd0ea1bced38d801b4eb18d0e1341f6 100644 (file)
@@ -870,13 +870,6 @@ struct b43_wl {
         * handler, only. This basically is just the IRQ mask register. */
        spinlock_t hardirq_lock;
 
-       /* The number of queues that were registered with the mac80211 subsystem
-        * initially. This is a backup copy of hw->queues in case hw->queues has
-        * to be dynamically lowered at runtime (Firmware does not support QoS).
-        * hw->queues has to be restored to the original value before unregistering
-        * from the mac80211 subsystem. */
-       u16 mac80211_initially_registered_queues;
-
        /* Set this if we call ieee80211_register_hw() and check if we call
         * ieee80211_unregister_hw(). */
        bool hw_registred;