diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-11 19:12:58 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-11 19:12:58 -0700 |
| commit | 6b1bf8fed1140f6189d734f481bf8235df53a022 (patch) | |
| tree | 6cf20f16af9a1bb51413c041b17416b75ad05938 | |
| parent | 03dbca91e5eeba48372507ba8b3086be91d6b46a (diff) | |
| parent | 821b100ad816ac9552b7393a45d3b7a34ceb3a5c (diff) | |
Merge "wil6210: increase connect timeout"
| -rw-r--r-- | drivers/net/wireless/ath/wil6210/cfg80211.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/cfg80211.c b/drivers/net/wireless/ath/wil6210/cfg80211.c index 93868095dc3c..1bebe5e95f11 100644 --- a/drivers/net/wireless/ath/wil6210/cfg80211.c +++ b/drivers/net/wireless/ath/wil6210/cfg80211.c @@ -887,7 +887,7 @@ static int wil_cfg80211_connect(struct wiphy *wiphy, wil->bss = bss; /* Connect can take lots of time */ mod_timer(&wil->connect_timer, - jiffies + msecs_to_jiffies(2000)); + jiffies + msecs_to_jiffies(5000)); } else { clear_bit(wil_status_fwconnecting, wil->status); } |
