mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 17:37:10 +07:00
staging: rtl8723au: Remove unused function rtw_get_timestampe_from_ie23a()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e418361c5b
commit
7ca9ed219b
@ -285,11 +285,6 @@ u16 rtw_get_capability23a(struct wlan_bssid_ex *bss)
|
||||
return le16_to_cpu(val);
|
||||
}
|
||||
|
||||
u8 *rtw_get_timestampe_from_ie23a(u8 *ie)
|
||||
{
|
||||
return ie + 0;
|
||||
}
|
||||
|
||||
u8 *rtw_get_beacon_interval23a_from_ie(u8 *ie)
|
||||
{
|
||||
return ie + 8;
|
||||
|
@ -472,7 +472,6 @@ int rtw_if_up23a(struct rtw_adapter *padapter);
|
||||
int rtw_linked_check(struct rtw_adapter *padapter);
|
||||
|
||||
u8 *rtw_get_capability23a_from_ie(u8 *ie);
|
||||
u8 *rtw_get_timestampe_from_ie23a(u8 *ie);
|
||||
u8 *rtw_get_beacon_interval23a_from_ie(u8 *ie);
|
||||
|
||||
|
||||
|
@ -288,7 +288,6 @@ static int rtw_cfg80211_inform_bss(struct rtw_adapter *padapter,
|
||||
|
||||
notify_channel = ieee80211_get_channel(wiphy, freq);
|
||||
|
||||
/* rtw_get_timestampe_from_ie23a() */
|
||||
notify_timestamp = jiffies_to_msecs(jiffies) * 1000; /* uSec */
|
||||
|
||||
notify_interval =
|
||||
|
Loading…
Reference in New Issue
Block a user