staging: wilc1000: remove unused function
authorAdham Abozaeid <adham.abozaeid@microchip.com>
Thu, 1 Aug 2019 20:15:12 +0000 (20:15 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2019 11:58:11 +0000 (13:58 +0200)
function wilc_resolve_disconnect_aberration isn't referenced, so
removing it

Signed-off-by: Adham Abozaeid <adham.abozaeid@microchip.com>
Link: https://lore.kernel.org/r/20190801200909.12605-3-adham.abozaeid@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_hif.c
drivers/staging/wilc1000/wilc_hif.h

index 2b4c83b..f2b7d5a 100644 (file)
@@ -798,15 +798,6 @@ int wilc_disconnect(struct wilc_vif *vif)
        return 0;
 }
 
-void wilc_resolve_disconnect_aberration(struct wilc_vif *vif)
-{
-       if (!vif->hif_drv)
-               return;
-       if (vif->hif_drv->hif_state == HOST_IF_WAITING_CONN_RESP ||
-           vif->hif_drv->hif_state == HOST_IF_CONNECTING)
-               wilc_disconnect(vif);
-}
-
 int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats)
 {
        struct wid wid_list[5];
index 3bc3051..ac5fe57 100644 (file)
@@ -222,7 +222,6 @@ void wilc_frame_register(struct wilc_vif *vif, u16 frame_type, bool reg);
 int wilc_set_operation_mode(struct wilc_vif *vif, int index, u8 mode,
                            u8 ifc_id);
 int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats);
-void wilc_resolve_disconnect_aberration(struct wilc_vif *vif);
 int wilc_get_vif_idx(struct wilc_vif *vif);
 int wilc_set_tx_power(struct wilc_vif *vif, u8 tx_power);
 int wilc_get_tx_power(struct wilc_vif *vif, u8 *tx_power);