From: Sujith Manoharan Date: Wed, 14 Aug 2013 15:45:57 +0000 (+0530) Subject: ath9k: Use lockless variant to initialize RX fifo X-Git-Tag: v3.12-rc1~132^2~84^2^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d07cca2128c214ea6029a6b65082e642ee7355e;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed