iwlwifi: correct atomic bitops usage
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Apr 2010 11:12:38 +0000 (04:12 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Fri, 16 Apr 2010 20:46:50 +0000 (13:46 -0700)
With atomic bitops, test_and_{set,clear}_bit
should be used instead of separate test_bit
and set_bit/clear_bit.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>

No differences found