linux/drivers/net/wireless/intel/iwlwifi/fw
Avraham Stern 2210f6959d iwlwifi: set the tid for non-QOS frames to zero
The tid for Non-QOS frames is set to IWL_MAX_TID_COUNT. This value
is also used for configuring the queue for non-QOS data. However, this
tid is used by the FW for management queues. As a result, the FW
does not encrypt non-QOS data frames.

Fix this by setting the tid for non-QOS data frames to zero, which
is a valid value for data frames in the FW.

This also fixes a bug in sending multicast frames, where the queues
are allocated with tid == 0, but are sent with tid == 8, which may
lead to unexpected behavior.

Signed-off-by: Avraham Stern <avraham.stern@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
2018-08-31 11:38:17 +03:00
..
api iwlwifi: set the tid for non-QOS frames to zero 2018-08-31 11:38:17 +03:00
acpi.c iwlwifi: acpi: move code that reads SPLC to acpi 2017-10-06 15:22:33 +03:00
acpi.h iwlwifi: acpi: move code that reads SPLC to acpi 2017-10-06 15:22:33 +03:00
dbg.c iwlwifi: turn timestamp marker cmd off by default 2018-08-31 11:38:15 +03:00
dbg.h iwlwifi: move timestamp functions from debugfs.h to dbg.h 2018-04-20 10:57:16 +03:00
debugfs.c iwlwifi: runtime: avoid calling debugfs read functions more than once 2018-08-31 11:38:16 +03:00
debugfs.h iwlwifi: move timestamp functions from debugfs.h to dbg.h 2018-04-20 10:57:16 +03:00
error-dump.h iwlwifi: dump smem configuration when firmware crashes 2017-08-09 09:35:15 +03:00
file.h iwlwifi: mvm: remove dead gscan code 2018-08-02 10:50:08 +03:00
img.h iwlwifi: mvm: remove dead gscan code 2018-08-02 10:50:08 +03:00
init.c iwlwifi: Cancel and set MARKER_CMD timer during suspend-resume 2018-03-02 10:19:59 +02:00
notif-wait.c iwlwifi: call iwl_remove_notification from iwl_wait_notification 2017-08-18 16:03:22 +03:00
notif-wait.h
paging.c iwlwifi: fw: combine loading of last page block into main copy loop 2018-04-26 15:18:07 +03:00
runtime.h Revert "iwlwifi: implement fseq version mismatch warning" 2018-08-02 10:50:07 +03:00
smem.c iwlwifi: introduce device family 22560 2018-07-26 13:16:14 +03:00