commit | a1d1eabc8c42ddf5fd3ea4184094561b3edd127b | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Mon Oct 11 15:38:45 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 11 15:04:26 2010 -0400 |
tree | 8e014ed75832f2343bfcfad9f5761b49b7feae14 | |
parent | 1550c8ef835af17df322045e92541561afa0f017 [diff] |
rt2x00: Make queue_entry flags access atomic All access to the queue_entry->flags can be done concurrently, so all flags must use the atomic operators. On most locations this was already done, so just fix the last few non-atomic versions. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Acked-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>