commit | 0b7fde54f94979edc67bbf86b5adba702ebfefe8 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Mon Dec 13 12:35:17 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 13 15:23:35 2010 -0500 |
tree | 90c21b9040c5c43c98d931ca7ca14328412a4a89 | |
parent | dbba306f2ae574450a7a5133d6637fe6f5fafc72 [diff] |
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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>