Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4e82e9a authored by Marek Kwaczynski's avatar Marek Kwaczynski Committed by Kalle Valo
Browse files

ath10k: remove sw encryption for pmf



Software encryption was never necessary.
Tested with fw 636 and fw 10.x.

Signed-off-by: default avatarMarek Kwaczynski <marek.kwaczynski@tieto.com>
Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 6f3b7ff4
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -58,10 +58,7 @@ static int ath10k_send_key(struct ath10k_vif *arvif,
	switch (key->cipher) {
	case WLAN_CIPHER_SUITE_CCMP:
		arg.key_cipher = WMI_CIPHER_AES_CCM;
		if (arvif->vdev_type == WMI_VDEV_TYPE_AP)
		key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV_MGMT;
		else
			key->flags |= IEEE80211_KEY_FLAG_SW_MGMT_TX;
		break;
	case WLAN_CIPHER_SUITE_TKIP:
		arg.key_cipher = WMI_CIPHER_TKIP;