Home
last modified time | relevance | path

Searched refs:nss (Results 1 – 25 of 102) sorted by relevance

12345

/drivers/net/wireless/marvell/mwifiex/
A D11ac.c46 u8 i, nss, mcs; in mwifiex_convert_mcsmap_to_maxrate() local
57 nss = 1; in mwifiex_convert_mcsmap_to_maxrate()
61 nss = i; in mwifiex_convert_mcsmap_to_maxrate()
63 mcs = GET_VHTNSSMCS(mcs_map, nss); in mwifiex_convert_mcsmap_to_maxrate()
104 u16 mcs_user, mcs_resp, nss, tmp; in mwifiex_fill_vht_cap_tlv() local
114 for (nss = 1; nss <= 8; nss++) { in mwifiex_fill_vht_cap_tlv()
120 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv()
123 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv()
137 for (nss = 1; nss <= 8; nss++) { in mwifiex_fill_vht_cap_tlv()
142 SET_VHTNSSMCS(mcs_map_result, nss, in mwifiex_fill_vht_cap_tlv()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7996/
A Deeprom.c66 u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_stream() argument
74 *nss = FIELD_GET(MT_EE_WIFI_CONF5_STREAM_NUM_BAND1, in mt7996_eeprom_parse_stream()
82 *nss = FIELD_GET(MT_EE_WIFI_CONF5_STREAM_NUM_BAND2, in mt7996_eeprom_parse_stream()
90 *nss = FIELD_GET(MT_EE_WIFI_CONF4_STREAM_NUM_BAND0, in mt7996_eeprom_parse_stream()
118 u8 path, rx_path, nss; in mt7996_eeprom_variant_valid() local
222 u8 *path, u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_efuse_hw_cap() argument
240 *nss = min_t(u8, *nss, STREAM_CAP(1 + band_offs)); in mt7996_eeprom_parse_efuse_hw_cap()
304 if (!nss || nss > max_nss) in mt7996_eeprom_parse_hw_cap()
305 nss = max_nss; in mt7996_eeprom_parse_hw_cap()
307 nss = min_t(u8, nss, path); in mt7996_eeprom_parse_hw_cap()
[all …]
/drivers/net/wireless/realtek/rtlwifi/
A Drc.c23 u8 nss; in _rtl_rc_get_highest_rix() local
28 nss = 4; in _rtl_rc_get_highest_rix()
31 nss = 3; in _rtl_rc_get_highest_rix()
34 nss = 2; in _rtl_rc_get_highest_rix()
37 nss = 1; in _rtl_rc_get_highest_rix()
64 if (nss == 1) in _rtl_rc_get_highest_rix()
72 nss); in _rtl_rc_get_highest_rix()
77 nss); in _rtl_rc_get_highest_rix()
86 if (nss == 1) in _rtl_rc_get_highest_rix()
94 nss); in _rtl_rc_get_highest_rix()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7915/
A Deeprom.c218 u8 path, nss, nss_max = 4, *eeprom = dev->mt76.eeprom.data; in mt7915_eeprom_parse_hw_cap() local
237 nss = path; in mt7915_eeprom_parse_hw_cap()
241 nss = FIELD_GET(MT_EE_WIFI_CONF3_TX_PATH_B0, in mt7915_eeprom_parse_hw_cap()
244 nss = FIELD_GET(MT_EE_WIFI_CONF3_TX_PATH_B1, in mt7915_eeprom_parse_hw_cap()
247 nss = FIELD_GET(MT_EE_WIFI_CONF_STREAM_NUM, in mt7915_eeprom_parse_hw_cap()
255 if (!nss) in mt7915_eeprom_parse_hw_cap()
256 nss = nss_max; in mt7915_eeprom_parse_hw_cap()
257 nss = min_t(u8, min_t(u8, nss_max, nss), path); in mt7915_eeprom_parse_hw_cap()
262 mphy->antenna_mask = BIT(nss) - 1; in mt7915_eeprom_parse_hw_cap()
A Dmcu.c45 u8 nss; in mt7915_mcu_get_sta_nss() local
47 for (nss = 8; nss > 0; nss--) { in mt7915_mcu_get_sta_nss()
54 return nss - 1; in mt7915_mcu_get_sta_nss()
67 for (nss = 0; nss < max_nss; nss++) { in mt7915_mcu_set_sta_he_mcs()
100 mcs_map &= ~(0x3 << (nss * 2)); in mt7915_mcu_set_sta_he_mcs()
101 mcs_map |= mcs << (nss * 2); in mt7915_mcu_set_sta_he_mcs()
122 for (nss = 0; nss < max_nss; nss++, mcs_map >>= 2) { in mt7915_mcu_set_sta_vht_mcs()
137 vht_mcs[nss] = cpu_to_le16(mcs & mask[nss]); in mt7915_mcu_set_sta_vht_mcs()
152 for (nss = 0; nss < max_nss; nss++) in mt7915_mcu_set_sta_ht_mcs()
153 ht_mcs[nss] = sta->deflink.ht_cap.mcs.rx_mask[nss] & mask[nss]; in mt7915_mcu_set_sta_ht_mcs()
[all …]
/drivers/net/wireless/ath/ath11k/
A Ddebugfs_sta.c32 nss = txrate->nss - 1; in ath11k_debugfs_sta_add_tx_stats()
89 STATS_OP_FMT(AMPDU).nss[0][nss] += in ath11k_debugfs_sta_add_tx_stats()
95 STATS_OP_FMT(AMPDU).nss[1][nss] += in ath11k_debugfs_sta_add_tx_stats()
104 STATS_OP_FMT(SUCC).nss[0][nss] += peer_stats->succ_bytes; in ath11k_debugfs_sta_add_tx_stats()
108 STATS_OP_FMT(SUCC).nss[1][nss] += peer_stats->succ_pkts; in ath11k_debugfs_sta_add_tx_stats()
112 STATS_OP_FMT(FAIL).nss[0][nss] += peer_stats->failed_bytes; in ath11k_debugfs_sta_add_tx_stats()
116 STATS_OP_FMT(FAIL).nss[1][nss] += peer_stats->failed_pkts; in ath11k_debugfs_sta_add_tx_stats()
120 STATS_OP_FMT(RETRY).nss[0][nss] += peer_stats->retry_bytes; in ath11k_debugfs_sta_add_tx_stats()
124 STATS_OP_FMT(RETRY).nss[1][nss] += peer_stats->retry_pkts; in ath11k_debugfs_sta_add_tx_stats()
199 stats->nss[j][0], stats->nss[j][1], in ath11k_dbg_sta_dump_tx_stats()
[all …]
A Dmac.c438 for (nss = IEEE80211_HT_MCS_MASK_LEN - 1; nss >= 0; nss--) in ath11k_mac_max_ht_nss()
450 for (nss = NL80211_VHT_NSS_MAX - 1; nss >= 0; nss--) in ath11k_mac_max_vht_nss()
462 for (nss = NL80211_HE_NSS_MAX - 1; nss >= 0; nss--) in ath11k_mac_max_he_nss()
1933 for (nss = 0; nss < IEEE80211_HT_MCS_MASK_LEN; nss++) in ath11k_peer_assoc_h_ht_masked()
1945 for (nss = 0; nss < NL80211_VHT_NSS_MAX; nss++) in ath11k_peer_assoc_h_vht_masked()
2080 for (nss = 0; nss < NL80211_VHT_NSS_MAX; nss++) { in ath11k_peer_assoc_h_vht_limit()
2299 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in ath11k_peer_assoc_h_he_limit()
2340 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) in ath11k_peer_assoc_h_he_masked()
2468 for (nss = 0; nss <= arg->peer_ppet.numss_m1; nss++) { in ath11k_peer_assoc_h_he()
4807 nss = arsta->nss; in ath11k_sta_rc_update_wk()
[all …]
/drivers/net/wireless/realtek/rtw88/
A Dutil.c82 void rtw_desc_to_mcsrate(u16 rate, u8 *mcs, u8 *nss) in rtw_desc_to_mcsrate() argument
89 *nss = 1; in rtw_desc_to_mcsrate()
93 *nss = 2; in rtw_desc_to_mcsrate()
97 *nss = 3; in rtw_desc_to_mcsrate()
101 *nss = 4; in rtw_desc_to_mcsrate()
105 *nss = 0; in rtw_desc_to_mcsrate()
A Dmain.c1013 int i, nss; in get_vht_ra_mask() local
1016 for (i = 0, nss = 12; i < 4; i++, mcs_map >>= 2, nss += 10) { in get_vht_ra_mask()
1020 ra_mask |= 0x3ffULL << nss; in get_vht_ra_mask()
1023 ra_mask |= 0x1ffULL << nss; in get_vht_ra_mask()
1026 ra_mask |= 0x0ffULL << nss; in get_vht_ra_mask()
1250 else if (efuse->hw_cap.nss == 2) in rtw_update_sta_info()
1313 tx_num = efuse->hw_cap.nss; in rtw_update_sta_info()
1596 for (i = 0; i < efuse->hw_cap.nss; i++) in rtw_init_ht_cap()
1632 if (i < efuse->hw_cap.nss) in rtw_init_vht_cap()
1964 efuse->hw_cap.nss = rtwdev->hal.rf_path_num; in rtw_dump_hw_feature()
[all …]
/drivers/net/wireless/ath/ath12k/
A Ddebugfs_sta.c25 int mcs = 0, bw = 0, nss = 0, gi = 0, bw_num = 0; in ath12k_dbg_sta_dump_rate_stats() local
85 if (stats->rx_rate[bw][gi][nss][mcs]) { in ath12k_dbg_sta_dump_rate_stats()
113 bw_num, gi, nss + 1, nss + 1); in ath12k_dbg_sta_dump_rate_stats()
116 if (stats->rx_rate[bw][gi][nss][mcs]) in ath12k_dbg_sta_dump_rate_stats()
119 stats->rx_rate[bw][gi][nss][mcs]); in ath12k_dbg_sta_dump_rate_stats()
123 if (nss++ >= max_mcs - 1) { in ath12k_dbg_sta_dump_rate_stats()
124 nss = 0; in ath12k_dbg_sta_dump_rate_stats()
A Ddebugfs.c349 static u16 ath12k_get_ratecode(u16 pream_idx, u16 nss, u16 mcs_rate) in ath12k_get_ratecode() argument
425 int nss, rates, chains; in ath12k_tpc_fill_pream() local
457 for (nss = 0; nss < max_nss; nss++) { in ath12k_tpc_fill_pream()
474 rate_code = ath12k_get_ratecode(pream_bw, nss, rates); in ath12k_tpc_fill_pream()
480 if (nss > chains) { in ath12k_tpc_fill_pream()
520 u8 nss, active_tx_chains; in ath12k_tpc_stats_print() local
627 nss = (max_nss[i - 1] < num_tx_chain ? in ath12k_tpc_stats_print()
630 rate_idx[i] = rate_idx[i - 1] + max_rates[i - 1] * nss; in ath12k_tpc_stats_print()
633 eht_rate_idx[j] = eht_rate_idx[j - 1] + max_rates[i] * nss; in ath12k_tpc_stats_print()
639 nss = (max_nss[i] < num_tx_chain ? in ath12k_tpc_stats_print()
[all …]
A Dmac.c517 for (nss = NL80211_VHT_NSS_MAX - 1; nss >= 0; nss--) in ath12k_mac_max_vht_nss()
529 for (nss = NL80211_HE_NSS_MAX - 1; nss >= 0; nss--) in ath12k_mac_max_he_nss()
2030 for (nss = 0; nss < IEEE80211_HT_MCS_MASK_LEN; nss++) in ath12k_peer_assoc_h_ht_masked()
2042 for (nss = 0; nss < NL80211_VHT_NSS_MAX; nss++) in ath12k_peer_assoc_h_vht_masked()
2185 for (nss = 0; nss < NL80211_VHT_NSS_MAX; nss++) { in ath12k_peer_assoc_h_vht_limit()
2414 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) { in ath12k_peer_assoc_h_he_limit()
2455 for (nss = 0; nss < NL80211_HE_NSS_MAX; nss++) in ath12k_peer_assoc_h_he_masked()
3163 for (nss = 0; nss <= ppet->numss_m1; nss++) { in ath12k_mac_set_eht_ppe_threshold()
6005 nss = arsta->nss; in ath12k_sta_rc_update_wk()
7773 for (nss = 0; nss <= fw_ppet->numss_m1; nss++) { in ath12k_gen_ppe_thresh()
[all …]
A Ddp_mon.c115 ppdu_info->nss); in ath12k_dp_mon_parse_vht_sig_a()
1264 mon_rx_user_status->nss = ppdu_info->nss; in ath12k_dp_mon_hal_rx_parse_user_info()
1735 rx_status->nss = ppdu_info->nss; in ath12k_dp_mon_fill_rx_stats_info()
1879 u8 rate_mcs, nss, sgi; in ath12k_dp_mon_fill_rx_rate() local
1884 nss = ppdu_info->nss; in ath12k_dp_mon_fill_rx_rate()
2158 rxs->nss = ppduinfo->nss + 1; in ath12k_dp_mon_update_radiotap()
2303 status->nss, in ath12k_dp_mon_rx_deliver_msdu()
3430 u32 nss_idx = (user_stats) ? user_stats->nss - 1 : ppdu_info->nss - 1; in ath12k_dp_mon_rx_update_peer_rate_table_stats()
3478 ppdu_info->nss = 1; in ath12k_dp_mon_rx_update_peer_su_stats()
3513 if (ppdu_info->nss > 0 && ppdu_info->nss <= HAL_RX_MAX_NSS) { in ath12k_dp_mon_rx_update_peer_su_stats()
[all …]
/drivers/net/wireless/mediatek/mt76/
A Dmt76x02_mac.c183 u8 phy, rate_idx, nss, bw = 0; in mt76x02_mac_tx_rate_val() local
188 nss = 1 + (rate->idx >> 4); in mt76x02_mac_tx_rate_val()
196 nss = 1 + (rate->idx >> 3); in mt76x02_mac_tx_rate_val()
215 nss = 1; in mt76x02_mac_tx_rate_val()
224 *nss_val = nss; in mt76x02_mac_tx_rate_val()
234 s8 nss; in mt76x02_mac_wcid_set_rate() local
238 FIELD_PREP(MT_WCID_TX_INFO_NSS, nss) | in mt76x02_mac_wcid_set_rate()
346 u8 nss; in mt76x02_mac_write_txwi() local
442 u8 mcs, nss; in mt76x02_tx_rate_fallback() local
455 nss = max_t(int, nss - 1, 1); in mt76x02_tx_rate_fallback()
[all …]
A Dmt76_connac_mac.c25 nss * hweight8(ru_bit_mask) * 2; in mt76_connac_gen_ppe_thresh()
290 nss = i + 1; \
352 return FIELD_PREP(MT_TX_RATE_NSS, nss) | in mt76_connac2_mac_tx_rate_val()
652 if (stbc && rate.nss > 1) in mt76_connac2_mac_fill_txs()
653 rate.nss >>= 1; in mt76_connac2_mac_fill_txs()
655 if (rate.nss - 1 < ARRAY_SIZE(stats->tx_nss)) in mt76_connac2_mac_fill_txs()
656 stats->tx_nss[rate.nss - 1]++; in mt76_connac2_mac_fill_txs()
1032 u8 stbc, gi, bw, dcm, nss; in mt76_connac2_mac_fill_rx_rate() local
1040 nss = FIELD_GET(MT_PRXV_NSTS, v0) + 1; in mt76_connac2_mac_fill_rx_rate()
1075 status->nss = nss; in mt76_connac2_mac_fill_rx_rate()
[all …]
A Dmt76x02_txrx.c67 u8 nss, idx; in mt76x02_tx_get_max_txpwr_adj() local
69 nss = ieee80211_rate_get_vht_nss(rate); in mt76x02_tx_get_max_txpwr_adj()
70 idx = ((nss - 1) << 3) + mcs; in mt76x02_tx_get_max_txpwr_adj()
/drivers/net/wireless/intel/iwlwifi/mld/
A Dtlc.c136 int nss) in iwl_mld_get_highest_fw_mcs() argument
139 (0x3 << (2 * (nss - 1))); in iwl_mld_get_highest_fw_mcs()
140 rx_mcs >>= (2 * (nss - 1)); in iwl_mld_get_highest_fw_mcs()
175 int nss = i + 1; in iwl_mld_fill_vht_rates() local
177 highest_mcs = iwl_mld_get_highest_fw_mcs(vht_cap, nss); in iwl_mld_fill_vht_rates()
193 0, true, nss) >= nss) in iwl_mld_fill_vht_rates()
227 u8 nss = link_sta->rx_nss; in iwl_mld_fill_he_rates() local
231 nss = 1; in iwl_mld_fill_he_rates()
233 for (i = 0; i < nss && i < IWL_TLC_NSS_MAX; i++) { in iwl_mld_fill_he_rates()
A Dsta.c150 struct iwl_he_pkt_ext_v2 *pkt_ext, u8 nss, in iwl_mld_parse_ppe() argument
159 if (nss > MAX_HE_SUPP_NSS) { in iwl_mld_parse_ppe()
160 IWL_DEBUG_INFO(mld, "Got NSS = %d - trimming to %d\n", nss, in iwl_mld_parse_ppe()
162 nss = MAX_HE_SUPP_NSS; in iwl_mld_parse_ppe()
165 for (int i = 0; i < nss; i++) { in iwl_mld_parse_ppe()
203 u8 nss = (link_sta->he_cap.ppe_thres[0] & in iwl_mld_set_pkt_ext_from_he_ppe() local
212 iwl_mld_parse_ppe(mld, pkt_ext, nss, ru_index_bitmap, ppe, ppe_pos_bit, in iwl_mld_set_pkt_ext_from_he_ppe()
299 u8 nss = (link_sta->eht_cap.eht_ppe_thres[0] & in iwl_mld_fill_pkt_ext() local
308 iwl_mld_parse_ppe(mld, pkt_ext, nss, ru_index_bitmap, in iwl_mld_fill_pkt_ext()
/drivers/net/wireless/intel/iwlwifi/fw/
A Drs.c97 u8 mcs = 0, nss = 0; in rs_pretty_print_rate() local
134 nss = u32_get_bits(rate, RATE_MCS_NSS_MSK); in rs_pretty_print_rate()
141 rate, type, iwl_rs_pretty_ant(ant), iwl_rs_pretty_bw(bw), mcs, nss, in rs_pretty_print_rate()
/drivers/net/wireless/intel/iwlwifi/mvm/
A Drs-fw.c114 int nss) in rs_fw_vht_highest_rx_mcs_index() argument
117 (0x3 << (2 * (nss - 1))); in rs_fw_vht_highest_rx_mcs_index()
118 rx_mcs >>= (2 * (nss - 1)); in rs_fw_vht_highest_rx_mcs_index()
153 int nss = i + 1; in rs_fw_vht_set_enabled_rates() local
155 highest_mcs = rs_fw_vht_highest_rx_mcs_index(vht_cap, nss); in rs_fw_vht_set_enabled_rates()
172 0, true, nss) >= nss) in rs_fw_vht_set_enabled_rates()
206 u8 nss = link_sta->rx_nss; in rs_fw_he_set_enabled_rates() local
210 nss = 1; in rs_fw_he_set_enabled_rates()
212 for (i = 0; i < nss && i < IWL_TLC_NSS_MAX; i++) { in rs_fw_he_set_enabled_rates()
A Drs.c847 u8 nss; in rs_rate_from_ucode_rate() local
887 if (nss == 1) { in rs_rate_from_ucode_rate()
892 } else if (nss == 2) { in rs_rate_from_ucode_rate()
901 if (nss == 1) { in rs_rate_from_ucode_rate()
915 if (nss == 1) { in rs_rate_from_ucode_rate()
2747 int nss) in rs_vht_highest_rx_mcs_index() argument
2869 u8 nss = 0; in iwl_mvm_update_frame_stats() local
2905 if (nss == 1) in iwl_mvm_update_frame_stats()
2907 else if (nss == 2) in iwl_mvm_update_frame_stats()
3664 u8 mcs = 0, nss = 0; in rs_pretty_print_rate_v1() local
[all …]
/drivers/net/wireless/ath/ath10k/
A Dmac.c194 int nss; in ath10k_mac_max_ht_nss() local
196 for (nss = IEEE80211_HT_MCS_MASK_LEN - 1; nss >= 0; nss--) in ath10k_mac_max_ht_nss()
206 int nss; in ath10k_mac_max_vht_nss() local
208 for (nss = NL80211_VHT_NSS_MAX - 1; nss >= 0; nss--) in ath10k_mac_max_vht_nss()
2299 for (nss = 0; nss < IEEE80211_HT_MCS_MASK_LEN; nss++) in ath10k_peer_assoc_h_ht_masked()
2311 for (nss = 0; nss < NL80211_VHT_NSS_MAX; nss++) in ath10k_peer_assoc_h_vht_masked()
2502 for (nss = 0; nss < NL80211_VHT_NSS_MAX; nss++) { in ath10k_peer_assoc_h_vht_limit()
6772 nss = arsta->nss; in ath10k_sta_rc_update_wk()
6779 nss = max_t(u32, 1, nss); in ath10k_sta_rc_update_wk()
6810 ar->wmi.peer_param->nss, nss); in ath10k_sta_rc_update_wk()
[all …]
A Dhtt_rx.c1069 nss = 1; in ath10k_htt_rx_h_rates()
1096 status->nss = nss; in ath10k_htt_rx_h_rates()
3683 nss = txrate->nss; in ath10k_accumulate_per_peer_tx_stats()
3731 STATS_OP_FMT(AMPDU).nss[0][nss - 1] += in ath10k_accumulate_per_peer_tx_stats()
3739 STATS_OP_FMT(AMPDU).nss[1][nss - 1] += in ath10k_accumulate_per_peer_tx_stats()
3751 STATS_OP_FMT(SUCC).nss[0][nss - 1] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()
3755 STATS_OP_FMT(SUCC).nss[1][nss - 1] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats()
3759 STATS_OP_FMT(FAIL).nss[0][nss - 1] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()
3763 STATS_OP_FMT(FAIL).nss[1][nss - 1] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats()
3771 STATS_OP_FMT(RETRY).nss[1][nss - 1] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
[all …]
/drivers/net/wireless/mediatek/mt76/mt7925/
A Dmac.c254 u8 stbc, gi, bw, dcm, nss; in mt7925_mac_fill_rx_rate() local
263 nss = FIELD_GET(MT_PRXV_NSTS, v0) + 1; in mt7925_mac_fill_rx_rate()
287 status->nss = nss; in mt7925_mac_fill_rx_rate()
298 status->nss = nss; in mt7925_mac_fill_rx_rate()
310 status->nss = nss; in mt7925_mac_fill_rx_rate()
922 rate.nss = FIELD_GET(MT_TX_RATE_NSS, txrate) + 1; in mt7925_mac_add_txs_skb()
925 if (stbc && rate.nss > 1) in mt7925_mac_add_txs_skb()
926 rate.nss >>= 1; in mt7925_mac_add_txs_skb()
928 if (rate.nss - 1 < ARRAY_SIZE(stats->tx_nss)) in mt7925_mac_add_txs_skb()
929 stats->tx_nss[rate.nss - 1]++; in mt7925_mac_add_txs_skb()
/drivers/net/wireless/realtek/rtw89/
A Dphy_be.c480 u8 nss, u32 *addr, enum rtw89_phy_idx phy_idx) in __phy_set_txpwr_byrate_be() argument
494 if (nss > RTW89_NSS_1 && ent->no_multi_nss) in __phy_set_txpwr_byrate_be()
498 desc.nss = nss; in __phy_set_txpwr_byrate_be()
523 u8 bw, nss; in rtw89_phy_set_txpwr_byrate_be() local
529 for (nss = 0; nss <= RTW89_NSS_2; nss++) in rtw89_phy_set_txpwr_byrate_be()
530 __phy_set_txpwr_byrate_be(rtwdev, band, bw, nss, in rtw89_phy_set_txpwr_byrate_be()
539 .nss = RTW89_NSS_1, in rtw89_phy_set_txpwr_offset_be()

Completed in 142 milliseconds

12345