mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
staging: r8188eu: remove rtw_get_timestampe_from_ie()
Function rtw_get_timestampe_from_ie() is not used, remove it. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20210922200420.9693-12-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
193331733b
commit
eefb514127
@@ -290,11 +290,6 @@ u16 rtw_get_capability(struct wlan_bssid_ex *bss)
|
||||
return le16_to_cpu(val);
|
||||
}
|
||||
|
||||
u8 *rtw_get_timestampe_from_ie(u8 *ie)
|
||||
{
|
||||
return ie + 0;
|
||||
}
|
||||
|
||||
u8 *rtw_get_beacon_interval_from_ie(u8 *ie)
|
||||
{
|
||||
return ie + 8;
|
||||
|
||||
@@ -598,7 +598,6 @@ void _rtw_free_network_queue(struct adapter *padapter, u8 isfreeall);
|
||||
int rtw_if_up(struct adapter *padapter);
|
||||
|
||||
u8 *rtw_get_capability_from_ie(u8 *ie);
|
||||
u8 *rtw_get_timestampe_from_ie(u8 *ie);
|
||||
u8 *rtw_get_beacon_interval_from_ie(u8 *ie);
|
||||
|
||||
void rtw_joinbss_reset(struct adapter *padapter);
|
||||
|
||||
Reference in New Issue
Block a user