commit | 885d29941435e16dea6a52e42bbb3c8b87676bd8 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Sat Feb 16 11:10:38 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 18 12:45:09 2013 -0500 |
tree | b7caaac7a8a0fc706d3cff8028511c4f7e5ab80a | |
parent | 9aac22deb11a3da4df5b868fc3d30b07185b0d71 [diff] |
bgmac: fix unaligned accesses to network headers Without this patch I get many unaligned access warnings per packet, this patches fixes them all. This should improve performance on some systems like mips. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: David S. Miller <davem@davemloft.net>