Felix Fietkau 952949738a 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 <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-04-12 16:57:36 -04:00
..
2011-03-28 07:42:58 -07:00
2011-03-29 18:19:06 +02:00
2011-03-29 14:50:42 +02:00
2011-03-22 17:43:59 -07:00
2011-03-18 17:15:11 -07:00
2011-03-22 17:43:59 -07:00
2011-03-23 14:55:56 -06:00
2011-03-29 14:48:08 +02:00
2011-03-22 17:44:17 -07:00
2011-03-29 14:48:13 +02:00
2011-04-04 16:20:07 -04:00
2011-03-07 13:10:27 -08:00
2011-03-28 19:33:04 +02:00
2011-03-29 10:01:05 -04:00