Searched refs:TxPreamble (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/sta/
H A Dsync.c484 (pAd->CommonCfg.TxPreamble ==
1747 (pAd->CommonCfg.TxPreamble ==
H A Dconnect.c1381 if ((pAd->CommonCfg.TxPreamble != Rt802_11PreambleLong) &&
2541 (pAd->CommonCfg.TxPreamble == Rt802_11PreambleShort),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1238 unsigned long TxPreamble; /* Rt802_11PreambleLong, Rt802_11PreambleShort, Rt802_11PreambleAuto */ member in struct:rt_common_config
3213 void MlmeSetTxPreamble(struct rt_rtmp_adapter *pAd, u16 TxPreamble);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c2754 void MlmeSetTxPreamble(struct rt_rtmp_adapter *pAd, u16 TxPreamble) argument
2762 /*TxPreamble = Rt802_11PreambleLong; */
2765 if (TxPreamble == Rt802_11PreambleLong) {
H A Drtmp_init.c2575 pAd->CommonCfg.TxPreamble = Rt802_11PreambleAuto; /* use Long preamble on TX by defaut */

Completed in 109 milliseconds