Skip to content

Commit d83ad4c

Browse files
Lior Davidkvalo
authored andcommitted
wil6210: increase connect timeout
Connect can take longer than current timeout in some scenarios, for example with long-range antenna array. Increase the timeout to support these scenarios. Signed-off-by: Lior David <[email protected]> Signed-off-by: Maya Erez <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 7086d86 commit d83ad4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/wil6210/cfg80211.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ static int wil_cfg80211_connect(struct wiphy *wiphy,
811811
wil->bss = bss;
812812
/* Connect can take lots of time */
813813
mod_timer(&wil->connect_timer,
814-
jiffies + msecs_to_jiffies(2000));
814+
jiffies + msecs_to_jiffies(5000));
815815
} else {
816816
clear_bit(wil_status_fwconnecting, wil->status);
817817
}

0 commit comments

Comments
 (0)