<p dir="ltr">On 29 Sep 2014 05:19, "Jonas Gorski" <<a href="mailto:jogo@openwrt.org">jogo@openwrt.org</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> On Mon, Sep 29, 2014 at 10:43 AM, Ilya Lipnitskiy<br>
> <<a href="mailto:ilya.lipnitskiy@gmail.com">ilya.lipnitskiy@gmail.com</a>> wrote:<br>
> > Greetings!<br>
> ><br>
> > I have been trying to configure a NETGEAR WNDR3400 device to use VLAN ID 201<br>
> > on its WAN port to be able to talk to a Calix FTTH ONT. Studying the<br>
> > problem, I have found that the device contains a BCM5325 switch, which only<br>
> > supports up to 16 VLAN entries. However, each entry may have a VID that is<br>
> > 12 bits long, ie 0-4095.<br>
> ><br>
> > It does not seem that the current b53 driver supports this:<br>
> ><br>
> > From b53_common.c:<br>
> > static int b53_port_set_pvid(struct switch_dev *dev, int port, int val)<br>
> > {<br>
> > ...<br>
> >         if (val > 15 && is5325(priv))<br>
> >                 return -EINVAL;<br>
> > ...<br>
> ><br>
> ><br>
> > I don't think this is hardware limitation, as people seem to have gotten it</p>
<p dir="ltr">This is why you don't buy broadcom</p>