From: Michal Kazior Date: Fri, 10 Apr 2015 13:23:20 +0000 (+0000) Subject: ath10k: don't use reassoc flag X-Git-Tag: v4.2-rc1~130^2~230^2~34^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=73dc5a1d9db4f6cfb299019a083eefb5b85a3c65;p=karo-tx-linux.git ath10k: don't use reassoc flag Firmware actually re-creates peer entry when reassoc flag is set. This is undesired and could cause trouble with IBSS crypto-wise. This is also important for upcomming bitrate mask improvement. Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c index 1029f33020b5..dd0dd6e4bb0a 100644 --- a/drivers/net/wireless/ath/ath10k/mac.c +++ b/drivers/net/wireless/ath/ath10k/mac.c @@ -2552,7 +2552,6 @@ static int ath10k_station_assoc(struct ath10k *ar, return ret; } - peer_arg.peer_reassoc = reassoc; ret = ath10k_wmi_peer_assoc(ar, &peer_arg); if (ret) { ath10k_warn(ar, "failed to run peer assoc for STA %pM vdev %i: %d\n",