Searched refs:ic_rtsthreshold (Results 1 – 12 of 12) sorted by relevance
502 uint16_t ic_rtsthreshold; member
92 ic->ic_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_attach()
405 if (frame_size > ic->ic_rtsthreshold) { in zyd_send()
869 ic->ic_rtsthreshold = 2346; in ipw2100_config()870 data = LE_32(ic->ic_rtsthreshold); in ipw2100_config()
1203 (pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold || in rt2860_send()2437 tmp |= ic->ic_rtsthreshold << 8; in rt2860_init()
1184 if (pktlen > ic->ic_rtsthreshold) { in setup_tx_flags()
825 } else if (pktlen > ic->ic_rtsthreshold) { in ath_tx_start()
892 data = LE_32(ic->ic_rtsthreshold); in ipw2200_config()
1936 uath_config(sc, CFG_USER_RTS_THRESHOLD, ic->ic_rtsthreshold); in uath_newstate()
2185 if (pktlen > ic->ic_rtsthreshold) { in rtw_assembly_80211()
3034 (void) mwl_hal_setrtsthreshold(sc, ic->ic_rtsthreshold); in mwl_newstate()
3852 if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) { in iwn_send()