Re: [PATCH] ath10k: Fix length of wmi tlv command for protected mgmt frames

2019-02-26 Thread Kalle Valo
Surabhi Vishnoi wrote: > The length of wmi tlv command for management tx send is calculated > incorrectly in case of protected management frames as there is addition > of IEEE80211_CCMP_MIC_LEN twice. This leads to improper behaviour of > firmware as the wmi tlv mgmt tx send command for

[PATCH] ath10k: Fix length of wmi tlv command for protected mgmt frames

2019-02-15 Thread Surabhi Vishnoi
The length of wmi tlv command for management tx send is calculated incorrectly in case of protected management frames as there is addition of IEEE80211_CCMP_MIC_LEN twice. This leads to improper behaviour of firmware as the wmi tlv mgmt tx send command for protected mgmt frames is formed wrongly.