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