]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath10k: skip management frames in HTT path
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>
Tue, 25 Feb 2014 06:56:39 +0000 (07:56 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 27 Feb 2014 16:42:08 +0000 (18:42 +0200)
commita80ddb003a24d10a87e3fbfc2d8e46c54698b585
tree74126bd334116e48ec4c0f19cb7417b0468972a0
parent9f81f72556107a38ebf523ea1d38ef85dfa35d09
ath10k: skip management frames in HTT path

After we pass frames with INV_PEER to upper layer in commit 716ae53c56cf
("ath10k: pass frames with invalid peer status to upper layer") we could pass
some management frames (in case INVALID_PEER and MGMT_CTRL) twice to upper
layer, once via WMI and once via HTT. Next we could handle assoc request twice.
This patch remove such regression.

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c