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()
130 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()
80 u16 rts_thresh; member
272 pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; in init_default_value()
220 u16 rts_thresh; member
1446 wrqu->rts.value = padapter->registrypriv.rts_thresh; in r8711_wx_get_rts()
70 u16 rts_thresh; member
1215 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_buf_set_rate() local1243 unlikely(rts_thresh != (u32) -1)) { in ath_buf_set_rate()1244 if (!rts_thresh || (len > rts_thresh)) in ath_buf_set_rate()1353 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_tx_fill_desc() local1399 unlikely(rts_thresh != (u32) -1)) { in ath_tx_fill_desc()1403 if (!rts_thresh || (len > rts_thresh)) in ath_tx_fill_desc()
82 u16 rts_thresh; member
271 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()311 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
199 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
520 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
1593 padapter->registrypriv.rts_thresh = 2347; in rtw_wx_set_rts()1599 padapter->registrypriv.rts_thresh = wrqu->rts.value; in rtw_wx_set_rts()1602 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_set_rts()1617 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_get_rts()1619 wrqu->rts.value = padapter->registrypriv.rts_thresh; in rtw_wx_get_rts()
360 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()401 if (sz > padapter->registrypriv.rts_thresh) { in update_attrib_vcs_info()
3367 mwl8k_cmd_set_rts_threshold(struct ieee80211_hw *hw, int rts_thresh) in mwl8k_cmd_set_rts_threshold() argument3379 cmd->threshold = cpu_to_le16(rts_thresh); in mwl8k_cmd_set_rts_threshold()