From: Ivo van Doorn Date: Mon, 13 Dec 2010 11:35:17 +0000 (+0100) Subject: rt2x00: Protect queue control with mutex X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7fde54f94979edc67bbf86b5adba702ebfefe8;p=pandora-kernel.git rt2x00: Protect queue control with mutex Add wrapper functions in rt2x00queue.c to start & stop queues. This control must be protected using a mutex. Queues can also be paused which will halt the flow of packets between the driver and mac80211. This doesn't require a mutex protection. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed