OSDN Git Service

staging: wilc1000: remove define RX_BH_TYPE
authorGlen Lee <glen.lee@atmel.com>
Thu, 17 Sep 2015 08:47:24 +0000 (17:47 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Sep 2015 02:48:30 +0000 (19:48 -0700)
commita87d792b3594454c97c2c9e9693e7dd3bfcbb012
treed7944caf06b398021f38fcdbedd03cd6d3a244f7
parent5366012de97bc1f6b53c79bd5f664b7a0ced769b
staging: wilc1000: remove define RX_BH_TYPE

This patch removes the preprocessor definition, RX_BH_TYPE and uses the
request_threaded_irq instead of kernel thread to execute the interrupt
handler.

As a result, linux_wlan_enable_irq() and linux_wlan_disable_irq() are also
removed from the linux_wlan.c file.

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