Commit 26533e7e authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville

[PATCH] bcm43xx: remove old unused struct.

Signed-off-by: default avatarMichael Buesch <mbuesch@freenet.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 10d8dd88
...@@ -179,11 +179,6 @@ struct bcm43xx_xmitstatus { ...@@ -179,11 +179,6 @@ struct bcm43xx_xmitstatus {
//TODO #define BCM43xx_TXSTAT_FLAG_??? 0x40 //TODO #define BCM43xx_TXSTAT_FLAG_??? 0x40
//TODO #define BCM43xx_TXSTAT_FLAG_??? 0x80 //TODO #define BCM43xx_TXSTAT_FLAG_??? 0x80
struct bcm43xx_xmitstatus_queue {
struct list_head list;
struct bcm43xx_hwxmitstatus status;
};
/* Lightweight function to convert a frequency (in Mhz) to a channel number. */ /* Lightweight function to convert a frequency (in Mhz) to a channel number. */
static inline static inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment