swconfig: add a generic method for setting the port primary vlan id (used for transpa...
[openwrt/staging/florian.git] / target / linux / generic-2.6 / files / include / linux / switch.h
index ef6b8f2ea40e4c2f0600581a6ab2c9b50dff5677..75c7dcfa912cc3b52a939cc997cc442adb1d3c29 100644 (file)
@@ -129,6 +129,8 @@ struct switch_dev {
 
        int (*get_vlan_ports)(struct switch_dev *dev, struct switch_val *val);
        int (*set_vlan_ports)(struct switch_dev *dev, struct switch_val *val);
+       int (*get_port_pvid)(struct switch_dev *dev, int port, int *val);
+       int (*set_port_pvid)(struct switch_dev *dev, int port, int val);
        int (*apply_config)(struct switch_dev *dev);
 };