ar8216: enable forwarding of multicast frames to the cpu port on ar8327 (thx, SeG)
SVN-Revision: 31441
This commit is contained in:
parent
858a50b41c
commit
dcd185c2f8
1 changed files with 1 additions and 0 deletions
|
@ -738,6 +738,7 @@ ar8327_init_globals(struct ar8216_priv *priv)
|
|||
|
||||
/* forward multicast and broadcast frames to CPU */
|
||||
t = (AR8327_PORTS_ALL << AR8327_FWD_CTRL1_UC_FLOOD_S) |
|
||||
(AR8327_PORTS_ALL << AR8327_FWD_CTRL1_MC_FLOOD_S) |
|
||||
(AR8327_PORTS_ALL << AR8327_FWD_CTRL1_BC_FLOOD_S);
|
||||
priv->write(priv, AR8327_REG_FWD_CTRL1, t);
|
||||
|
||||
|
|
Loading…
Reference in a new issue