mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 13:59:45 -04:00
staging: rtl8723au: rtw_recv.c: Use the kernel's WLAN_EID_* definitions
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
3455f1f062
commit
df220942df
@@ -1216,8 +1216,8 @@ int validate_recv_ctrl_frame(struct rtw_adapter *padapter,
|
||||
|
||||
/* upate BCN for TIM IE */
|
||||
/* update_BCNTIM(padapter); */
|
||||
update_beacon23a(padapter, _TIM_IE_,
|
||||
NULL, false);
|
||||
update_beacon23a(padapter, WLAN_EID_TIM,
|
||||
NULL, false);
|
||||
}
|
||||
|
||||
/* spin_unlock_bh(&psta->sleep_q.lock); */
|
||||
@@ -1248,8 +1248,8 @@ int validate_recv_ctrl_frame(struct rtw_adapter *padapter,
|
||||
|
||||
/* upate BCN for TIM IE */
|
||||
/* update_BCNTIM(padapter); */
|
||||
update_beacon23a(padapter, _TIM_IE_,
|
||||
NULL, false);
|
||||
update_beacon23a(padapter, WLAN_EID_TIM,
|
||||
NULL, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user