git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbba306
)
rt2x00: Protect queue control with mutex
author
Ivo van Doorn
<ivdoorn@gmail.com>
Mon, 13 Dec 2010 11:35:17 +0000
(12:35 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 13 Dec 2010 20:23:35 +0000
(15:23 -0500)
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>
No differences found