iwlwifi: mvm: fix the spatial reuse parsing for HE_TRIG PPDUs
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 17 Jan 2019 03:49:24 +0000 (19:49 -0800)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 14 Feb 2019 09:29:51 +0000 (11:29 +0200)
commita197e6d10ce26bdf4e7b8941321fb924b38ece02
tree31ffa61dc04a116813fc8cba5a4e585d3d2889d3
parent46c7c9828dd7105ecfb608fd2b8715f5fcba098d
iwlwifi: mvm: fix the spatial reuse parsing for HE_TRIG PPDUs

The spatial reuse 4 words fields are fetched from the HE-SIGA
by the firmware and propagated to the driver through the
Rx info. This is useful to populate the radiotap header.

We were looking at the wrong place in the firmware data and
got bogus values. Fix that.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Fixes: bdf180c8d375 ("iwlwifi: mvm: change PHY data RX for HE radiotap")
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c