diff options
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
| -rw-r--r-- | drivers/net/wireless/b43/b43.h | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 67c13af6f20..7c899fc7ddd 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h @@ -870,12 +870,9 @@ 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;  	/* We can only have one operating interface (802.11 core)  	 * at a time. General information about this interface follows.  |