From 6db1d9dd93dbf850684acd295c139f564506b0a8 Mon Sep 17 00:00:00 2001 From: Sergei Makarenkov Date: Thu, 9 Feb 2017 23:34:17 +0300 Subject: [PATCH] Use configured driver name --- include/autoconf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/autoconf.h b/include/autoconf.h index 37615cb..1b7d90d 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -27,8 +27,7 @@ */ #define AUTOCONF_INCLUDED #define RTL871X_MODULE_NAME "8814AU" -#define DRV_NAME "rtl8814au" - +#define DRV_NAME KBUILD_MODNAME #define CONFIG_USB_HCI 1