From: Sujith Manoharan Date: Wed, 13 Apr 2011 05:54:19 +0000 (+0530) Subject: ath9k_htc: Fix RX length check X-Git-Tag: v3.0-rc1~377^2~256^2^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1563a4c3d721cb0496b8e1fb874f08a8f2b62cc;p=pandora-kernel.git ath9k_htc: Fix RX length check The length of the received SKB could be equal to HTC_RX_FRAME_HEADER_SIZE in case of packets with phy/crc errors, in which case they are dropped without being processed. Fix this check so that the error counters are updated correctly. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed