Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dray_cs.c1191 int rthr = wrqu->rts.value; in ray_set_rts() local
1199 rthr = 32767; in ray_set_rts()
1201 if ((rthr < 0) || (rthr > 2347)) /* What's the max packet size ??? */ in ray_set_rts()
1204 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF; in ray_set_rts()
1205 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF; in ray_set_rts()
Datmel.c2202 int rthr = vwrq->value; in atmel_set_rts() local
2205 rthr = 2347; in atmel_set_rts()
2206 if ((rthr < 0) || (rthr > 2347)) { in atmel_set_rts()
2209 priv->rts_threshold = rthr; in atmel_set_rts()
Dairo.c6134 int rthr = vwrq->value; in airo_set_rts() local
6137 rthr = AIRO_DEF_MTU; in airo_set_rts()
6138 if((rthr < 0) || (rthr > AIRO_DEF_MTU)) { in airo_set_rts()
6142 local->config.rtsThres = cpu_to_le16(rthr); in airo_set_rts()