Currently, b43legacy is broken due to commit fbad4598ca826b994d0fd4ce3deebc9cd1960b31 Author: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Thu May 15 12:55:29 2008 +0200 mac80211: move TX info into skb->cb when compiled with only PIO or only DMA because I forgot to update two stubs. This patch fixes it. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> --- drivers/net/wireless/b43legacy/dma.h | 3 +-- drivers/net/wireless/b43legacy/pio.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) --- everything.orig/drivers/net/wireless/b43legacy/dma.h 2008-05-24 20:01:48.000000000 +0200 +++ everything/drivers/net/wireless/b43legacy/dma.h 2008-05-24 20:01:55.000000000 +0200 @@ -321,8 +321,7 @@ void b43legacy_dma_get_tx_stats(struct b } static inline int b43legacy_dma_tx(struct b43legacy_wldev *dev, - struct sk_buff *skb, - struct ieee80211_tx_control *ctl) + struct sk_buff *skb) { return 0; } --- everything.orig/drivers/net/wireless/b43legacy/pio.h 2008-05-24 20:02:05.000000000 +0200 +++ everything/drivers/net/wireless/b43legacy/pio.h 2008-05-24 20:02:12.000000000 +0200 @@ -130,8 +130,7 @@ void b43legacy_pio_free(struct b43legacy } static inline int b43legacy_pio_tx(struct b43legacy_wldev *dev, - struct sk_buff *skb, - struct ieee80211_tx_control *ctl) + struct sk_buff *skb) { return 0; } -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html