diff options
author | Avraham Stern <avraham.stern@intel.com> | 2018-03-07 09:41:18 +0100 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2018-03-19 09:50:36 +0100 |
commit | 4b387906b1c3692bb790388c335515c0cf098a23 (patch) | |
tree | 968a6db9068d7e3713f02d538d8be3ee8934b0ca /drivers/acpi/pci_link.c | |
parent | iwlwifi: mvm: Increase session protection time after CS (diff) | |
download | linux-4b387906b1c3692bb790388c335515c0cf098a23.tar.xz linux-4b387906b1c3692bb790388c335515c0cf098a23.zip |
iwlwifi: mvm: clear tx queue id when unreserving aggregation queue
When a queue is reserved for aggregation, the queue id is assigned
to the tid_data. This is fine since iwl_mvm_sta_tx_agg_oper()
takes care of allocating the queue before actual tx starts.
When the reservation is cancelled (e.g. when the AP declined the
aggregation request) the tid_data is not cleared. As a result,
following tx for this tid was trying to use an unallocated queue.
Fix this by setting the txq_id for the tid to invalid when unreserving
the queue.
Signed-off-by: Avraham Stern <avraham.stern@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/acpi/pci_link.c')
0 files changed, 0 insertions, 0 deletions