From: Sujith Manoharan Date: Wed, 14 Aug 2013 03:41:21 +0000 (+0530) Subject: ath9k: Fix error condition for corrupt descriptors X-Git-Tag: v3.12-rc1~132^2~84^2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5c73cde03c876b23d840e82f4df687bce83b44;p=pandora-kernel.git ath9k: Fix error condition for corrupt descriptors In case a descriptor has the "done" bit clear and the next descriptor has it set, we drop both of them. If the packet that is received after these two packets is dropped for some reason, "discard_next" will not cleared. Fix this. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed