Searched refs:rts_thresh (Results 1 – 9 of 9) sorted by relevance
80 u16 rts_thresh; member
272 pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; in init_default_value()
220 u16 rts_thresh; member
1392 wrqu->rts.value = padapter->registrypriv.rts_thresh; in r8711_wx_get_rts()
1275 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_buf_set_rate() local1303 unlikely(rts_thresh != (u32) -1)) { in ath_buf_set_rate()1304 if (!rts_thresh || (len > rts_thresh)) in ath_buf_set_rate()1413 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_tx_fill_desc() local1459 unlikely(rts_thresh != (u32) -1)) { in ath_tx_fill_desc()1463 if (!rts_thresh || (len > rts_thresh)) in ath_tx_fill_desc()
198 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
370 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()411 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
3372 mwl8k_cmd_set_rts_threshold(struct ieee80211_hw *hw, int rts_thresh) in mwl8k_cmd_set_rts_threshold() argument3384 cmd->threshold = cpu_to_le16(rts_thresh); in mwl8k_cmd_set_rts_threshold()
Completed in 37 milliseconds