2
0
forked from Ivasoft/openwrt

generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_data

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34846
This commit is contained in:
Gabor Juhos
2012-12-22 12:12:35 +00:00
parent b44cdcde8e
commit a0b31f97bb
10 changed files with 10 additions and 10 deletions

View File

@@ -1084,7 +1084,7 @@ ar8327_init_cpuport(struct ar8216_priv *priv)
if (!pdata)
return;
cfg = &pdata->cpuport_cfg;
cfg = &pdata->port0_cfg;
if (!cfg->force_link) {
priv->write(priv, AR8327_REG_PORT_STATUS(AR8216_PORT_CPU),
AR8216_PORT_STATUS_LINK_AUTO);