Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information