staging: rtl8188eu: Remove dummy function rtw_tdls_cmd()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
navin patidar 2014-07-10 09:11:45 +05:30 committed by Greg Kroah-Hartman
parent 6c7e40ea16
commit 444881028c
2 changed files with 0 additions and 6 deletions

View file

@ -1059,11 +1059,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;

View file

@ -756,7 +756,6 @@ u8 rtw_chk_hi_queue_cmd(struct adapter *padapter);
#endif
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_drvextra_cmd_hdl(struct adapter *padapter, unsigned char *pbuf);