[netdrvr] Drivers should not set IFF_* flag themselves
[safe/jmp/linux-2.6] / drivers / net / wireless / wavelan.c
index 49ae970..136220b 100644 (file)
@@ -1409,9 +1409,6 @@ static void wavelan_set_multicast_list(struct net_device * dev)
                        lp->mc_count = 0;
 
                        wv_82586_reconfig(dev);
-
-                       /* Tell the kernel that we are doing a really bad job. */
-                       dev->flags |= IFF_PROMISC;
                }
        } else
                /* Are there multicast addresses to send? */