Searched refs:ic_rtsthreshold (Results 1 – 11 of 11) sorted by relevance
497 uint16_t ic_rtsthreshold; member
88 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()
825 } else if (pktlen > ic->ic_rtsthreshold) { in ath_tx_start()
1228 if (pktlen > ic->ic_rtsthreshold) { in setup_tx_flags()
892 data = LE_32(ic->ic_rtsthreshold); in ipw2200_config()
2185 if (pktlen > ic->ic_rtsthreshold) { in rtw_assembly_80211()
1931 uath_config(sc, CFG_USER_RTS_THRESHOLD, ic->ic_rtsthreshold); in uath_newstate()
3025 (void) mwl_hal_setrtsthreshold(sc, ic->ic_rtsthreshold); in mwl_newstate()