staging: wilc1000: remove pointer variables of txq_add_to_head_cs
authorGlen Lee <glen.lee@atmel.com>
Thu, 24 Sep 2015 09:15:00 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:39:58 +0000 (02:39 +0200)
commitd5a63a868b264ef7cf8b39394f9ab09391633a50
tree20e6b50217c294ee055ebff2a1097ecc36aef905
parent6a3b94f71829bee2c2467870470e6d528f9ea46d
staging: wilc1000: remove pointer variables of txq_add_to_head_cs

This patch removes txq_add_to_head_critical_section and txq_add_to_head_lock
which are pointer of g_linux_wlan->txq_add_to_head_cs.
Just use g_linux_wlan->txq_add_to_head_cs as argument of function.

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