mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 18:49:22 -04:00
staging: rtl8723au: rtw_joinbss_update_network23a(): update beacon info as well
We need to copy over the beacon info (interval, capability, tsf) as well as the IE data. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
eb4f07bf85
commit
2bde052753
@@ -1035,6 +1035,10 @@ rtw_joinbss_update_network23a(struct rtw_adapter *padapter,
|
||||
memcpy(&cur_network->network.IEs[0], &ptarget_wlan->network.IEs[0],
|
||||
MAX_IE_SZ);
|
||||
|
||||
cur_network->network.capability = ptarget_wlan->network.capability;
|
||||
cur_network->network.beacon_interval =
|
||||
ptarget_wlan->network.beacon_interval;
|
||||
cur_network->network.tsf = ptarget_wlan->network.tsf;
|
||||
cur_network->aid = pnetwork->join_res;
|
||||
|
||||
rtw_set_signal_stat_timer(&padapter->recvpriv);
|
||||
|
||||
Reference in New Issue
Block a user