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

2015-11-01 Thread =?UTF-8?q?R=C3=A9my=20Oudompheng?=
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/rtl

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

2015-11-01 Thread =?UTF-8?q?R=C3=A9my=20Oudompheng?=
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 +++