Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/agnx
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.h Staging: agnx: Fixup agnx.h checkpatch warnings 2009-04-03 14:53:26 -07:00
debug.h Staging: agnx: replace print_mac with %pM 2009-06-19 11:00:35 -07:00
Kconfig
Makefile
pci.c Staging: agnx: fix build warnings 2009-06-19 11:00:35 -07:00
phy.c staging: agnx, fix bssid compiler warnings 2009-06-19 11:00:35 -07:00
phy.h staging: agnx, fix bssid compiler warnings 2009-06-19 11:00:35 -07:00
rf.c Staging: agnx: Fixup rf.c checkpatch warnings 2009-04-03 14:53:26 -07:00
sta.c staging: agnx, fix bssid compiler warnings 2009-06-19 11:00:35 -07:00
sta.h staging: agnx, fix bssid compiler warnings 2009-06-19 11:00:35 -07:00
table.c Staging: agnx: Fixup table.c checkpatch warnings 2009-04-03 14:53:27 -07:00
table.h
TODO
xmit.c mac80211: push rx status into skb->cb 2009-07-10 14:57:54 -04:00
xmit.h