From a2933cf2ab2485ce52b82d0eede7218c21fdcb61 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Sat, 22 Jun 2019 16:41:33 +0200 Subject: [PATCH] Fix compilation issue related to merging --- include/autoconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/autoconf.h b/include/autoconf.h index d88036b..ae006a7 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -22,15 +22,15 @@ */ #define AUTOCONF_INCLUDED #define RTL871X_MODULE_NAME "8812AU" -#define DRV_NAME "rtl8812au" +#ifndef DRV_NAME +#define DRV_NAME "rtl8821au" +#endif #define CONFIG_USB_HCI - #define PLATFORM_LINUX - /* #define CONFIG_IOCTL_CFG80211 1 */ #ifdef CONFIG_IOCTL_CFG80211