ath10k: avoid to set WEP key for TDLS peer
authorYingying Tang <yintang@qti.qualcomm.com>
Wed, 28 Mar 2018 09:15:23 +0000 (12:15 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 29 Mar 2018 09:00:12 +0000 (12:00 +0300)
TDLS peer do not need WEP key. Setting WEP key will lead
to TDLS setup failure. Add fix to avoid setting WEP key
for TDLS peer.

Signed-off-by: Yingying Tang <yintang@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/mac.c

index c684d6f..659b238 100644 (file)
@@ -2977,7 +2977,7 @@ static int ath10k_station_assoc(struct ath10k *ar,
                }
 
                /* Plumb cached keys only for static WEP */
-               if (arvif->def_wep_key_idx != -1) {
+               if ((arvif->def_wep_key_idx != -1) && (!sta->tdls)) {
                        ret = ath10k_install_peer_wep_keys(arvif, sta->addr);
                        if (ret) {
                                ath10k_warn(ar, "failed to install peer wep keys for vdev %i: %d\n",