linux/drivers/net/wireless/rtl818x
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
..
Makefile rtl8187: Implement TX/RX blink for LED 2009-04-22 16:57:16 -04:00
rtl818x.h
rtl8180.h
rtl8180_dev.c mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
rtl8180_grf5101.c
rtl8180_grf5101.h
rtl8180_max2820.c
rtl8180_max2820.h
rtl8180_rtl8225.c
rtl8180_rtl8225.h
rtl8180_sa2400.c
rtl8180_sa2400.h
rtl8187.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-05-18 21:08:20 -07:00
rtl8187_dev.c mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
rtl8187_leds.c rtl8187: Implement TX/RX blink for LED 2009-04-22 16:57:16 -04:00
rtl8187_leds.h rtl8187: Implement TX/RX blink for LED 2009-04-22 16:57:16 -04:00
rtl8187_rtl8225.c rtl8187: use DMA-aware buffers with usb_control_msg 2009-05-11 15:07:01 -04:00
rtl8187_rtl8225.h