aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/fw/error-dump.h
diff options
context:
space:
mode:
authorAvraham Stern <[email protected]>2018-03-20 15:05:06 +0000
committerLuca Coelho <[email protected]>2018-08-31 08:38:17 +0000
commit2210f6959dfa754d2a191f3db6ac7592d1bebc9c (patch)
treec81d1e06361c5ee50273579f1525ffb2648ec431 /drivers/net/wireless/intel/iwlwifi/fw/error-dump.h
parentiwlwifi: runtime: avoid calling debugfs read functions more than once (diff)
downloadkernel-2210f6959dfa754d2a191f3db6ac7592d1bebc9c.tar.gz
kernel-2210f6959dfa754d2a191f3db6ac7592d1bebc9c.zip
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 <[email protected]> Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/error-dump.h')
0 files changed, 0 insertions, 0 deletions