Merge pull request #209 from CGarces/fix_openWRT

Force get sta_info.h from include folder
This commit is contained in:
Carlos Garcés 2020-12-17 21:56:29 +01:00 committed by GitHub
commit c1cbf44db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ typedef struct _ADAPTER _adapter, ADAPTER, *PADAPTER;
#include <rtw_ioctl_rtl.h> #include <rtw_ioctl_rtl.h>
#include <osdep_intf.h> #include <osdep_intf.h>
#include <rtw_eeprom.h> #include <rtw_eeprom.h>
#include <sta_info.h> #include "sta_info.h"
#include <rtw_event.h> #include <rtw_event.h>
#include <rtw_mlme_ext.h> #include <rtw_mlme_ext.h>
#include <rtw_mi.h> #include <rtw_mi.h>