iwlwifi: mvm: fix HE radiotap data4 for HE-TB PPDUs
authorJohannes Berg <johannes.berg@intel.com>
Fri, 11 Jan 2019 09:58:37 +0000 (10:58 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 14 Feb 2019 09:29:49 +0000 (11:29 +0200)
commit2286a99c32344c41bf2d046e74d20d5c1839026e
tree86ed8ae976d7c2eee2051d52abab5fbdc62a6e22
parentff418feeec0fefb8373567c1e4e32b631587f454
iwlwifi: mvm: fix HE radiotap data4 for HE-TB PPDUs

In HE-TB PPDUs (labeled HE-TRIG in radiotap), we were overwriting
the data4.spatial_reuse_1 field with the spatial reuse data that
the firmware gives us for SU/MU PPDUs. Fix that by moving that,
we are already setting the data4.spatial_reuse_{1,2,3,4} fields
in the TB PPDU case.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Fixes: 69f3ca8ed33d ("iwlwifi: mvm: show more HE radiotap data for TB PPDUs")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c