diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-02-19 16:25:09 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:18:37 -0500 |
commit | 26533e7e292075df1daf94965a7f3f0d91bd08a8 (patch) | |
tree | 71e77368b7011ac820eb9dcf659e0c5deb4a9ec5 /drivers | |
parent | 10d8dd88dcc2c8ebe8ac7dcf75a2da7c9f9ee0f3 (diff) |
[PATCH] bcm43xx: remove old unused struct.
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-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 |