Searched refs:RtsThreshold (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dsta_ioctl.c1263 if (val != pAdapter->CommonCfg.RtsThreshold)
1264 pAdapter->CommonCfg.RtsThreshold = val;
1283 rts->value = pAdapter->CommonCfg.RtsThreshold;
H A Drtmp.h1226 u16 RtsThreshold; /* in unit of BYTE */ member in struct:rt_common_config
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c1065 pAd->CommonCfg.RtsThreshold) ? 1 : 0;
1069 pAd->CommonCfg.RtsThreshold) ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_asic.c445 /* If the user want disable RtsThreshold and enable Amsdu/Ralink-Aggregation, set the RtsThreshold as 4096 */
448 && pAd->CommonCfg.RtsThreshold == MAX_RTS_THRESHOLD) {
451 MacReg |= (pAd->CommonCfg.RtsThreshold << 8);
H A Drtmp_init.c2577 pAd->CommonCfg.RtsThreshold = 2347;

Completed in 120 milliseconds