From: Benoit Papillault Date: Fri, 4 Dec 2009 22:47:06 +0000 (+0100) Subject: rt2x00: Fix rt2800usb RX frame format and as such L2PAD X-Git-Tag: v2.6.34-rc1~233^2~705^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5de42f9eeafa7d54ffb833e0526d4828e194fddb;p=pandora-kernel.git rt2x00: Fix rt2800usb RX frame format and as such L2PAD According to Ralink source code, the RX frame format is RXINFO + RXWI + 802.11 frame + RXD, including various padding. Before this patch, we were using RXD + RXWI + 802.11 frame, so RXD was not correct. Doing this, we fix the L2PAD bit which is now correctly set on received frames. Signed-off-by: Benoit Papillault Acked-by: Ivo van Doorn Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed