Home
last modified time | relevance | path

Searched refs:ieee_hw (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwl_mac80211.c108 #define WL_TO_HW(wl) (wl->pub->ieee_hw)
180 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in wl_ops_start()
673 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in wl_ops_rfkill_poll()
707 return regulatory_hint(wl->pub->ieee_hw->wiphy, abbrev); in wl_set_hint()
794 wl->pub->ieee_hw = hw; in wl_attach()
795 ASSERT(wl->pub->ieee_hw); in wl_attach()
796 ASSERT(wl->pub->ieee_hw->priv == wl); in wl_attach()
1246 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, false); in wl_remove()
1247 wiphy_rfkill_stop_polling(wl->pub->ieee_hw->wiphy); in wl_remove()
1949 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in wl_rfkill_set_hw_state()
[all …]
Dwlc_pub.h238 struct ieee80211_hw *ieee_hw; member
Dwlc_ampdu.c1145 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in wlc_ampdu_dotxstatus_complete()
1172 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, in wlc_ampdu_dotxstatus_complete()
Dwlc_main.c6694 ieee80211_tx_status_irqsafe(wlc->pub->ieee_hw, p); in wlc_dotxstatus()
6971 ieee80211_rx_irqsafe(wlc->pub->ieee_hw, p); in wlc_recvctl()