1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Rename sta_info.h to rtl_sta_info.h

*  Rename sta_info.h to rtl_sta_info.h (otherwise overlaps with mac80211's sta_info.h)
This commit is contained in:
Christian kimocoder 2017-10-02 22:04:13 +02:00 committed by GitHub
parent fa88dd41c8
commit a6562f34a3

View File

@ -107,7 +107,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 <rtl_sta_info.h>
#include <rtw_event.h> #include <rtw_event.h>
#include <rtw_mlme_ext.h> #include <rtw_mlme_ext.h>
#include <rtw_ap.h> #include <rtw_ap.h>