From: Benoit Papillault Date: Tue, 24 Nov 2009 14:49:18 +0000 (+0100) Subject: ath9k: Proper padding/unpadding for the TX/RX path. X-Git-Tag: v2.6.33-rc1~388^2~2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bc1488067ee2c295b933ef6decd6035230f1a1c;p=pandora-kernel.git ath9k: Proper padding/unpadding for the TX/RX path. Software padding is done on the TX path and software unpadding is done on the RX path. This patch corrects the position where the padding occurs. A specific function computes the pad position and this function is used in the TX and RX path. This patch has been tested by generating every possible 802.11 frames with every possible frame_control field and a varying length. This patch is useful for analyzing non standard 802.11 frames going over the air Signed-off-by: Benoit Papillault Signed-off-by: John W. Linville --- Reading git-diff-tree failed