Home
last modified time | relevance | path

Searched hist:"5 d07cca2128c214ea6029a6b65082e642ee7355e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Drecv.cdiff 5d07cca2128c214ea6029a6b65082e642ee7355e Wed Aug 14 10:45:57 CDT 2013 Sujith Manoharan <c_manoha@qca.qualcomm.com> ath9k: Use lockless variant to initialize RX fifo

Since the rx_fifo queue is accessed only using the various
lockless SKB queue routines, there is no need to initialize
the lock and __skb_queue_head_init() can be used.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>