summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rtl818x/rtl8180/Makefile
diff options
context:
space:
mode:
authorLarry Finger [ original patch ] <Larry.Finger@lwfinger.net>2014-04-08 20:25:25 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-04-22 15:06:27 -0400
commit222aaffe120b2a267dd1d553a6fdaa1dc312791f (patch)
treec50157b480ef3179774aae8572a405f4500e6fea /drivers/net/wireless/rtl818x/rtl8180/Makefile
parent22b3b9578da730272d5ca2f3bbf718c7324ff27e (diff)
rtl8180: change module name in rtl818x_pci
rtl8180 driver can handle also rtl8185 and rtl8187SE cards, however in userspace tools (network manager) it still appares as "rtl8180". This might lead the user to think the wrong driver is in use. This patch changes module name to "rtl818x_pci" that should be more explanatory. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> [ original patch ] Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtl818x/rtl8180/Makefile')
-rw-r--r--drivers/net/wireless/rtl818x/rtl8180/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtl818x/rtl8180/Makefile b/drivers/net/wireless/rtl818x/rtl8180/Makefile
index 08b056db4a3..21005bd8b43 100644
--- a/drivers/net/wireless/rtl818x/rtl8180/Makefile
+++ b/drivers/net/wireless/rtl818x/rtl8180/Makefile
@@ -1,5 +1,5 @@
-rtl8180-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o
+rtl818x_pci-objs := dev.o rtl8225.o sa2400.o max2820.o grf5101.o rtl8225se.o
-obj-$(CONFIG_RTL8180) += rtl8180.o
+obj-$(CONFIG_RTL8180) += rtl818x_pci.o
ccflags-y += -Idrivers/net/wireless/rtl818x