Re: ath10k: Make ath10k report discarded packets to mac80211

2018-02-26 Thread Kalle Valo
let the packet go through, like ath9k does. > > Signed-off-by: Ignacio Nunez Hernanz > [kv...@codeaurora.org: rebase patch manually] > Signed-off-by: Kalle Valo Patch applied to ath-next branch of ath.git, thanks. abb374fe8460 ath10k: make ath10k report discarded packets to mac80211 --

Re: ath10k: Make ath10k report discarded packets to mac80211

2018-01-29 Thread Kalle Valo
Ignacio Núñez Hernanz wrote: > Whenever ath10k firmware discards a packet (HTT_TX_COMPL_STATE_DISCARD > flag), the skb is freed and mac80211 does not get feedback through > ieee80211_tx_status(). > > Instead, make sure that the IEEE80211_TX_STAT_ACK flag is disabled and > let the packet go throug

[PATCH] ath10k: Make ath10k report discarded packets to mac80211

2017-07-24 Thread Ignacio Núñez Hernanz
From 2caef0e851a23cc9e979a3f36a2ae0d964cfeba7 Mon Sep 17 00:00:00 2001 From: Ignacio Nunez Hernanz Date: Mon, 24 Jul 2017 11:52:48 +0200 Subject: [PATCH] ath10k: Make ath10k report discarded packets to mac80211 Whenever ath10k firmware discards a packet (HTT_TX_COMPL_STATE_DISCARD flag), the