forked from Ivasoft/openwrt
ar8216: replace ar8xxx_rmw with ar8xxx_reg_set where appropriate
Replace ar8xxx_rmw with ar8xxx_reg_set where appropriate. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 44003
This commit is contained in:
@@ -886,13 +886,11 @@ ar8327_set_mirror_regs(struct ar8xxx_priv *priv)
|
||||
(priv->monitor_port << AR8327_FWD_CTRL0_MIRROR_PORT_S));
|
||||
|
||||
if (priv->mirror_rx)
|
||||
ar8xxx_rmw(priv, AR8327_REG_PORT_LOOKUP(priv->source_port),
|
||||
AR8327_PORT_LOOKUP_ING_MIRROR_EN,
|
||||
ar8xxx_reg_set(priv, AR8327_REG_PORT_LOOKUP(priv->source_port),
|
||||
AR8327_PORT_LOOKUP_ING_MIRROR_EN);
|
||||
|
||||
if (priv->mirror_tx)
|
||||
ar8xxx_rmw(priv, AR8327_REG_PORT_HOL_CTRL1(priv->source_port),
|
||||
AR8327_PORT_HOL_CTRL1_EG_MIRROR_EN,
|
||||
ar8xxx_reg_set(priv, AR8327_REG_PORT_HOL_CTRL1(priv->source_port),
|
||||
AR8327_PORT_HOL_CTRL1_EG_MIRROR_EN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user