commit | 5df45690e78fd6355b3eb17ba15a1659e608db5d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Oct 24 14:22:37 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 25 13:54:09 2012 +0200 |
tree | 995993d95d10ca6e527069f9dd74f58b0dac4746 | |
parent | f87ad637b60a3b789030b3ef969d56a8caec9fed [diff] |
mac80211: use non-atomic bitmap operation for local variable For a local variable there's no need to use the atomic set_bit() operation, use __set_bit() instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com>