OSDN Git Service

wcn36xx: Fix TX data path
authorLoic Poulain <loic.poulain@linaro.org>
Fri, 24 Jul 2020 10:20:50 +0000 (12:20 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 14 Aug 2020 15:02:25 +0000 (18:02 +0300)
commit512b191d965237249999b3c58600fe50356ab323
tree9b6668f5e11ed165719d2753d63c60a173d67470
parent1c20560607e6e142af76b9bd57e275b9053958a1
wcn36xx: Fix TX data path

This patch contains the following fixes:

- Use correct queue for submitting QoS packet. The queue id to use
is a one-to-one mapping with the TID.

- Don't encrypt a frame with IEEE80211_TX_INTFL_DONT_ENCRYPT flag.

- Use the 'special queue' for null packets, preventing the firmware
to submit it as AMPDU.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1595586052-16081-5-git-send-email-loic.poulain@linaro.org
drivers/net/wireless/ath/wcn36xx/txrx.c