• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wl/ppr/src/

Lines Matching refs:tx_chains

557 static int8* ppr_get_dsss_group(pprpbw_t* bw_pwrs, wl_tx_chains_t tx_chains)
561 switch (tx_chains) {
585 wl_tx_chains_t tx_chains)
589 switch (tx_chains) {
758 wl_tx_chains_t tx_chains)
767 if (tx_chains == WL_TX_CHAINS_3) {
785 if ((tx_chains >= WL_TX_CHAINS_2) && (tx_chains <= PPR_MAX_TX_CHAINS)) {
788 offset = mcs_groups_nss2_txbf[tx_chains - Nss][mode];
792 offset = mcs_groups_nss2[tx_chains - Nss][mode];
803 if (tx_chains <= PPR_MAX_TX_CHAINS) {
806 offset = mcs_groups_nss1_txbf[tx_chains - Nss][mode];
810 offset = mcs_groups_nss1[tx_chains - Nss][mode];
958 /* Get the dsss values for the given number of tx_chains and 20, 20in40, etc. */
959 int ppr_get_dsss(ppr_t* pprptr, wl_tx_bw_t bw, wl_tx_chains_t tx_chains,
969 powers = ppr_get_dsss_group(bw_pwrs, tx_chains);
982 /* Get the ofdm values for the given number of tx_chains and 20, 20in40, etc. */
983 int ppr_get_ofdm(ppr_t* pprptr, wl_tx_bw_t bw, wl_tx_mode_t mode, wl_tx_chains_t tx_chains,
993 powers = ppr_get_ofdm_group(bw_pwrs, mode, tx_chains);
1008 wl_tx_chains_t tx_chains, ppr_ht_mcs_rateset_t* mcs)
1017 powers = ppr_get_mcs_group(bw_pwrs, Nss, mode, tx_chains);
1033 wl_tx_chains_t tx_chains, ppr_vht_mcs_rateset_t* mcs)
1042 powers = ppr_get_mcs_group(bw_pwrs, Nss, mode, tx_chains);
1057 /* Set the dsss values for the given number of tx_chains and 20, 20in40, etc. */
1058 int ppr_set_dsss(ppr_t* pprptr, wl_tx_bw_t bw, wl_tx_chains_t tx_chains,
1067 powers = (int8*)ppr_get_dsss_group(bw_pwrs, tx_chains);
1077 /* Set the ofdm values for the given number of tx_chains and 20, 20in40, etc. */
1078 int ppr_set_ofdm(ppr_t* pprptr, wl_tx_bw_t bw, wl_tx_mode_t mode, wl_tx_chains_t tx_chains,
1087 powers = (int8*)ppr_get_ofdm_group(bw_pwrs, mode, tx_chains);
1099 wl_tx_chains_t tx_chains, const ppr_ht_mcs_rateset_t* mcs)
1107 powers = (int8*)ppr_get_mcs_group(bw_pwrs, Nss, mode, tx_chains);
1119 wl_tx_chains_t tx_chains, const ppr_vht_mcs_rateset_t* mcs)
1127 powers = (int8*)ppr_get_mcs_group(bw_pwrs, Nss, mode, tx_chains);
1139 /* Set the dsss values for the given number of tx_chains and 20, 20in40, etc. */
1140 int ppr_set_same_dsss(ppr_t* pprptr, wl_tx_bw_t bw, wl_tx_chains_t tx_chains, const int8 power)
1149 dest_group = (int8*)ppr_get_dsss_group(bw_pwrs, tx_chains);
1160 /* Set the ofdm values for the given number of tx_chains and 20, 20in40, etc. */
1161 int ppr_set_same_ofdm(ppr_t* pprptr, wl_tx_bw_t bw, wl_tx_mode_t mode, wl_tx_chains_t tx_chains,
1171 dest_group = (int8*)ppr_get_ofdm_group(bw_pwrs, mode, tx_chains);
1184 wl_tx_chains_t tx_chains, const int8 power)
1193 dest_group = (int8*)ppr_get_mcs_group(bw_pwrs, Nss, mode, tx_chains);
1206 wl_tx_chains_t tx_chains, const int8 power)
1215 dest_group = (int8*)ppr_get_mcs_group(bw_pwrs, Nss, mode, tx_chains);
1453 wl_tx_bw_t bw, wl_tx_chains_t tx_chains)
1467 powers1 = (int8*)ppr_get_dsss_group(bw_pwrs1, tx_chains);
1468 powers2 = (int8*)ppr_get_dsss_group(bw_pwrs2, tx_chains);
1480 wl_tx_bw_t bw, wl_tx_mode_t mode, wl_tx_chains_t tx_chains)
1491 powers1 = (int8*)ppr_get_ofdm_group(bw_pwrs1, mode, tx_chains);
1492 powers2 = (int8*)ppr_get_ofdm_group(bw_pwrs2, mode, tx_chains);
1505 wl_tx_chains_t tx_chains)
1516 powers1 = (int8*)ppr_get_mcs_group(bw_pwrs1, Nss, mode, tx_chains);
1517 powers2 = (int8*)ppr_get_mcs_group(bw_pwrs2, Nss, mode, tx_chains);
1530 tx_chains)
1541 powers1 = (int8*)ppr_get_mcs_group(bw_pwrs1, Nss, mode, tx_chains);
1542 powers2 = (int8*)ppr_get_mcs_group(bw_pwrs2, Nss, mode, tx_chains);