]> asedeno.scripts.mit.edu Git - linux.git/commit
iwlwifi: mvm: clean up SSN incrementation
authorSara Sharon <sara.sharon@intel.com>
Wed, 22 Aug 2018 07:50:49 +0000 (10:50 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Dec 2018 07:08:49 +0000 (09:08 +0200)
commit35739348ba07186a6b186e3aae5728721ff57a9a
treec401f522c1a1f37904bbfa615636dff4cecca64e
parent3681729429f4626c85a4eb62e5ce76be0b626f87
iwlwifi: mvm: clean up SSN incrementation

Sometimes, due to SCD bug, we need to start the queue with an
higher SSN. The queue allocation function currently increments
the SSN in the packet itself, but it is pointless, since this
value is overridden later by iwl_mvm_tx_mpdu with the value
from mvmsta->tid_data[tid].seq_number. Updating tid data is
sufficient.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/intel/iwlwifi/mvm/sta.c