| /Linux-v5.10/drivers/net/wireless/ath/wcn36xx/ |
| D | txrx.c | 36 { 10, 0, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 }, 37 { 20, 1, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 }, 38 { 55, 2, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 }, 39 { 110, 3, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 }, 42 { 10, 0, RX_ENC_LEGACY, RX_ENC_FLAG_SHORTPRE, RATE_INFO_BW_20 }, 43 { 20, 1, RX_ENC_LEGACY, RX_ENC_FLAG_SHORTPRE, RATE_INFO_BW_20 }, 44 { 55, 2, RX_ENC_LEGACY, RX_ENC_FLAG_SHORTPRE, RATE_INFO_BW_20 }, 45 { 110, 3, RX_ENC_LEGACY, RX_ENC_FLAG_SHORTPRE, RATE_INFO_BW_20 }, 48 { 60, 4, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 }, 49 { 90, 5, RX_ENC_LEGACY, 0, RATE_INFO_BW_20 }, [all …]
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtw88/ |
| D | rx.c | 184 rx_status->bw = RATE_INFO_BW_20; in rtw_rx_fill_rx_status()
|
| D | fw.c | 104 si->ra_report.txrate.bw = RATE_INFO_BW_20; in rtw_fw_ra_report_iter()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
| D | ar9003_mac.c | 498 rxs->bw = RATE_INFO_BW_20; in ath9k_hw_process_rxdesc_edma() 525 rxs->bw = (rxsp->status4 & AR_2040) ? RATE_INFO_BW_40 : RATE_INFO_BW_20; in ath9k_hw_process_rxdesc_edma()
|
| D | mac.c | 539 rs->bw = RATE_INFO_BW_20; in ath9k_hw_rxprocdesc() 584 RATE_INFO_BW_20; in ath9k_hw_rxprocdesc()
|
| D | htc_drv_txrx.c | 934 rx_stats->bw = RATE_INFO_BW_20; in convert_htc_flag()
|
| /Linux-v5.10/net/mac80211/ |
| D | airtime.c | 418 case RATE_INFO_BW_20: in ieee80211_get_rate_duration() 570 stat->bw = RATE_INFO_BW_20; in ieee80211_fill_rx_status()
|
| D | status.c | 453 case RATE_INFO_BW_20: in ieee80211_add_tx_radiotap_header()
|
| D | cfg.c | 725 rinfo->bw = RATE_INFO_BW_20; in sta_set_rate_info_tx()
|
| D | rx.c | 598 case RATE_INFO_BW_20: in ieee80211_add_rx_radiotap_header()
|
| /Linux-v5.10/net/wireless/ |
| D | util.c | 1259 case RATE_INFO_BW_20: in cfg80211_calculate_bitrate_vht() 1325 else if (rate->bw == RATE_INFO_BW_20 || in cfg80211_calculate_bitrate_he()
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | rx.c | 881 rx_status.bw = RATE_INFO_BW_20; in iwlagn_rx_reply_rx()
|
| /Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
| D | cfg80211.c | 1305 rate->bw = RATE_INFO_BW_20; in mwifiex_parse_htinfo() 1334 rate->bw = RATE_INFO_BW_20; in mwifiex_parse_htinfo()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 927 ret = RATE_INFO_BW_20; in ath10k_bw_to_mac80211_bw() 1230 status->bw = RATE_INFO_BW_20; in ath10k_htt_rx_h_ppdu()
|
| D | mac.c | 8962 *bw = RATE_INFO_BW_20; in ath10k_mac_get_rate_flags_ht() 8966 *bw |= RATE_INFO_BW_20; in ath10k_mac_get_rate_flags_ht() 8997 *bw = RATE_INFO_BW_20; in ath10k_mac_get_rate_flags_vht() 8999 *bw = RATE_INFO_BW_20; in ath10k_mac_get_rate_flags_vht()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | rtl8xxxu_core.c | 5480 if (bw == RATE_INFO_BW_20) in rtl8xxxu_c2hcmd_callback() 5481 rarpt->txrate.bw |= RATE_INFO_BW_20; in rtl8xxxu_c2hcmd_callback()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | mac.c | 251 ret = RATE_INFO_BW_20; in ath11k_mac_bw_to_mac80211_bw() 270 case RATE_INFO_BW_20: in ath11k_mac_mac80211_bw_to_ath11k_bw()
|
| D | dp_rx.c | 2280 rx_status->bw = RATE_INFO_BW_20; in ath11k_dp_rx_h_ppdu()
|
| /Linux-v5.10/include/net/ |
| D | cfg80211.h | 1482 RATE_INFO_BW_20 = 0, enumerator
|
| /Linux-v5.10/drivers/net/wireless/quantenna/qtnfmac/ |
| D | commands.c | 508 rate_dst->bw = RATE_INFO_BW_20; in qtnf_sta_info_parse_rate()
|
| /Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
| D | mcu.c | 501 rate->bw = RATE_INFO_BW_20; in mt7915_mcu_tx_rate_cal()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath6kl/ |
| D | cfg80211.c | 1842 sinfo->txrate.bw = RATE_INFO_BW_20; in ath6kl_get_station()
|
| /Linux-v5.10/drivers/net/wireless/ |
| D | mac80211_hwsim.c | 1410 rx_status.bw = RATE_INFO_BW_20; in mac80211_hwsim_tx_frame_no_nl()
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | mac80211.c | 4832 rinfo->bw = RATE_INFO_BW_20; in iwl_mvm_set_sta_rate()
|
| /Linux-v5.10/drivers/net/wireless/intel/iwlegacy/ |
| D | 4965-mac.c | 724 rx_status.bw = RATE_INFO_BW_20; in il4965_hdl_rx()
|