linux/drivers/staging
Johannes Berg f1d58c2521 mac80211: push rx status into skb->cb
Within mac80211, we often need to copy the rx status into
skb->cb. This is wasteful, as drivers could be building it
in there to start with. This patch changes the API so that
drivers are expected to pass the RX status in skb->cb, now
accessible as IEEE80211_SKB_RXCB(skb). It also updates all
drivers to pass the rx status in there, but only by making
them memcpy() it into place before the call to the receive
function (ieee80211_rx(_irqsafe)). Each driver can now be
optimised on its own schedule.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-10 14:57:54 -04:00
..
agnx mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
altpciechdma
android
asus_oled
at76_usb
b3dfg
comedi
cpc-usb
dst
echo
epl
et131x
frontier
go7007
heci
line6
me4000
meilhaus
mimio
octeon
otus
p9auth
panel
pata_rdc
phison
poch
pohmelfs
rspiusb
rt2860 net: convert remaining non-symbolic return values in ndo_start_xmit() functions 2009-07-05 19:23:38 -07:00
rt2870
rt3070
rtl8187se net: convert remaining non-symbolic return values in ndo_start_xmit() functions 2009-07-05 19:23:38 -07:00
rtl8192su
serqt_usb2
slicoss
stlc45xx mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
sxg
uc2322
udlfb
usbip
vt6655
winbond mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
wlan-ng net: convert remaining non-symbolic return values in ndo_start_xmit() functions 2009-07-05 19:23:38 -07:00
Kconfig
Makefile
staging.c