lkml.org 
[lkml]   [2020]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.4 076/100] wil6210: increase firmware ready timeout
    Date
    From: Hamad Kadmany <hkadmany@codeaurora.org>

    [ Upstream commit 6ccae584014ef7074359eb4151086beef66ecfa9 ]

    Firmware ready event may take longer than
    current timeout in some scenarios, for example
    with multiple RFs connected where each
    requires an initial calibration.

    Increase the timeout to support these scenarios.

    Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
    Signed-off-by: Maya Erez <merez@codeaurora.org>
    Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/net/wireless/ath/wil6210/main.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/net/wireless/ath/wil6210/main.c
    +++ b/drivers/net/wireless/ath/wil6210/main.c
    @@ -741,7 +741,7 @@ static void wil_bl_crash_info(struct wil

    static int wil_wait_for_fw_ready(struct wil6210_priv *wil)
    {
    - ulong to = msecs_to_jiffies(1000);
    + ulong to = msecs_to_jiffies(2000);
    ulong left = wait_for_completion_timeout(&wil->wmi_ready, to);

    if (0 == left) {

    \
     
     \ /
      Last update: 2020-04-22 12:02    [W:4.257 / U:0.816 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site