staging: wilc1000: remove function pointer rx_complete
authorGlen Lee <glen.lee@atmel.com>
Thu, 24 Sep 2015 09:14:54 +0000 (18:14 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 00:39:57 +0000 (02:39 +0200)
commitc0cadaa4ab48839459cfe6a31211453dcfd31eee
tree596a9c6fb313069a21bdc7e586d805df938448f6
parent4417d3daf8e45150b9121ee838f215431dc411dd
staging: wilc1000: remove function pointer rx_complete

just call the function linux_wlan_rx_complete directly. No need for a pointer
to the functions. Remove rx_complete, wilc_wlan_net_func_t and net_func which
are not used anymore.
Finally remove static from the function linux_wlan_rx_complete.

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_wfi_netdevice.h
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h