aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2017-03-10 22:18:48 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2017-03-12 17:39:12 +0100
commite213647399739f1ac0fe426ef1da0ef88a4ee1f9 (patch)
treee32f17936538f931ebcc63bdbe2c65c111c4acc3 /target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
parent53ef20f65acdcd068b1166d2522dcbe7d7e298c4 (diff)
downloadupstream-e213647399739f1ac0fe426ef1da0ef88a4ee1f9.tar.gz
upstream-e213647399739f1ac0fe426ef1da0ef88a4ee1f9.tar.bz2
upstream-e213647399739f1ac0fe426ef1da0ef88a4ee1f9.zip
ar71xx: fix machine name for several devices
Be consistent with form and format of the vendor name. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
index e70d88b407..eae1c383ee 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c
@@ -102,4 +102,4 @@ static void __init wndap360_setup(void)
art + WNDAP360_WMAC1_MAC_OFFSET);
}
-MIPS_MACHINE(ATH79_MACH_WNDAP360, "WNDAP360", "Netgear WNDAP360", wndap360_setup);
+MIPS_MACHINE(ATH79_MACH_WNDAP360, "WNDAP360", "NETGEAR WNDAP360", wndap360_setup);