1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 22:48:10 +02:00
openwrt/target/linux/ar71xx/files
Felix Fietkau 1c0e751391 ar71xx: fix up alignment handling
- on ar724x, rx buffers can be aligned with an offset of 2, which keeps the ip header aligned
- alignment offset is only added if the ar8216 workaround is not active and the phy driver does not advertise its own packet alignment
- ar71xx and ar91xx can not handle rx alignment offsets, however taking a hit on unaligned exceptions seems to have less overhead than re-aligning the data for large packets
- use memmove to re-align small packets, if necessary

tested on ar9132, ar7240 and ar7242 based devices without ar8216 headers

SVN-Revision: 20892
2010-04-15 23:31:17 +00:00
..
arch/mips ar71xx: update phy masks for the Planex boards 2010-04-09 08:40:14 +00:00
drivers ar71xx: fix up alignment handling 2010-04-15 23:31:17 +00:00
include/linux ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700 2010-02-09 16:27:35 +00:00
net/dsa ar71xx: fix a typo in the ar7240 dsa driver 2010-03-09 18:05:39 +00:00