From 3d60d69334f43e0da151208dffee850b26d34c3c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 16 Feb 2007 09:23:15 +0000 Subject: major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces SVN-Revision: 6307 --- target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h') diff --git a/target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h b/target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h index 62d5797933..2b6b875b4f 100644 --- a/target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h +++ b/target/linux/atheros-2.6/files/arch/mips/atheros/ar5312.h @@ -164,7 +164,7 @@ #define AR531X_REV_MAJ_S 4 #define AR531X_REV_MIN 0x000f #define AR531X_REV_MIN_S 0 -#define AR531X_REV_CHIP (REV_MAJ|REV_MIN) +#define AR531X_REV_CHIP (AR531X_REV_MAJ|AR531X_REV_MIN) /* Major revision numbers, bits 7..4 of Revision ID register */ #define AR531X_REV_MAJ_AR5312 0x4 -- cgit v1.2.3