Home
last modified time | relevance | path

Searched refs:hw_to_b43_wl (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/b43/
Drfkill.c38 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_rfkill_poll()
Dmain.c945 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_update_tkip_key()
3645 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_tx()
3805 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_conf_tx()
3840 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_get_stats()
3851 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_get_tsf()
3871 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_set_tsf()
3993 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_config()
4118 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_bss_info_changed()
4176 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_set_key()
4301 struct b43_wl *wl = hw_to_b43_wl(hw); in b43_op_configure_filter()
[all …]
Db43.h976 static inline struct b43_wl *hw_to_b43_wl(struct ieee80211_hw *hw) in hw_to_b43_wl() function