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

No need for a pointer to a function. Just call linux_wlan_mac_indicate.
Remove mac_indicate and also wilc_wlan_indicate_func_t since no members in it.
Variable indicate_func is not used so delete it and related codes.
Finally remove static from the function linux_wlan_mac_indicate.

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