Searched refs:ieee_hw (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | mac80211_if.c | 337 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, false); in brcms_remove() 338 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_remove() 437 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in brcms_ops_start() 891 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in brcms_ops_rfkill_poll() 1167 wl->pub->ieee_hw = hw; in brcms_attach() 1386 ieee80211_restart_hw(wl->pub->ieee_hw); in brcms_fatal_error() 1473 ieee80211_queue_delayed_work(t->wl->pub->ieee_hw, in _brcms_timer() 1526 struct ieee80211_hw *hw = t->wl->pub->ieee_hw; in brcms_add_timer() 1731 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in brcms_rfkill_set_hw_state() 1733 wiphy_rfkill_start_polling(wl->pub->ieee_hw->wiphy); in brcms_rfkill_set_hw_state()
|
H A D | led.c | 98 ieee80211_get_radio_led_name(wl->pub->ieee_hw); in brcms_led_register()
|
H A D | channel.c | 377 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_set_chanspec() 402 struct ieee80211_channel *ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_channel_reg_limits()
|
H A D | pub.h | 146 struct ieee80211_hw *ieee_hw; member
|
H A D | debug.c | 101 struct brcms_info *wl = drvr->ieee_hw->priv; in brcms_debugfs_macstat_read()
|
H A D | main.c | 983 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p); in brcms_c_dotxstatus() 1003 ieee80211_queue_stopped(wlc->pub->ieee_hw, ac_queue)) in brcms_c_dotxstatus() 1004 ieee80211_wake_queue(wlc->pub->ieee_hw, ac_queue); in brcms_c_dotxstatus() 2887 ieee80211_wake_queue(wlc->pub->ieee_hw, in brcms_c_flushqueues() 5055 ch = wlc->pub->ieee_hw->conf.chandef.chan; in brcms_c_up() 6813 WARN_ON(!ieee80211_queue_stopped(wlc->pub->ieee_hw, in brcms_c_tx() 6878 !ieee80211_queue_stopped(wlc->pub->ieee_hw, queue)) in brcms_c_txfifo() 6879 ieee80211_stop_queue(wlc->pub->ieee_hw, queue); in brcms_c_txfifo() 7128 ieee80211_rx_irqsafe(wlc->pub->ieee_hw, p); in brcms_c_recvctl() 7238 struct ieee80211_hw *ieee_hw = brcms_c_pub(wlc)->ieee_hw; in brcms_c_beacon_write() local [all …]
|
H A D | ampdu.c | 943 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete() 972 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in brcms_c_ampdu_dotxstatus_complete()
|