staging: rtl8188eu: Remove unused function rtw_get_timestampe_from_ie()
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5f3f2a2962
commit
ebe98c4fc1
|
@ -331,11 +331,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;
|
||||
|
|
|
@ -590,7 +590,6 @@ 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);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue