commit | b1563a4c3d721cb0496b8e1fb874f08a8f2b62cc | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | Wed Apr 13 11:24:19 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 13 15:22:44 2011 -0400 |
tree | 263698eeda5026495c76fe678fde57c70fad8290 | |
parent | 719c4cf6b1b113e9caf377c6607ae45758a85871 [diff] |
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 <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>