diff options
author | Luka Perkov <luka@openwrt.org> | 2014-12-19 22:02:59 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-12-19 22:02:59 +0000 |
commit | 08472471296caaa772f81a1ad09b40659a8e41fc (patch) | |
tree | 8307634e1732c8c8ca5e4ad114d4fa7a6ad6bb3e /target/linux/generic/files/drivers | |
parent | 873202fc0bda88cd4bffa5e17d68c4b4a750fab3 (diff) | |
download | upstream-08472471296caaa772f81a1ad09b40659a8e41fc.tar.gz upstream-08472471296caaa772f81a1ad09b40659a8e41fc.tar.bz2 upstream-08472471296caaa772f81a1ad09b40659a8e41fc.zip |
mvsw6171: note support for 88E6172 switches
The '6171 and '6172 are similar enough to work
without any changes to the code.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43753
Diffstat (limited to 'target/linux/generic/files/drivers')
-rw-r--r-- | target/linux/generic/files/drivers/net/phy/mvsw6171.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/mvsw6171.h b/target/linux/generic/files/drivers/net/phy/mvsw6171.h index 2b9ef97a6d..38442c11f9 100644 --- a/target/linux/generic/files/drivers/net/phy/mvsw6171.h +++ b/target/linux/generic/files/drivers/net/phy/mvsw6171.h @@ -192,7 +192,7 @@ enum { #define MV_IDENT_MASK 0xffc0 #define MV_IDENT_VALUE 0x1700 -#define MV_IDENT_STR "MV88E6171" +#define MV_IDENT_STR "MV88E617x" #define MV_PVID_MASK 0x0fff |