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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211netdev.h237 int wlan_setup(wlandevice_t *wlandev, struct device *physdev);
H A Dprism2usb.c122 if (wlan_setup(wlandev, &(interface->dev)) != 0) {
123 printk(KERN_ERR "%s: wlan_setup() failed.\n", dev_info);
H A Dp80211netdev.c725 * wlan_setup
747 int wlan_setup(wlandevice_t *wlandev, struct device *physdev) function
796 * This function is paired with the wlan_setup routine. It should
800 * explicitly in the driver code, it's done in wlan_setup. To

Completed in 33 milliseconds