Commit 9a7e35f1 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: rtw_cfg80211_inform_bss(): Use get_unaligned_le16()

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 14423cd7
...@@ -289,7 +289,7 @@ static int rtw_cfg80211_inform_bss(struct rtw_adapter *padapter, ...@@ -289,7 +289,7 @@ static int rtw_cfg80211_inform_bss(struct rtw_adapter *padapter,
notify_timestamp = jiffies_to_msecs(jiffies) * 1000; /* uSec */ notify_timestamp = jiffies_to_msecs(jiffies) * 1000; /* uSec */
notify_interval = notify_interval =
le16_to_cpu(*(u16 *) get_unaligned_le16(
rtw_get_beacon_interval23a_from_ie(pnetwork->network.IEs)); rtw_get_beacon_interval23a_from_ie(pnetwork->network.IEs));
notify_capability = notify_capability =
get_unaligned_le16( get_unaligned_le16(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment