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:
Jes Sorensen 2014-04-15 19:43:32 +02:00 committed by Greg Kroah-Hartman
parent 3455f1f062
commit df220942df

View file

@ -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);
}
}
}