Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/b43legacy/
Dmain.c2548 struct b43legacy_wldev *down_dev; in b43legacy_switch_phymode() local
2565 down_dev = wl->current_dev; in b43legacy_switch_phymode()
2567 prev_status = b43legacy_status(down_dev); in b43legacy_switch_phymode()
2570 b43legacy_wireless_core_stop(down_dev); in b43legacy_switch_phymode()
2572 b43legacy_wireless_core_exit(down_dev); in b43legacy_switch_phymode()
2574 if (down_dev != up_dev) in b43legacy_switch_phymode()
2577 b43legacy_put_phy_into_reset(down_dev); in b43legacy_switch_phymode()
/linux-2.6.39/drivers/net/wireless/b43/
Dmain.c3479 struct b43_wldev *down_dev; in b43_switch_band() local
3519 down_dev = wl->current_dev; in b43_switch_band()
3521 prev_status = b43_status(down_dev); in b43_switch_band()
3524 down_dev = b43_wireless_core_stop(down_dev); in b43_switch_band()
3526 b43_wireless_core_exit(down_dev); in b43_switch_band()
3528 if (down_dev != up_dev) { in b43_switch_band()
3531 b43_put_phy_into_reset(down_dev); in b43_switch_band()