Home
last modified time | relevance | path

Searched refs:down_dev (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/b43legacy/
Dmain.c2469 struct b43legacy_wldev *down_dev; in b43legacy_switch_phymode() local
2486 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2488 prev_status = b43legacy_status(down_dev); in b43legacy_switch_phymode()
2491 b43legacy_wireless_core_stop(down_dev); in b43legacy_switch_phymode()
2493 b43legacy_wireless_core_exit(down_dev); in b43legacy_switch_phymode()
2495 if (down_dev != up_dev) in b43legacy_switch_phymode()
2498 b43legacy_put_phy_into_reset(down_dev); in b43legacy_switch_phymode()
/drivers/net/wireless/b43/
Dmain.c3261 struct b43_wldev *down_dev; in b43_switch_band() local
3301 down_dev = wl->current_dev; in b43_switch_band()
3303 prev_status = b43_status(down_dev); in b43_switch_band()
3306 b43_wireless_core_stop(down_dev); in b43_switch_band()
3308 b43_wireless_core_exit(down_dev); in b43_switch_band()
3310 if (down_dev != up_dev) { in b43_switch_band()
3313 b43_put_phy_into_reset(down_dev); in b43_switch_band()