commit | 5d4071abd9a1e2b417beef31aaf7d45999e4882e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon Feb 11 16:03:12 2019 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Feb 11 16:54:08 2019 +0100 |
tree | 7ec88dd513155a9f0e799873f073366d5dcc460d | |
parent | 7388afe09143210f555bdd6c75035e9acc1fab96 [diff] |
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: Johannes Berg <johannes.berg@intel.com>