linux/drivers/net/wireless/wl12xx
Shahar Levi 0a1d3abcc4 wl12xx: Add support to RX packets payload alignment
In case of QoS packets the packet payload isn't aligned to
4 bytes. In that case the mac80211 layer take care of that
via memmove() in ieee80211_deliver_skb().
Add support of copy packets from aggregation buffer to the
skbs with packet payload aligned care. In case of QoS packets
copy the packets in offset of 2 bytes guarantee payload aligned
to 4 bytes.

Signed-off-by: Shahar Levi <shahar_levi@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
2011-08-12 09:22:49 +03:00
..
acx.c wl12xx: always initialize AP-mode max power level 2011-07-05 21:51:05 +03:00
acx.h wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
boot.c wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
boot.h
cmd.c Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx 2011-07-08 11:05:20 -04:00
cmd.h wl12xx: remove wext dependencies 2011-08-08 14:26:19 -04:00
conf.h wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
debugfs.c wl12xx: start/stop queues according to global per-AC counters 2011-07-08 09:39:47 +03:00
debugfs.h
event.c wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
event.h wl12xx: AP mode - support FW TX inactivity triggers 2011-07-05 21:33:20 +03:00
ini.h
init.c wl12xx: always initialize AP-mode max power level 2011-07-05 21:51:05 +03:00
init.h
io.c
io.h Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-07-08 11:03:36 -04:00
Kconfig
main.c wl12xx: remove wext dependencies 2011-08-08 14:26:19 -04:00
Makefile
ps.c wl12xx: start/stop queues according to global per-AC counters 2011-07-08 09:39:47 +03:00
ps.h
reg.h
rx.c wl12xx: Add support to RX packets payload alignment 2011-08-12 09:22:49 +03:00
rx.h wl12xx: Add support to RX packets payload alignment 2011-08-12 09:22:49 +03:00
scan.c wl12xx: add stop_scan command 2011-07-05 21:50:39 +03:00
scan.h wl12xx: remove wext dependencies 2011-08-08 14:26:19 -04:00
sdio.c wl12xx: one SDIO initialization is enough 2011-07-05 21:48:12 +03:00
sdio_test.c
spi.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem 2011-07-08 11:03:36 -04:00
testmode.c
testmode.h
tx.c wl12xx: start/stop queues according to global per-AC counters 2011-07-08 09:39:47 +03:00
tx.h wl12xx: start/stop queues according to global per-AC counters 2011-07-08 09:39:47 +03:00
wl12xx.h wl12xx: remove wext dependencies 2011-08-08 14:26:19 -04:00
wl12xx_80211.h wl12xx: remove wext dependencies 2011-08-08 14:26:19 -04:00
wl12xx_platform_data.c