Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44488102 authored by navin patidar's avatar navin patidar Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: Remove dummy function rtw_tdls_cmd()

parent 6c7e40ea
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1059,11 +1059,6 @@ u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue)
	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;
+0 −1
Original line number Diff line number Diff line
@@ -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);