linux/drivers/net/wireless/rt2x00
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
..
Kconfig Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
Makefile rt2x00: Implement support for rt2800usb 2009-05-06 15:14:54 -04:00
rt2x00.h rt2x00: Remove last usage of beacon_int from ieee80211_config 2009-06-03 14:05:10 -04:00
rt2x00config.c rt2x00: Remove last usage of beacon_int from ieee80211_config 2009-06-03 14:05:10 -04:00
rt2x00crypto.c rt2x00: remove skb->do_not_encrypt usage 2009-07-10 14:57:54 -04:00
rt2x00debug.c wireless: beyond ARRAY_SIZE of intf->crypto_stats 2009-05-20 14:29:55 -04:00
rt2x00debug.h
rt2x00dev.c mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
rt2x00dump.h
rt2x00firmware.c
rt2x00ht.c rt2x00: Implement support for 802.11n 2009-05-06 15:14:50 -04:00
rt2x00leds.c
rt2x00leds.h
rt2x00lib.h Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2009-06-15 03:02:23 -07:00
rt2x00link.c
rt2x00mac.c rt2x00: remove skb->do_not_encrypt usage 2009-07-10 14:57:54 -04:00
rt2x00pci.c
rt2x00pci.h
rt2x00queue.c rt2x00: Implement support for 802.11n 2009-05-06 15:14:50 -04:00
rt2x00queue.h rt2x00: Implement support for 802.11n 2009-05-06 15:14:50 -04:00
rt2x00reg.h
rt2x00rfkill.c
rt2x00usb.c
rt2x00usb.h
rt61pci.c rt2x00: Remove last usage of beacon_int from ieee80211_config 2009-06-03 14:05:10 -04:00
rt61pci.h
rt73usb.c rt2x00: Remove last usage of beacon_int from ieee80211_config 2009-06-03 14:05:10 -04:00
rt73usb.h
rt2400pci.c rt2x00: Remove last usage of beacon_int from ieee80211_config 2009-06-03 14:05:10 -04:00
rt2400pci.h
rt2500pci.c rt2x00: Remove last usage of beacon_int from ieee80211_config 2009-06-03 14:05:10 -04:00
rt2500pci.h
rt2500usb.c rt2x00: Remove last usage of beacon_int from ieee80211_config 2009-06-03 14:05:10 -04:00
rt2500usb.h
rt2800usb.c rt2x00: Add new rt2800usb USB ID's 2009-06-03 14:05:08 -04:00
rt2800usb.h rt2x00: Synchronize initialization with rt2870 driver 2009-05-06 15:14:55 -04:00