Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dwifi_regd.c57 struct adapter *padapter = wiphy_to_adapter(wiphy); in _rtw_reg_apply_flags()
H A Dioctl_cfg80211.c1974 struct adapter *adapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_get_channel()
2197 struct adapter *padapter = wiphy_to_adapter(wiphy); in cfg80211_rtw_add_virtual_intf()
/linux/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h85 #define wiphy_to_adapter(x) (*((struct adapter **)wiphy_priv(x))) macro