Searched refs:MAX_RTS_THRESHOLD (Results 1 – 21 of 21) sorted by relevance
614 #define MAX_RTS_THRESHOLD (MAX_FRAG_THRESHOLD + 1) macro
2093 range->max_rts = MAX_RTS_THRESHOLD; in at76_iw_handler_get_range()2578 rthr = MAX_RTS_THRESHOLD; in at76_iw_handler_set_rts()2580 if ((rthr < 0) || (rthr > MAX_RTS_THRESHOLD)) in at76_iw_handler_set_rts()2595 rts->disabled = (rts->value >= MAX_RTS_THRESHOLD); in at76_iw_handler_get_rts()
58 #define MAX_RTS_THRESHOLD 2342U macro
846 wrqu->rts.value > MAX_RTS_THRESHOLD)
101 #define MAX_RTS_THRESHOLD 2347U macro
85 #define MAX_RTS_THRESHOLD 2347U macro
51 #define MAX_RTS_THRESHOLD 2347 /* byte count */ macro
1149 if( (RtsThresh >= 1) && (RtsThresh <= MAX_RTS_THRESHOLD) ) in RTMPReadParametersHook()1152 pAd->CommonCfg.RtsThreshold = MAX_RTS_THRESHOLD; in RTMPReadParametersHook()
1551 val = MAX_RTS_THRESHOLD; in rt_ioctl_siwrts()1552 else if (rts->value < 0 || rts->value > MAX_RTS_THRESHOLD) in rt_ioctl_siwrts()1555 val = MAX_RTS_THRESHOLD; in rt_ioctl_siwrts()1598 rts->disabled = (rts->value == MAX_RTS_THRESHOLD); in rt_ioctl_giwrts()3652 if (RtsThresh > MAX_RTS_THRESHOLD) in RTMPSetInformation()
364 #define MAX_RTS_THRESHOLD 2304U macro
4950 cmd.host_command_parameters[0] = MAX_RTS_THRESHOLD; in ipw2100_set_rts_threshold()6815 range->max_rts = MAX_RTS_THRESHOLD; in ipw2100_wx_get_range()
8486 #define MAX_RTS_THRESHOLD 2304U macro9321 wrqu->rts.value > MAX_RTS_THRESHOLD) { in ipw_wx_set_rts()
50 #define MAX_RTS_THRESHOLD 2347 /* byte count */ macro
1570 val = MAX_RTS_THRESHOLD; in rt_ioctl_siwrts()1571 else if (rts->value < 0 || rts->value > MAX_RTS_THRESHOLD) in rt_ioctl_siwrts()1574 val = MAX_RTS_THRESHOLD; in rt_ioctl_siwrts()1617 rts->disabled = (rts->value == MAX_RTS_THRESHOLD); in rt_ioctl_giwrts()3717 if (RtsThresh > MAX_RTS_THRESHOLD) in RTMPSetInformation()
1570 val = MAX_RTS_THRESHOLD;1571 else if (rts->value < 0 || rts->value > MAX_RTS_THRESHOLD)1574 val = MAX_RTS_THRESHOLD;1617 rts->disabled = (rts->value == MAX_RTS_THRESHOLD);3702 if (RtsThresh > MAX_RTS_THRESHOLD)
640 if((RtsThresh > 0) && (RtsThresh <= MAX_RTS_THRESHOLD)) in Set_RTSThreshold_Proc()644 pAd->CommonCfg.RtsThreshold = MAX_RTS_THRESHOLD; in Set_RTSThreshold_Proc()
5604 && pAd->CommonCfg.RtsThreshold == MAX_RTS_THRESHOLD) in AsicUpdateProtect()
5570 && pAd->CommonCfg.RtsThreshold == MAX_RTS_THRESHOLD) in AsicUpdateProtect()