diff options
author | Luca Coelho <luciano.coelho@intel.com> | 2019-05-29 15:25:29 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-06-14 15:46:33 +0200 |
commit | ebb3ca3b4477bbc118976c77fe1913507df718ec (patch) | |
tree | 152848b5c9fa27179b1a18cbe984440db35caf7c /fs | |
parent | 563572340173865a9a356e6bb02579e6998a876d (diff) | |
download | linux-stable-ebb3ca3b4477bbc118976c77fe1913507df718ec.tar.gz linux-stable-ebb3ca3b4477bbc118976c77fe1913507df718ec.tar.bz2 linux-stable-ebb3ca3b4477bbc118976c77fe1913507df718ec.zip |
cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()
The seen_indices variable is u64 and in other parts of the code we
assume mbssid_index_ie[2] can be up to 45, so we should use the 64-bit
versions of BIT, namely, BIT_ULL().
Reported-by: Dan Carpented <dan.carpenter@oracle.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions