aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/pio.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/pio.h')
-rw-r--r--drivers/net/wireless/b43/pio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/b43/pio.h b/drivers/net/wireless/b43/pio.h
index 6c174c91ca20..7dd649c9ddad 100644
--- a/drivers/net/wireless/b43/pio.h
+++ b/drivers/net/wireless/b43/pio.h
@@ -70,7 +70,6 @@ struct b43_pio_txpacket {
70 70
71struct b43_pio_txqueue { 71struct b43_pio_txqueue {
72 struct b43_wldev *dev; 72 struct b43_wldev *dev;
73 spinlock_t lock;
74 u16 mmio_base; 73 u16 mmio_base;
75 74
76 /* The device queue buffer size in bytes. */ 75 /* The device queue buffer size in bytes. */
@@ -103,12 +102,8 @@ struct b43_pio_txqueue {
103 102
104struct b43_pio_rxqueue { 103struct b43_pio_rxqueue {
105 struct b43_wldev *dev; 104 struct b43_wldev *dev;
106 spinlock_t lock;
107 u16 mmio_base; 105 u16 mmio_base;
108 106
109 /* Work to reduce latency issues on RX. */
110 struct work_struct rx_work;
111
112 /* Shortcut to the 802.11 core revision. This is to 107 /* Shortcut to the 802.11 core revision. This is to
113 * avoid horrible pointer dereferencing in the fastpaths. */ 108 * avoid horrible pointer dereferencing in the fastpaths. */
114 u8 rev; 109 u8 rev;
@@ -162,7 +157,6 @@ static inline void b43_piorx_write32(struct b43_pio_rxqueue *q,
162 157
163 158
164int b43_pio_init(struct b43_wldev *dev); 159int b43_pio_init(struct b43_wldev *dev);
165void b43_pio_stop(struct b43_wldev *dev);
166void b43_pio_free(struct b43_wldev *dev); 160void b43_pio_free(struct b43_wldev *dev);
167 161
168int b43_pio_tx(struct b43_wldev *dev, struct sk_buff *skb); 162int b43_pio_tx(struct b43_wldev *dev, struct sk_buff *skb);