Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c446 int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee, in ieee80211_wx_set_rawtx() function
481 EXPORT_SYMBOL(ieee80211_wx_set_rawtx);
H A Dieee80211.h275 #define ieee80211_wx_set_rawtx ieee80211_wx_set_rawtx_rsl macro
2327 int ieee80211_wx_set_rawtx(struct ieee80211_device *ieee,
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_wx.c152 ret = ieee80211_wx_set_rawtx(priv->ieee80211, info, wrqu, extra); in r8192_wx_set_rawtx()