ath9k: get rid of double queueing of rx frames on EDMA
authorFelix Fietkau <nbd@openwrt.org>
Sat, 3 Mar 2012 14:17:05 +0000 (15:17 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Mar 2012 18:51:38 +0000 (13:51 -0500)
commit3a2923e83c6036f55ad4a39c8ee9a7d4accd9539
treecfb344bda144fe1198aca0736b0ed03182435c7d
parentfc16fd8808968063929bbb198eb8bb46d40e36ce
ath9k: get rid of double queueing of rx frames on EDMA

Process rx status directly instead of separating the completion test from
the actual rx status processing.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ar9003_mac.c
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/recv.c