aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/net/phy/ar8216.h
diff options
context:
space:
mode:
authorPavel Kubelun <be.dissent@gmail.com>2015-02-12 09:49:08 +0800
committerJohn Crispin <john@phrozen.org>2016-12-01 15:47:43 +0100
commit94e4ee5395b437e9ddaec8cdea47c1a4a9ba0c01 (patch)
treef1fddc0e89f64bca516bcaa44bdfe4948562ccd8 /target/linux/generic/files/drivers/net/phy/ar8216.h
parent5a69f596027ff45d9daf7c6584a8a9d4f7ea0770 (diff)
downloadupstream-94e4ee5395b437e9ddaec8cdea47c1a4a9ba0c01.tar.gz
upstream-94e4ee5395b437e9ddaec8cdea47c1a4a9ba0c01.tar.bz2
upstream-94e4ee5395b437e9ddaec8cdea47c1a4a9ba0c01.zip
net: ar8327: modify some configuration of switch
Imported from https://source.codeaurora.org/quic/qsdk/system/openwrt/commit/?h=korg/linux-3.4.y/release/arugula_bb_cs&id=2be4f8a8b205ae1a37db44839864451ebe893e6e Signed-off-by: Pavel Kubelun <be.dissent@gmail.com> Enable flow control of LAN and WAN ports to get better performance. Setup pvid as 0 for all ports during initialisation to avoid confusion during system or switch INIT. Disable PORT MAC before config MAC to avoid it work abnormal. This change is for IR-054144, IR-057315. Change-Id: I345f3dffa59ad3f97150e09692723da12a7b1067 Signed-off-by: Zou Shunxiang <shunxian@codeaurora.org> Signed-off-by: xiaofeis <xiaofeis@codeaurora.org>
Diffstat (limited to 'target/linux/generic/files/drivers/net/phy/ar8216.h')
-rw-r--r--target/linux/generic/files/drivers/net/phy/ar8216.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/ar8216.h b/target/linux/generic/files/drivers/net/phy/ar8216.h
index 6a3fd8db01..d9508b9ff8 100644
--- a/target/linux/generic/files/drivers/net/phy/ar8216.h
+++ b/target/linux/generic/files/drivers/net/phy/ar8216.h
@@ -154,6 +154,7 @@
#define AR8216_PORT_STATUS_LINK_UP BIT(8)
#define AR8216_PORT_STATUS_LINK_AUTO BIT(9)
#define AR8216_PORT_STATUS_LINK_PAUSE BIT(10)
+#define AR8216_PORT_STATUS_FLOW_CONTROL BIT(12)
#define AR8216_REG_PORT_CTRL(_i) (AR8216_PORT_OFFSET(_i) + 0x0004)