Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/net/
Dmac80211.h4906 const struct ieee80211_tx_info *frame_txctl,
4924 const struct ieee80211_tx_info *frame_txctl);
4943 const struct ieee80211_tx_info *frame_txctl,
4962 const struct ieee80211_tx_info *frame_txctl);
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dutil.c155 const struct ieee80211_tx_info *frame_txctl) in mac80211_rts_duration() argument
165 sband = local->hw.wiphy->bands[frame_txctl->band]; in mac80211_rts_duration()
169 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in mac80211_rts_duration()
198 const struct ieee80211_tx_info *frame_txctl) in mac80211_ctstoself_duration() argument
208 sband = local->hw.wiphy->bands[frame_txctl->band]; in mac80211_ctstoself_duration()
212 rate = &sband->bitrates[frame_txctl->control.rts_cts_rate_idx]; in mac80211_ctstoself_duration()
227 if (!(frame_txctl->flags & IEEE80211_TX_CTL_NO_ACK)) { in mac80211_ctstoself_duration()
Dtx.c5101 const struct ieee80211_tx_info *frame_txctl, in mac80211_rts_get() argument
5109 frame_txctl); in mac80211_rts_get()
5116 const struct ieee80211_tx_info *frame_txctl, in mac80211_ctstoself_get() argument
5124 frame_len, frame_txctl); in mac80211_ctstoself_get()