ar71xx: TL-WA7210n v2 support

This patch adds support for TP-Link TL-WA7210n[0]

[0] http://www.tplink.com/en/products/details/?model=TL-WA7210N

Signed-off-by: Hendrik Frenzel <hfrenzel@scunc.net>

SVN-Revision: 44526
This commit is contained in:
John Crispin
2015-02-24 12:00:50 +00:00
parent 7c24d8627f
commit 9358a8a798
10 changed files with 176 additions and 3 deletions

View File

@@ -41,6 +41,7 @@
#define HWID_TL_MR3420_V2 0x34200002
#define HWID_TL_WA701N_V1 0x07010001
#define HWID_TL_WA701N_V2 0x07010002
#define HWID_TL_WA7210N_V2 0x72100002
#define HWID_TL_WA7510N_V1 0x75100001
#define HWID_TL_WA801ND_V1 0x08010001
#define HWID_TL_WA830RE_V1 0x08300010
@@ -259,6 +260,11 @@ static struct board_info boards[] = {
.hw_id = HWID_TL_WA701N_V2,
.hw_rev = 1,
.layout_id = "4Mlzma",
}, {
.id = "TL-WA7210N",
.hw_id = HWID_TL_WA7210N_V2,
.hw_rev = 2,
.layout_id = "4Mlzma",
}, {
.id = "TL-WA7510N",
.hw_id = HWID_TL_WA7510N_V1,