linux/drivers/net/wireless/wl12xx
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 wl12xx: rename driver to wl1251 2009-07-10 14:57:48 -04:00
Makefile wl1251: add wl1251 prefix to all 1251 files 2009-07-10 14:57:49 -04:00
reg.h wl1251: rename wl12xx.h to wl1251.h 2009-07-10 14:57:49 -04:00
wl12xx_80211.h
wl1251.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_acx.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_acx.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_boot.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_boot.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_cmd.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_cmd.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_debugfs.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_debugfs.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_event.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_event.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_init.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_init.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_main.c wl1251: change psm enabled/disabled info to debug 2009-07-10 14:57:50 -04:00
wl1251_netlink.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_netlink.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_ops.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_ops.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_ps.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_ps.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_rx.c mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
wl1251_rx.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_spi.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_spi.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_tx.c wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00
wl1251_tx.h wl1251: use wl1251 prefix everywhere 2009-07-10 14:57:50 -04:00