staging: wicl1000: remove function pointer wlan_handle_rx_que
authorGlen Lee <glen.lee@atmel.com>
Wed, 16 Sep 2015 09:53:26 +0000 (18:53 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2015 04:48:10 +0000 (21:48 -0700)
commit2602b2bf419c3e5a9fad74359bb553cb4f977953
treec8d7e6eb7aa21b9d7fcb07c1fc1ed672e417daee
parent9af382bca5bfab2891199c69447217a6aa3ededc
staging: wicl1000: remove function pointer wlan_handle_rx_que

The function pointer wlan_handle_rx_que is not called anywhere. Delete
wlan_handle_rx_que and it's assignment code.
But the function wilc_wlan_handle_rxq in assignment code is used. So leave it.

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/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan_if.h
This page took 0.02443 seconds and 5 git commands to generate.