]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/ehea/ehea_main.c
Add missing USRobotics Wireless Adapter (Model 5423) id into zd1211rw
[linux-2.6-omap-h63xx.git] / drivers / net / ehea / ehea_main.c
index 88ad1c8bcee49d2a34f1d00aac8a0292a17deaab..0e4042bc0a48e44c570b54b7e205ff3a8a8e58eb 100644 (file)
@@ -1939,8 +1939,7 @@ static void ehea_vlan_rx_kill_vid(struct net_device *dev, unsigned short vid)
        int index;
        u64 hret;
 
-       if (port->vgrp)
-               port->vgrp->vlan_devices[vid] = NULL;
+       vlan_group_set_device(port->vgrp, vid, NULL);
 
        cb1 = kzalloc(PAGE_SIZE, GFP_KERNEL);
        if (!cb1) {