From: Felix Fietkau Date: Fri, 23 May 2014 17:21:34 +0000 (+0200) Subject: ath9k: avoid passing buffers to the hardware during flush X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd74f5fabe5681ba584acc402a6313126cc53c0;p=pandora-kernel.git ath9k: avoid passing buffers to the hardware during flush The commit "ath9k: fix possible hang on flush" changed the receive code to always link rx descriptors of processed frames, even when flushing. In some cases, this leads to flushed rx buffers being passed to the hardware while rx is already stopped. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed