From 4178f27320c5973a48adb9f75cc884e63571129e Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 8 Jul 2013 06:10:29 +0000 Subject: [PATCH] Add AR9341, AR9342, AR9344 SoC types. --- sys/mips/atheros/ar71xx_setup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/mips/atheros/ar71xx_setup.h b/sys/mips/atheros/ar71xx_setup.h index 5d77c6134cb7..1736369c0a0c 100644 --- a/sys/mips/atheros/ar71xx_setup.h +++ b/sys/mips/atheros/ar71xx_setup.h @@ -41,6 +41,9 @@ enum ar71xx_soc_type { AR71XX_SOC_AR9132, AR71XX_SOC_AR9330, AR71XX_SOC_AR9331, + AR71XX_SOC_AR9341, + AR71XX_SOC_AR9342, + AR71XX_SOC_AR9344, }; extern enum ar71xx_soc_type ar71xx_soc;