]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - net/mac80211/util.c
mac80211: use non-atomic bitmap operation for local variable
authorJohannes Berg <johannes.berg@intel.com>
Wed, 24 Oct 2012 12:22:37 +0000 (14:22 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 25 Oct 2012 11:54:09 +0000 (13:54 +0200)
commit5df45690e78fd6355b3eb17ba15a1659e608db5d
tree995993d95d10ca6e527069f9dd74f58b0dac4746
parentf87ad637b60a3b789030b3ef969d56a8caec9fed
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>
net/mac80211/util.c