Searched refs:rts_thresh (Results 1 – 13 of 13) 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()
62 u16 rts_thresh; member
90 u16 rts_thresh; member
281 pxmitpriv->rts_thresh = pregistrypriv->rts_thresh; in init_default_value()
232 u16 rts_thresh; member
1461 wrqu->rts.value = padapter->registrypriv.rts_thresh; in r8711_wx_get_rts()
1197 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_buf_set_rate() local1225 unlikely(rts_thresh != (u32) -1)) { in ath_buf_set_rate()1226 if (!rts_thresh || (len > rts_thresh)) in ath_buf_set_rate()1330 u32 rts_thresh = sc->hw->wiphy->rts_threshold; in ath_tx_fill_desc() local1376 unlikely(rts_thresh != (u32) -1)) { in ath_tx_fill_desc()1380 if (!rts_thresh || (len > rts_thresh)) in ath_tx_fill_desc()
1516 padapter->registrypriv.rts_thresh = 2347; in rtw_wx_set_rts()1522 padapter->registrypriv.rts_thresh = wrqu->rts.value; in rtw_wx_set_rts()1525 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_set_rts()1538 DBG_88E("%s, rts_thresh =%d\n", __func__, padapter->registrypriv.rts_thresh); in rtw_wx_get_rts()1540 wrqu->rts.value = padapter->registrypriv.rts_thresh; in rtw_wx_get_rts()
163 registry_par->rts_thresh = (u16)rtw_rts_thresh; in loadparam()
276 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()