]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: fix BAR seq ctrl reporting
authorSara Sharon <sara.sharon@intel.com>
Tue, 1 May 2018 11:54:22 +0000 (14:54 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 31 Aug 2018 08:38:31 +0000 (11:38 +0300)
commit941ab4eb66c10bc5c7234e83a7a858b2806ed151
treeb0a8f62dadc30359b5d02730ca16e603d6b4521d
parentf60c9e591b058af18b45f8e222d7b40cf3c001cb
iwlwifi: mvm: fix BAR seq ctrl reporting

There is a bug in FW where the sequence control may be
incorrect, and the driver overrides it with the value
of the ieee80211 header.

However, in BAR there is no sequence control in the header,
which result with arbitrary sequence.

This access to an unknown location is bad and it makes the
logs very confusing - so fix it.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/tx.c