From: Felix Fietkau Date: Thu, 7 Apr 2011 17:30:32 +0000 (+0200) Subject: ath9k: fix too early enabling of rx during ath_startrecv() X-Git-Tag: v3.0-rc1~377^2~256^2^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952949738aba19f84dae9def18e0baa58f0ce0b8;p=pandora-kernel.git ath9k: fix too early enabling of rx during ath_startrecv() rx should only be enabled after enough rx buffers have been given to the hardware, however ath_rx_buf_link was calling ath9k_hw_rxena after every single added buffer. Fix this by calling ath9k_hw_rxena directly from the rx tasklet after completion instead. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed