From: Felix Fietkau Date: Tue, 4 May 2010 07:58:57 +0000 (+0200) Subject: ath9k: fix another source of corrupt frames X-Git-Tag: v2.6.35-rc1~473^2~167^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef83d745bf5220bef3a0fd11b96eb9ac64c8e8e;p=pandora-kernel.git ath9k: fix another source of corrupt frames Atheros hardware supports receiving frames that span multiple descriptors and buffers. In this case, the rx status of every descriptor except for the last one is invalid and may contain random data. Because the driver does not support this, it needs to drop such frames. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed