]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iwlwifi: mvm: read IWL_RX_MPDU_PHY_SHORT_PREAMBLE only for CCK
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Oct 2018 08:44:03 +0000 (09:44 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 29 Jan 2019 14:10:29 +0000 (16:10 +0200)
commit486af86332c7f062e0fc63c604023f2bbe2c50d3
treecf12e844cbd5a155f72f89cb7ab6c55ed136a606
parent677837b8b3ea10bcffa0ec8aec503a362b52c8a2
iwlwifi: mvm: read IWL_RX_MPDU_PHY_SHORT_PREAMBLE only for CCK

Due to a general shortage of RX API bits, the firmware is going
to reuse this bit on non-CCK frames to mean something else. Use
it only on CCK frames to prepare for that change.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c