Skip to content
Snippets Groups Projects
Commit 5de42f9e authored by Benoit Papillault's avatar Benoit Papillault Committed by John W. Linville
Browse files

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: default avatarBenoit Papillault <benoit.papillault@free.fr>
Acked-by: default avatarIvo van Doorn <ivdoorn@gmail.com>
Acked-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9c8427d9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment