Re: [PATCH net-next] r8152: support VLAN

From: David Miller
Date: Thu Sep 11 2014 - 09:30:14 EST


From: Hayes Wang <hayeswang@xxxxxxxxxxx>
Date: Thu, 11 Sep 2014 20:16:24 +0800

> - ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_CPCR);
> - ocp_data &= ~CPCR_RX_VLAN;
> - ocp_write_word(tp, MCU_TYPE_PLA, PLA_CPCR, ocp_data);
> + if (tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX)
> + rtl_rx_vlan_en(tp, true);
> + else
> + rtl_rx_vlan_en(tp, false);

rtl_rx_vlan_en(tp, tp->netdev->features & NETIF_F_HW_VLAN_CTAG_RX);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/