Home
last modified time | relevance | path

Searched refs:rthr (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/
Dray_cs.c1185 int rthr = wrqu->rts.value; in ray_set_rts() local
1193 rthr = 32767; in ray_set_rts()
1195 if ((rthr < 0) || (rthr > 2347)) /* What's the max packet size ??? */ in ray_set_rts()
1198 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF; in ray_set_rts()
1199 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF; in ray_set_rts()
/linux-6.1.9/drivers/staging/ks7010/
Dks_wlan_net.c659 int rthr = vwrq->rts.value; in ks_wlan_set_rts() local
666 rthr = 2347; in ks_wlan_set_rts()
667 if ((rthr < 0) || (rthr > 2347)) in ks_wlan_set_rts()
670 priv->reg.rts = rthr; in ks_wlan_set_rts()
/linux-6.1.9/drivers/net/wireless/atmel/
Datmel.c2182 int rthr = vwrq->value; in atmel_set_rts() local
2185 rthr = 2347; in atmel_set_rts()
2186 if ((rthr < 0) || (rthr > 2347)) { in atmel_set_rts()
2189 priv->rts_threshold = rthr; in atmel_set_rts()
/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c6170 int rthr = vwrq->value; in airo_set_rts() local
6173 rthr = AIRO_DEF_MTU; in airo_set_rts()
6174 if ((rthr < 0) || (rthr > AIRO_DEF_MTU)) { in airo_set_rts()
6178 local->config.rtsThres = cpu_to_le16(rthr); in airo_set_rts()