From a6562f34a3f721c2249c4ae7bc70aff2c383190e Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Mon, 2 Oct 2017 22:04:13 +0200 Subject: [PATCH] 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) --- include/drv_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drv_types.h b/include/drv_types.h index 7ef214d..f99fc46 100644 --- a/include/drv_types.h +++ b/include/drv_types.h @@ -107,7 +107,7 @@ typedef struct _ADAPTER _adapter, ADAPTER,*PADAPTER; #include #include #include -#include +#include #include #include #include