On Mon, 2010-11-01 at 13:52 +0200, Luciano Coelho wrote: > + rtnl_lock(); > + > + err = get_rdev_dev_by_info_ifindex(info, &rdev, &dev); > + if (err) > + goto out_rtnl; > + > + if (!netif_running(dev)) { > + err = -ENETDOWN; > + goto out; > + } ahem. we have infrastructure for this now. > + .doit = nl80211_start_periodic, > + .doit = nl80211_stop_periodic, > +void nl80211_send_periodic(struct cfg80211_registered_device *rdev, > + struct net_device *netdev, u32 cmd); I think you should add _scan to all these names. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html