Searched refs:RxStream (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/common/
H A Dcmm_info.c444 u8 RxStream = pAd->CommonCfg.RxStream; local
507 switch (RxStream) {
H A Drtmp_init.c860 if ((pAd->CommonCfg.RxStream == 0)
861 || (pAd->CommonCfg.RxStream > Antenna.field.RxPath)) {
862 pAd->CommonCfg.RxStream = Antenna.field.RxPath;
865 (pAd->CommonCfg.RxStream > 2)) {
867 pAd->CommonCfg.RxStream = 2;
2595 pAd->CommonCfg.RxStream = 0;
H A Dmlme.c5359 switch (pAd->CommonCfg.RxStream) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c1763 if (!((pAd->CommonCfg.RxStream == 1) && (pAd->CommonCfg.TxStream == 1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1298 u8 RxStream; member in struct:rt_common_config

Completed in 229 milliseconds