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

/drivers/staging/vt6655/
H A Diwctl.c1067 int rthr = wrq->value; local
1070 rthr = 2312;
1072 if ((rthr < 0) || (rthr > 2312))
1075 pDevice->wRTSThreshold = rthr;
/drivers/net/wireless/
H A Dray_cs.c1191 int rthr = wrqu->rts.value; local
1199 rthr = 32767;
1201 if ((rthr < 0) || (rthr > 2347)) /* What's the max packet size ??? */
1204 local->sparm.b5.a_rts_threshold[0] = (rthr >> 8) & 0xFF;
1205 local->sparm.b5.a_rts_threshold[1] = rthr & 0xFF;
H A Datmel.c2203 int rthr = vwrq->value; local
2206 rthr = 2347;
2207 if ((rthr < 0) || (rthr > 2347)) {
2210 priv->rts_threshold = rthr;
H A Dairo.c6129 int rthr = vwrq->value; local
6132 rthr = AIRO_DEF_MTU;
6133 if((rthr < 0) || (rthr > AIRO_DEF_MTU)) {
6137 local->config.rtsThres = cpu_to_le16(rthr);

Completed in 111 milliseconds