Searched refs:mesh_dev (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dmesh.c123 return snprintf(buf, 5, "0x%X\n", !!priv->mesh_dev);
138 if (enable == !!priv->mesh_dev)
352 struct net_device *mesh_dev = NULL; local
358 mesh_dev = alloc_netdev(0, "msh%d", ether_setup);
359 if (!mesh_dev) {
364 mesh_dev->ml_priv = priv;
365 priv->mesh_dev = mesh_dev;
367 mesh_dev->netdev_ops = &mesh_netdev_ops;
368 mesh_dev
404 struct net_device *mesh_dev; local
[all...]
H A Dtx.c91 if (priv->mesh_dev)
92 netif_stop_queue(priv->mesh_dev);
201 if (priv->mesh_dev && lbs_mesh_connected(priv))
202 netif_wake_queue(priv->mesh_dev);
H A Dmain.c209 if (priv->mesh_dev)
210 memcpy(priv->mesh_dev->dev_addr, phwaddr->sa_data, ETH_ALEN);
277 if (priv->mesh_dev)
278 dev_flags |= priv->mesh_dev->flags;
293 /* Once for priv->dev, again for priv->mesh_dev if it exists */
295 if (nr_addrs >= 0 && priv->mesh_dev)
296 nr_addrs = lbs_add_mcast_addrs(&mcast_cmd, priv->mesh_dev, nr_addrs);
514 if (priv->mesh_dev &&
516 netif_wake_queue(priv->mesh_dev);
547 if (priv->mesh_dev)
[all...]
H A Ddev.h44 struct net_device *mesh_dev; /* Virtual device */ member in struct:lbs_private
H A Dcmd.c149 if (priv->mesh_dev)
150 memcpy(priv->mesh_dev->dev_addr, priv->current_addr, ETH_ALEN);

Completed in 72 milliseconds