staging: wilc1000: remove pointer varialbes of hif_cs
authorGlen Lee <glen.lee@atmel.com>
Thu, 24 Sep 2015 09:15:01 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:39:58 +0000 (02:39 +0200)
commit187f1ef192e1d070843fbf9cc2693e66ca3d72b4
tree6a6eee9840fdc49734484c8ca0d259110a7f45c1
parentd5a63a868b264ef7cf8b39394f9ab09391633a50
staging: wilc1000: remove pointer varialbes of hif_cs

Remove hif_lock and hif_critical_section which are pointer of
g_linux_wlan->hif_cs. Remove also it's related codes.
Just use mutex varialbe g_linux_wlan->hif_cs.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h