]> git.baikalelectronics.ru Git - kernel.git/commit
b43legacy: fix build errors when DMA or PIO are not selected
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 24 May 2008 18:07:55 +0000 (20:07 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 3 Jun 2008 19:00:16 +0000 (15:00 -0400)
commitc854ff3ef3ddf4a874d7d30c8a2079b9cfa5b4cf
treec8d6a6850ac7fa37f3edd3b3cc55e0f9f0265995
parent579afb205f583c256d78369352b9dcf83c95f011
b43legacy: fix build errors when DMA or PIO are not selected

Currently, b43legacy is broken due to

commit fbad4598ca826b994d0fd4ce3deebc9cd1960b31
Author: Johannes Berg <johannes@sipsolutions.net>
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@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43legacy/dma.h
drivers/net/wireless/b43legacy/pio.h