From: Eyal Shapira Date: Mon, 11 Jun 2012 14:59:55 +0000 (+0300) Subject: wlcore: avoid using NET_IP_ALIGN for RX alignment X-Git-Tag: v3.6-rc1~125^2~57^2~246^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04414e2aa516c7af6aa316562e046c5aca025e33;p=pandora-kernel.git wlcore: avoid using NET_IP_ALIGN for RX alignment 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 Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed