Lines Matching refs:wl
106 phy->chandef = &dev->wl->hw->conf.chandef; in b43_phy_init()
115 b43err(dev->wl, "PHY init failed\n"); in b43_phy_init()
122 b43err(dev->wl, "PHY init: Channel switch to default failed\n"); in b43_phy_init()
200 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43_phy_lock()
212 if (!b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) in b43_phy_unlock()
222 b43dbg(dev->wl, "PHY/RADIO register access with " in assert_mac_suspended()
439 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) in b43_switch_channel()
481 struct b43_wl *wl = container_of(work, struct b43_wl, in b43_phy_txpower_adjust_work() local
485 mutex_lock(&wl->mutex); in b43_phy_txpower_adjust_work()
486 dev = wl->current_dev; in b43_phy_txpower_adjust_work()
491 mutex_unlock(&wl->mutex); in b43_phy_txpower_adjust_work()
520 ieee80211_queue_work(dev->wl->hw, &dev->wl->txpower_adjust_work); in b43_phy_txpower_check()