From: Janusz Dziedzic Date: Tue, 25 Feb 2014 06:56:39 +0000 (+0100) Subject: ath10k: skip management frames in HTT path X-Git-Tag: v3.15-rc1~113^2~93^2^2~92^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80ddb003a24d10a87e3fbfc2d8e46c54698b585;p=pandora-kernel.git 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 Signed-off-by: Kalle Valo --- Reading git-diff-tree failed