diff options
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | 2011-10-25 10:04:25 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2011-11-11 05:58:53 -0500 |
commit | 0ce5944552d87fe6e007a0338059a75525142dd3 (patch) | |
tree | 05caec73b6e4fbafb017383a5c0870d17fc92e03 /drivers/net/wireless/ath/ath6kl/debug.c | |
parent | 3226f68af4fe74932677db271b4ac4f26556954d (diff) |
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>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/debug.c')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/debug.c b/drivers/net/wireless/ath/ath6kl/debug.c index e515c83e3795..725d598ed299 100644 --- a/drivers/net/wireless/ath/ath6kl/debug.c +++ b/drivers/net/wireless/ath/ath6kl/debug.c | |||
@@ -1188,7 +1188,7 @@ static ssize_t ath6kl_keepalive_write(struct file *file, | |||
1188 | if (ret) | 1188 | if (ret) |
1189 | return ret; | 1189 | return ret; |
1190 | 1190 | ||
1191 | ret = ath6kl_wmi_set_keepalive_cmd(ar->wmi, val); | 1191 | ret = ath6kl_wmi_set_keepalive_cmd(ar->wmi, 0, val); |
1192 | if (ret) | 1192 | if (ret) |
1193 | return ret; | 1193 | return ret; |
1194 | 1194 | ||
@@ -1233,7 +1233,7 @@ static ssize_t ath6kl_disconnect_timeout_write(struct file *file, | |||
1233 | if (ret) | 1233 | if (ret) |
1234 | return ret; | 1234 | return ret; |
1235 | 1235 | ||
1236 | ret = ath6kl_wmi_disctimeout_cmd(ar->wmi, val); | 1236 | ret = ath6kl_wmi_disctimeout_cmd(ar->wmi, 0, val); |
1237 | if (ret) | 1237 | if (ret) |
1238 | return ret; | 1238 | return ret; |
1239 | 1239 | ||