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:
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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user