From: Hayes Wang <hayesw...@realtek.com>
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to