diff options
Diffstat (limited to 'drivers/net/wireless/b43/pio.h')
-rw-r--r-- | drivers/net/wireless/b43/pio.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/b43/pio.h b/drivers/net/wireless/b43/pio.h index a976bbdd6f44..7dd649c9ddad 100644 --- a/drivers/net/wireless/b43/pio.h +++ b/drivers/net/wireless/b43/pio.h | |||
@@ -104,9 +104,6 @@ struct b43_pio_rxqueue { | |||
104 | struct b43_wldev *dev; | 104 | struct b43_wldev *dev; |
105 | u16 mmio_base; | 105 | u16 mmio_base; |
106 | 106 | ||
107 | /* Work to reduce latency issues on RX. */ | ||
108 | struct work_struct rx_work; | ||
109 | |||
110 | /* Shortcut to the 802.11 core revision. This is to | 107 | /* Shortcut to the 802.11 core revision. This is to |
111 | * avoid horrible pointer dereferencing in the fastpaths. */ | 108 | * avoid horrible pointer dereferencing in the fastpaths. */ |
112 | u8 rev; | 109 | u8 rev; |
@@ -160,7 +157,6 @@ static inline void b43_piorx_write32(struct b43_pio_rxqueue *q, | |||
160 | 157 | ||
161 | 158 | ||
162 | int b43_pio_init(struct b43_wldev *dev); | 159 | int b43_pio_init(struct b43_wldev *dev); |
163 | void b43_pio_stop(struct b43_wldev *dev); | ||
164 | void b43_pio_free(struct b43_wldev *dev); | 160 | void b43_pio_free(struct b43_wldev *dev); |
165 | 161 | ||
166 | int b43_pio_tx(struct b43_wldev *dev, struct sk_buff *skb); | 162 | int b43_pio_tx(struct b43_wldev *dev, struct sk_buff *skb); |