mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
staging: rtl8723au: rtw_cfg80211_inform_bss(): timestamp isn't used
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f641f66784
commit
8a3adc2480
@ -249,7 +249,6 @@ static int rtw_cfg80211_inform_bss(struct rtw_adapter *padapter,
|
||||
/* struct ieee80211_supported_band *band; */
|
||||
u16 channel;
|
||||
u32 freq;
|
||||
u64 notify_timestamp;
|
||||
u16 notify_capability;
|
||||
u16 notify_interval;
|
||||
u8 *notify_ie;
|
||||
@ -280,8 +279,6 @@ static int rtw_cfg80211_inform_bss(struct rtw_adapter *padapter,
|
||||
|
||||
notify_channel = ieee80211_get_channel(wiphy, freq);
|
||||
|
||||
notify_timestamp = jiffies_to_msecs(jiffies) * 1000; /* uSec */
|
||||
|
||||
notify_interval =
|
||||
get_unaligned_le16(
|
||||
rtw_get_beacon_interval23a_from_ie(pnetwork->network.IEs));
|
||||
|
Loading…
Reference in New Issue
Block a user