From: Sujith Manoharan Date: Mon, 4 Jun 2012 14:53:55 +0000 (+0530) Subject: ath9k: Use atomic operations X-Git-Tag: v3.6-rc1~125^2~559^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781b14a3153a722fec820374271316537881076e;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed