commit | 77cbbc35a49b75969d98edce9400beb21720aa39 | [log] [tgz] |
---|---|---|
author | Naftali Goldstein <naftali.goldstein@intel.com> | Wed Sep 05 08:06:07 2018 +0300 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Sep 05 10:08:42 2018 +0200 |
tree | c525273b318504be10e4645247414f5f07db4d0b | |
parent | c3d1f8752802b2e1fb12c73bee50035bc125bc54 [diff] |
mac80211: fix saving a few HE values After masking the he_oper_params, to get the requested values as integers one must rshift and not lshift. Fix that by using the le32_get_bits() macro. Fixes: 41cbb0f5a295 ("mac80211: add support for HE") Signed-off-by: Naftali Goldstein <naftali.goldstein@intel.com> [converted to use le32_get_bits()] Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>