diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index 56221bc7c8cd..86c90f471b74 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h | |||
@@ -47,6 +47,7 @@ | |||
47 | #include <linux/if_ether.h> | 47 | #include <linux/if_ether.h> |
48 | #include <linux/leds.h> | 48 | #include <linux/leds.h> |
49 | #include <linux/rfkill.h> | 49 | #include <linux/rfkill.h> |
50 | #include <linux/workqueue.h> | ||
50 | 51 | ||
51 | #include "ath5k.h" | 52 | #include "ath5k.h" |
52 | #include "debug.h" | 53 | #include "debug.h" |
@@ -189,7 +190,7 @@ struct ath5k_softc { | |||
189 | unsigned int led_pin, /* GPIO pin for driving LED */ | 190 | unsigned int led_pin, /* GPIO pin for driving LED */ |
190 | led_on; /* pin setting for LED on */ | 191 | led_on; /* pin setting for LED on */ |
191 | 192 | ||
192 | struct tasklet_struct restq; /* reset tasklet */ | 193 | struct work_struct reset_work; /* deferred chip reset */ |
193 | 194 | ||
194 | unsigned int rxbufsize; /* rx size based on mtu */ | 195 | unsigned int rxbufsize; /* rx size based on mtu */ |
195 | struct list_head rxbuf; /* receive buffer */ | 196 | struct list_head rxbuf; /* receive buffer */ |