Skip to content
Commit 5d4071ab authored by Johannes Berg's avatar Johannes Berg
Browse files

cfg80211: fix and clean up cfg80211_gen_new_bssid()



Fix cfg80211_gen_new_bssid() to not rely on u64 modulo arithmetic,
which isn't needed since we really just want to mask there. Also,
clean it up to calculate the mask only once and use GENMASK_ULL()
instead of open-coding the mask calculation.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 7388afe0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment