[PATCH 2/2] staging: rtl8188eu: add missing delay in polling loops.

2015-11-02 Thread Rémy Oudompheng
Previously the code could exit with failure too early. Signed-off-by: Rémy Oudompheng --- drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c b/drivers/staging/rtl8188eu/hal

[PATCH 1/2] staging: rtl8188eu: jiffies are unsigned long

2015-11-02 Thread Rémy Oudompheng
Remove rtw_get_passing_time_ms function and adjust type of relevant variables. Signed-off-by: Rémy Oudompheng --- drivers/staging/rtl8188eu/core/rtw_efuse.c| 4 +-- drivers/staging/rtl8188eu/core/rtw_mlme.c | 13 --- drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 43

Re: [PATCH 2/2] staging: rtl8188eu: add missing delay in polling loops.

2015-11-02 Thread Rémy Oudompheng
2015-11-01 17:55 GMT+01:00 Larry Finger : > On 11/01/2015 04:30 AM, =?UTF-8?q?R=C3=A9my=20Oudompheng?= wrote: >> >> Previously the code could exit with failure too early. > > > Your mailer is broken. The above line is what shows as the return address. > > Larry > Sorry for that, I will resend the