diff options
Diffstat (limited to 'drivers/net/wireless/b43legacy/pio.h')
-rw-r--r-- | drivers/net/wireless/b43legacy/pio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43legacy/pio.h b/drivers/net/wireless/b43legacy/pio.h index 49310dfaf2d1..464fec05a06d 100644 --- a/drivers/net/wireless/b43legacy/pio.h +++ b/drivers/net/wireless/b43legacy/pio.h | |||
@@ -130,8 +130,7 @@ void b43legacy_pio_free(struct b43legacy_wldev *dev) | |||
130 | } | 130 | } |
131 | static inline | 131 | static inline |
132 | int b43legacy_pio_tx(struct b43legacy_wldev *dev, | 132 | int b43legacy_pio_tx(struct b43legacy_wldev *dev, |
133 | struct sk_buff *skb, | 133 | struct sk_buff *skb) |
134 | struct ieee80211_tx_control *ctl) | ||
135 | { | 134 | { |
136 | return 0; | 135 | return 0; |
137 | } | 136 | } |