staging: r8188eu: remove rtw_tdls_cmd()
authorMichael Straube <straube.linux@gmail.com>
Thu, 23 Sep 2021 19:09:20 +0000 (21:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Sep 2021 15:31:57 +0000 (17:31 +0200)
Function rtw_tdls_cmd() is not used, remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210923190920.3580-18-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_cmd.c
drivers/staging/r8188eu/include/rtw_cmd.h

index 8173756fdeb82055108bbff3f76e6647b070aa2e..e11aa59291809c198c017c49e66450dc4b2231e1 100644 (file)
@@ -902,11 +902,6 @@ exit:
        return res;
 }
 
-u8 rtw_tdls_cmd(struct adapter *padapter, u8 *addr, u8 option)
-{
-       return _SUCCESS;
-}
-
 static void traffic_status_watchdog(struct adapter *padapter)
 {
        u8      bEnterPS;
index 6ae0499cd81fbff2ca21f860bbf150345a9e5800..83fbb922db2c32b7149e260542211da9d9ce83eb 100644 (file)
@@ -773,7 +773,6 @@ u8 rtw_ps_cmd(struct adapter*padapter);
 u8 rtw_chk_hi_queue_cmd(struct adapter*padapter);
 
 u8 rtw_set_chplan_cmd(struct adapter*padapter, u8 chplan, u8 enqueue);
-u8 rtw_tdls_cmd(struct adapter *padapter, u8 *addr, u8 option);
 
 u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt);