From: Michal Kazior Date: Fri, 30 May 2014 20:49:57 +0000 (+0300) Subject: ath10k: remove unnecessary htt rx corruption check X-Git-Tag: omap-for-v3.17/fixes-against-rc2~215^2~11^2~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a9f0ca40c74547e28e0cb30973df5577dfbaec;p=pandora-kernel.git ath10k: remove unnecessary htt rx corruption check While fixing a bug reported by Avery I went ahead and added a warning suspecting there might be something more to the bug. This ended up with people reporting they see warnings during heavy traffic. This bought me some time and helped me understand the problem better - apparently fw/hw can report a chained msdus as follows: 1 msdu, 1 chained, 1 msdu (0 length). The patch removes the extra check but leaves the other change that fixed the original skb_push panic bug (msdu_chaining was overwritten in an unfortunate way which made the above example to be treated as non-chained case). Reported-by: Yeoh Chun-Yeow Reported-by: Tim Harvey Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed