ath6kl: Initialize target wlan values for every vif
Wlan parameters need to be configured for every vif in target. Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
committed by
Kalle Valo
parent
3226f68af4
commit
0ce5944552
@@ -1188,7 +1188,7 @@ static ssize_t ath6kl_keepalive_write(struct file *file,
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
ret = ath6kl_wmi_set_keepalive_cmd(ar->wmi, val);
|
||||
ret = ath6kl_wmi_set_keepalive_cmd(ar->wmi, 0, val);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
@@ -1233,7 +1233,7 @@ static ssize_t ath6kl_disconnect_timeout_write(struct file *file,
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
ret = ath6kl_wmi_disctimeout_cmd(ar->wmi, val);
|
||||
ret = ath6kl_wmi_disctimeout_cmd(ar->wmi, 0, val);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user