Commit df220942 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: rtw_recv.c: Use the kernel's WLAN_EID_* definitions

parent 3455f1f0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1216,7 +1216,7 @@ int validate_recv_ctrl_frame(struct rtw_adapter *padapter,

					/* upate BCN for TIM IE */
					/* update_BCNTIM(padapter); */
					update_beacon23a(padapter, _TIM_IE_,
					update_beacon23a(padapter, WLAN_EID_TIM,
							 NULL, false);
				}

@@ -1248,7 +1248,7 @@ int validate_recv_ctrl_frame(struct rtw_adapter *padapter,

					/* upate BCN for TIM IE */
					/* update_BCNTIM(padapter); */
					update_beacon23a(padapter, _TIM_IE_,
					update_beacon23a(padapter, WLAN_EID_TIM,
							 NULL, false);
				}
			}