diff options
Diffstat (limited to 'drivers/net/wireless/b43/b43.h')
-rw-r--r-- | drivers/net/wireless/b43/b43.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/b43.h b/drivers/net/wireless/b43/b43.h index 835462dc1206..67c13af6f206 100644 --- a/drivers/net/wireless/b43/b43.h +++ b/drivers/net/wireless/b43/b43.h | |||
@@ -932,6 +932,9 @@ struct b43_wl { | |||
932 | /* Flag that implement the queues stopping. */ | 932 | /* Flag that implement the queues stopping. */ |
933 | bool tx_queue_stopped[B43_QOS_QUEUE_NUM]; | 933 | bool tx_queue_stopped[B43_QOS_QUEUE_NUM]; |
934 | 934 | ||
935 | /* firmware loading work */ | ||
936 | struct work_struct firmware_load; | ||
937 | |||
935 | /* The device LEDs. */ | 938 | /* The device LEDs. */ |
936 | struct b43_leds leds; | 939 | struct b43_leds leds; |
937 | 940 | ||