git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3947f
)
wlcore: avoid using NET_IP_ALIGN for RX alignment
author
Eyal Shapira
<eyal@wizery.com>
Mon, 11 Jun 2012 14:59:55 +0000
(17:59 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Wed, 13 Jun 2012 18:44:10 +0000
(21:44 +0300)
NET_IP_ALIGN can be overriden on different architectures
and therefore cannot be used in the RX path to account
for the 2 bytes added for alignment (either by the FW
in the case of 18xx or by the host for 12xx).
Instead use an internal define.
Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found