commit | 781b14a3153a722fec820374271316537881076e | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Mon Jun 04 20:23:55 2012 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 06 15:20:31 2012 -0400 |
tree | 40361dfbb1ed7cf5827ec7a156f338dc676ae964 | |
parent | 8da07830e10a91cbe7badf9767230aafdd520b9c [diff] |
ath9k: Use atomic operations The 'sc_flags' variable is being used in a number of places with no locking whatsoever. This patch converts the usage of sc_flags to atomic ops. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>