Home
last modified time | relevance | path

Searched refs:MAX_RTS_THRESHOLD (Results 1 – 21 of 21) sorted by relevance

/drivers/staging/at76_usb/
Dat76_usb.h614 #define MAX_RTS_THRESHOLD (MAX_FRAG_THRESHOLD + 1) macro
Dat76_usb.c2093 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()
/drivers/staging/rtl8187se/
Dr8180.h58 #define MAX_RTS_THRESHOLD 2342U macro
Dr8180_wx.c846 wrqu->rts.value > MAX_RTS_THRESHOLD)
/drivers/net/wireless/iwlwifi/
Diwl-3945.h101 #define MAX_RTS_THRESHOLD 2347U macro
Diwl-dev.h85 #define MAX_RTS_THRESHOLD 2347U macro
/drivers/staging/rt2860/
Doid.h51 #define MAX_RTS_THRESHOLD 2347 /* byte count */ macro
Drt_profile.c1149 if( (RtsThresh >= 1) && (RtsThresh <= MAX_RTS_THRESHOLD) ) in RTMPReadParametersHook()
1152 pAd->CommonCfg.RtsThreshold = MAX_RTS_THRESHOLD; in RTMPReadParametersHook()
Dsta_ioctl.c1551 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()
/drivers/net/wireless/ipw2x00/
Dipw2100.h364 #define MAX_RTS_THRESHOLD 2304U macro
Dipw2100.c4950 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()
Dipw2200.c8486 #define MAX_RTS_THRESHOLD 2304U macro
9321 wrqu->rts.value > MAX_RTS_THRESHOLD) { in ipw_wx_set_rts()
/drivers/staging/rt2870/
Doid.h50 #define MAX_RTS_THRESHOLD 2347 /* byte count */ macro
Drt_profile.c1149 if( (RtsThresh >= 1) && (RtsThresh <= MAX_RTS_THRESHOLD) ) in RTMPReadParametersHook()
1152 pAd->CommonCfg.RtsThreshold = MAX_RTS_THRESHOLD; in RTMPReadParametersHook()
Dsta_ioctl.c1570 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()
Dtmp601570 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)
Dtmp611570 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)
/drivers/staging/rt2860/common/
Dcmm_info.c640 if((RtsThresh > 0) && (RtsThresh <= MAX_RTS_THRESHOLD)) in Set_RTSThreshold_Proc()
644 pAd->CommonCfg.RtsThreshold = MAX_RTS_THRESHOLD; in Set_RTSThreshold_Proc()
Dmlme.c5604 && pAd->CommonCfg.RtsThreshold == MAX_RTS_THRESHOLD) in AsicUpdateProtect()
/drivers/staging/rt2870/common/
Dcmm_info.c640 if((RtsThresh > 0) && (RtsThresh <= MAX_RTS_THRESHOLD)) in Set_RTSThreshold_Proc()
644 pAd->CommonCfg.RtsThreshold = MAX_RTS_THRESHOLD; in Set_RTSThreshold_Proc()
Dmlme.c5570 && pAd->CommonCfg.RtsThreshold == MAX_RTS_THRESHOLD) in AsicUpdateProtect()