Searched hist:"07236 bf3c659d1823262c1dabec4fa05990df115" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | diff 07236bf3c659d1823262c1dabec4fa05990df115 Tue Apr 23 01:52:18 CDT 2013 Sujith Manoharan <c_manoha@qca.qualcomm.com> ath9k: Use lockless variants for the RX fifo queue
The RX fifo can be accessed from the common tasklet or it can be reaped/cleaned when RX is stopped, which is done when doing a reset or channel change - this happens in process context.
Since it is ensured that there are no pending tasklets when stopping RX and cleaning the FIFO, there is no need to use SKB queue functions which take internal locks.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Acked-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|