From: Bartosz Markowski Date: Thu, 26 Sep 2013 15:47:12 +0000 (+0200) Subject: ath10k: bring back the WMI path for mgmt frames X-Git-Tag: v3.13-rc1~105^2~55^2^2~53^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e00d31a0fb74c36f3b174ff0d4914cf09016e6f;p=pandora-kernel.git ath10k: bring back the WMI path for mgmt frames This is still the only way to submit mgmt frames in case of 10.X firmware. This patch introduces wmi_mgmt_tx queue, because of the fact WMI command can block. This is a problem for ath10k_tx_htt(), since it's called from atomic context. The skb queue and worker are introduced to move the mgmt frame handling out of .tx callback context and not block. Signed-off-by: Bartosz Markowski Signed-off-by: Kalle Valo --- Reading git-diff-tree failed