diff options
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx_main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_main.h b/drivers/net/wireless/bcm43xx/bcm43xx_main.h index 7d696d257f7a..d460393ed343 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_main.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx_main.h | |||
@@ -179,11 +179,6 @@ struct bcm43xx_xmitstatus { | |||
179 | //TODO #define BCM43xx_TXSTAT_FLAG_??? 0x40 | 179 | //TODO #define BCM43xx_TXSTAT_FLAG_??? 0x40 |
180 | //TODO #define BCM43xx_TXSTAT_FLAG_??? 0x80 | 180 | //TODO #define BCM43xx_TXSTAT_FLAG_??? 0x80 |
181 | 181 | ||
182 | struct bcm43xx_xmitstatus_queue { | ||
183 | struct list_head list; | ||
184 | struct bcm43xx_hwxmitstatus status; | ||
185 | }; | ||
186 | |||
187 | 182 | ||
188 | /* Lightweight function to convert a frequency (in Mhz) to a channel number. */ | 183 | /* Lightweight function to convert a frequency (in Mhz) to a channel number. */ |
189 | static inline | 184 | static inline |