Searched refs:rts_thresh (Results 1 – 16 of 16) sorted by relevance
90 wiphy->rts_threshold = priv->rts_thresh; in orinoco_wiphy_register()276 priv->rts_thresh = rts_value; in orinoco_set_wiphy_params()
131 u16 ap_density, rts_thresh; member
330 &priv->rts_thresh); in orinoco_hw_read_card_settings()576 priv->rts_thresh); in orinoco_hw_program_rids()
94 u16 rts_thresh; member
282 pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; in init_default_value()
228 u16 rts_thresh; member
1464 wrqu->rts.value = padapter->registrypriv.rts_thresh; in r8711_wx_get_rts()
69 u16 rts_thresh; member
74 u16 rts_thresh; member
1172 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_buf_set_rate() local1200 unlikely(rts_thresh != (u32) -1)) { in ath_buf_set_rate()1201 if (!rts_thresh || (len > rts_thresh)) in ath_buf_set_rate()1305 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_tx_fill_desc() local1351 unlikely(rts_thresh != (u32) -1)) { in ath_tx_fill_desc()1355 if (!rts_thresh || (len > rts_thresh)) in ath_tx_fill_desc()
1524 padapter->registrypriv.rts_thresh = 2347; in rtw_wx_set_rts()1530 padapter->registrypriv.rts_thresh = wrqu->rts.value; in rtw_wx_set_rts()1533 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_set_rts()1546 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_get_rts()1548 wrqu->rts.value = padapter->registrypriv.rts_thresh; in rtw_wx_get_rts()
558 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
188 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
290 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()330 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
273 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()316 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
3349 mwl8k_cmd_set_rts_threshold(struct ieee80211_hw *hw, int rts_thresh) in mwl8k_cmd_set_rts_threshold() argument3361 cmd->threshold = cpu_to_le16(rts_thresh); in mwl8k_cmd_set_rts_threshold()