diff options
Diffstat (limited to 'drivers/net/wireless/b43/pio.h')
-rw-r--r-- | drivers/net/wireless/b43/pio.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/b43/pio.h b/drivers/net/wireless/b43/pio.h index 7b3c42f93a16..1e516147424f 100644 --- a/drivers/net/wireless/b43/pio.h +++ b/drivers/net/wireless/b43/pio.h | |||
@@ -90,9 +90,6 @@ struct b43_pio_txqueue { | |||
90 | struct b43_pio_txpacket packets[B43_PIO_MAX_NR_TXPACKETS]; | 90 | struct b43_pio_txpacket packets[B43_PIO_MAX_NR_TXPACKETS]; |
91 | struct list_head packets_list; | 91 | struct list_head packets_list; |
92 | 92 | ||
93 | /* Total number of transmitted packets. */ | ||
94 | unsigned int nr_tx_packets; | ||
95 | |||
96 | /* Shortcut to the 802.11 core revision. This is to | 93 | /* Shortcut to the 802.11 core revision. This is to |
97 | * avoid horrible pointer dereferencing in the fastpaths. */ | 94 | * avoid horrible pointer dereferencing in the fastpaths. */ |
98 | u8 rev; | 95 | u8 rev; |
@@ -160,8 +157,6 @@ void b43_pio_free(struct b43_wldev *dev); | |||
160 | int b43_pio_tx(struct b43_wldev *dev, struct sk_buff *skb); | 157 | int b43_pio_tx(struct b43_wldev *dev, struct sk_buff *skb); |
161 | void b43_pio_handle_txstatus(struct b43_wldev *dev, | 158 | void b43_pio_handle_txstatus(struct b43_wldev *dev, |
162 | const struct b43_txstatus *status); | 159 | const struct b43_txstatus *status); |
163 | void b43_pio_get_tx_stats(struct b43_wldev *dev, | ||
164 | struct ieee80211_tx_queue_stats *stats); | ||
165 | void b43_pio_rx(struct b43_pio_rxqueue *q); | 160 | void b43_pio_rx(struct b43_pio_rxqueue *q); |
166 | 161 | ||
167 | void b43_pio_tx_suspend(struct b43_wldev *dev); | 162 | void b43_pio_tx_suspend(struct b43_wldev *dev); |