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

Commit 7ca9ed21 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: Remove unused function rtw_get_timestampe_from_ie23a()

parent e418361c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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);


+0 −1
Original line number Diff line number Diff line
@@ -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 =