search for: sysfs_bridge_port_attr

Displaying 2 results from an estimated 2 matches for "sysfs_bridge_port_attr".

2007 Apr 18
1
[Bridge] Building 1.1 ?
...ore string constant libbridge_devif.c:213: error: syntax error before string constant libbridge_devif.c:214: error: syntax error before string constant libbridge_devif.c:216: error: syntax error before string constant libbridge_devif.c: In function ?br_get_port_info?: libbridge_devif.c:296: error: ?SYSFS_BRIDGE_PORT_ATTR? undeclared (first use in libbridge_devif.c:296: error: syntax error before string constant libbridge_devif.c:297: error: syntax error before string constant libbridge_devif.c:298: error: syntax error before string constant libbridge_devif.c:299: error: syntax error before string constant libbridg...
2007 Apr 18
5
[Bridge] RFC: [PATCH] bridge vlan integration
...ev; } @@ -278,6 +279,7 @@ static struct net_bridge_port *new_nbp(s p->state = BR_STATE_DISABLED; INIT_WORK(&p->carrier_check, port_carrier_check, dev); br_stp_port_timer_init(p); + br_vlan_init(&p->vlan); kobject_init(&p->kobj); kobject_set_name(&p->kobj, SYSFS_BRIDGE_PORT_ATTR); Index: wireless-dev/net/bridge/br_input.c =================================================================== --- wireless-dev.orig/net/bridge/br_input.c +++ wireless-dev/net/bridge/br_input.c @@ -26,12 +26,20 @@ static void br_pass_frame_up(struct net_ { struct net_device *indev; + if (br_v...