Searched refs:wimax_dev_add (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dwimax.h201 * - op_reset: can be called at any time after wimax_dev_add() has
231 * wimax_dev_add(), query the device for it's RF Kill switches status
346 * wimax_dev_add(), those fields CANNOT be modified.
348 * 5. Call wimax_dev_add() *after* registering the network
359 * after calling wimax_dev_add() from _probe(), make sure the
376 * wimax_dev_add() is called, the driver can get called on the
401 * At initialization time [after calling wimax_dev_add()], have the
444 extern int wimax_dev_add(struct wimax_dev *, struct net_device *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dstack.c44 * wimax_dev_add() Register
350 * __WIMAX_ST_NULL state unless by calling wimax_dev_add(). If
357 * are called before or after wimax_dev_add() has done its
437 * wimax_dev_add - Register a new WiMAX device
455 int wimax_dev_add(struct wimax_dev *wimax_dev, struct net_device *net_dev) function
499 EXPORT_SYMBOL_GPL(wimax_dev_add); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Ddriver.c47 * wimax_dev_add()
982 result = wimax_dev_add(&i2400m->wimax_dev, net_dev);

Completed in 170 milliseconds