From: Marek Kwaczynski Date: Wed, 14 May 2014 13:56:17 +0000 (+0300) Subject: ath10k: fix pmf for action frames X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~1^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeab266c0f3c9c85ef649ba737e2d553742a2532;p=pandora-kernel.git ath10k: fix pmf for action frames Fix sending and receiveing protected managment frames. Lack of protected flag for received protected action frames causes report these frames as unprotected robust action frames. If the driver in AP mode sent frame with protected flag and CCMP header using IEEE80211_KEY_FLAG_SW_MGMT_TX flag, the FW encrypted frames once again. From user side all received SA Query Requests and Responses were skipped and all protected action frames were sent as malformed packets. Signed-off-by: Marek Kwaczynski Signed-off-by: Kalle Valo --- Reading git-diff-tree failed