Home
last modified time | relevance | path

Searched refs:ht_cap (Results 101 - 125 of 326) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c627 const struct ieee80211_ht_cap *ht_cap; in mwifiex_set_sta_ht_cap() local
635 ht_cap = (void *)(ht_cap_ie + 1); in mwifiex_set_sta_ht_cap()
637 node->max_amsdu = le16_to_cpu(ht_cap->cap_info) & in mwifiex_set_sta_ht_cap()
H A Dtdls.c472 struct ieee80211_ht_cap *ht_cap; in mwifiex_prep_tdls_encap_data() local
499 ht_cap = (void *)pos; in mwifiex_prep_tdls_encap_data()
501 ret = mwifiex_fill_cap_info(priv, radio, ht_cap); in mwifiex_prep_tdls_encap_data()
539 ht_cap = (void *)pos; in mwifiex_prep_tdls_encap_data()
541 ret = mwifiex_fill_cap_info(priv, radio, ht_cap); in mwifiex_prep_tdls_encap_data()
737 struct ieee80211_ht_cap *ht_cap; in mwifiex_construct_tdls_action_frame() local
782 ht_cap = (void *)pos; in mwifiex_construct_tdls_action_frame()
784 ret = mwifiex_fill_cap_info(priv, radio, ht_cap); in mwifiex_construct_tdls_action_frame()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c494 sta->ht_cap.ampdu_factor); in ath9k_htc_add_station()
613 if (sta->ht_cap.ht_supported) { in ath9k_htc_setup_rate()
615 if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8))) in ath9k_htc_setup_rate()
623 if (sta->ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in ath9k_htc_setup_rate()
625 if (sta->ht_cap.mcs.rx_mask[1]) in ath9k_htc_setup_rate()
627 if ((sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) && in ath9k_htc_setup_rate()
631 (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40)) in ath9k_htc_setup_rate()
634 (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20)) in ath9k_htc_setup_rate()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c1805 u8 curshortgi_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl92de_update_hal_rate_table()
1807 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92de_update_hal_rate_table()
1815 ratr_value |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl92de_update_hal_rate_table()
1816 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl92de_update_hal_rate_table()
1884 u8 curshortgi_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl92de_update_hal_rate_mask()
1886 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92de_update_hal_rate_mask()
1907 ratr_bitmap |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl92de_update_hal_rate_mask()
1908 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl92de_update_hal_rate_mask()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c472 struct ieee80211_ht_cap *ht_cap; in mwifiex_prep_tdls_encap_data() local
499 ht_cap = (void *)pos; in mwifiex_prep_tdls_encap_data()
501 ret = mwifiex_fill_cap_info(priv, radio, ht_cap); in mwifiex_prep_tdls_encap_data()
539 ht_cap = (void *)pos; in mwifiex_prep_tdls_encap_data()
541 ret = mwifiex_fill_cap_info(priv, radio, ht_cap); in mwifiex_prep_tdls_encap_data()
737 struct ieee80211_ht_cap *ht_cap; in mwifiex_construct_tdls_action_frame() local
782 ht_cap = (void *)pos; in mwifiex_construct_tdls_action_frame()
784 ret = mwifiex_fill_cap_info(priv, radio, ht_cap); in mwifiex_construct_tdls_action_frame()
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh.c431 if (!sband->ht_cap.ht_supported || in mesh_add_ht_cap_ie()
441 ieee80211_ie_build_ht_cap(pos, &sband->ht_cap, sband->ht_cap.cap); in mesh_add_ht_cap_ie()
453 struct ieee80211_sta_ht_cap *ht_cap; in mesh_add_ht_oper_ie() local
466 ht_cap = &sband->ht_cap; in mesh_add_ht_oper_ie()
472 if (!ht_cap->ht_supported || in mesh_add_ht_oper_ie()
482 ieee80211_ie_build_ht_oper(pos, ht_cap, &sdata->vif.bss_conf.chandef, in mesh_add_ht_oper_ie()
H A Drc80211_minstrel_ht.c1394 struct ieee80211_mcs_info *mcs = &sta->ht_cap.mcs; in minstrel_ht_update_caps()
1395 u16 ht_cap = sta->ht_cap.cap; in minstrel_ht_update_caps() local
1405 if (!sta->ht_cap.ht_supported) in minstrel_ht_update_caps()
1439 stbc = (ht_cap & IEEE80211_HT_CAP_RX_STBC) >> in minstrel_ht_update_caps()
1442 ldpc = ht_cap & IEEE80211_HT_CAP_LDPC_CODING; in minstrel_ht_update_caps()
1466 if (!(ht_cap & IEEE80211_HT_CAP_SGI_40)) in minstrel_ht_update_caps()
1469 if (!(ht_cap & IEEE80211_HT_CAP_SGI_20)) in minstrel_ht_update_caps()
H A Dsta_info.c493 smps = (sband->ht_cap.cap & IEEE80211_HT_CAP_SM_PS) >> in sta_info_alloc()
2057 struct ieee80211_sta_ht_cap *ht_cap = &sta->sta.ht_cap; in sta_info_tx_streams() local
2060 if (!sta->sta.ht_cap.ht_supported) in sta_info_tx_streams()
2074 if (ht_cap->mcs.rx_mask[3]) in sta_info_tx_streams()
2076 else if (ht_cap->mcs.rx_mask[2]) in sta_info_tx_streams()
2078 else if (ht_cap->mcs.rx_mask[1]) in sta_info_tx_streams()
2083 if (!(ht_cap->mcs.tx_params & IEEE80211_HT_MCS_TX_RX_DIFF)) in sta_info_tx_streams()
2086 return ((ht_cap->mcs.tx_params & IEEE80211_HT_MCS_TX_MAX_STREAMS_MASK) in sta_info_tx_streams()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c494 sta->deflink.ht_cap.ampdu_factor); in ath9k_htc_add_station()
613 if (sta->deflink.ht_cap.ht_supported) { in ath9k_htc_setup_rate()
615 if (sta->deflink.ht_cap.mcs.rx_mask[i/8] & (1<<(i%8))) in ath9k_htc_setup_rate()
623 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in ath9k_htc_setup_rate()
625 if (sta->deflink.ht_cap.mcs.rx_mask[1]) in ath9k_htc_setup_rate()
627 if ((sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) && in ath9k_htc_setup_rate()
631 (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40)) in ath9k_htc_setup_rate()
634 (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20)) in ath9k_htc_setup_rate()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dhw.c1799 u8 curshortgi_40mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl92de_update_hal_rate_table()
1801 u8 curshortgi_20mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92de_update_hal_rate_table()
1809 ratr_value |= (sta->deflink.ht_cap.mcs.rx_mask[1] << 20 | in rtl92de_update_hal_rate_table()
1810 sta->deflink.ht_cap.mcs.rx_mask[0] << 12); in rtl92de_update_hal_rate_table()
1878 u8 curshortgi_40mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl92de_update_hal_rate_mask()
1880 u8 curshortgi_20mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92de_update_hal_rate_mask()
1901 ratr_bitmap |= (sta->deflink.ht_cap.mcs.rx_mask[1] << 20 | in rtl92de_update_hal_rate_mask()
1902 sta->deflink.ht_cap.mcs.rx_mask[0] << 12); in rtl92de_update_hal_rate_mask()
/kernel/linux/linux-6.6/net/mac80211/
H A Dmesh.c433 if (!sband->ht_cap.ht_supported || in mesh_add_ht_cap_ie()
443 ieee80211_ie_build_ht_cap(pos, &sband->ht_cap, sband->ht_cap.cap); in mesh_add_ht_cap_ie()
455 struct ieee80211_sta_ht_cap *ht_cap; in mesh_add_ht_oper_ie() local
468 ht_cap = &sband->ht_cap; in mesh_add_ht_oper_ie()
474 if (!ht_cap->ht_supported || in mesh_add_ht_oper_ie()
484 ieee80211_ie_build_ht_oper(pos, ht_cap, &sdata->vif.bss_conf.chandef, in mesh_add_ht_oper_ie()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c176 ht_mcs[nss] = sta->deflink.ht_cap.mcs.rx_mask[nss] & mask[nss]; in mt7996_mcu_set_sta_ht_mcs()
1052 if (!sta->deflink.ht_cap.ht_supported) in mt7996_mcu_sta_ht_tlv()
1058 ht->ht_cap = cpu_to_le16(sta->deflink.ht_cap.cap); in mt7996_mcu_sta_ht_tlv()
1232 struct ieee80211_mcs_info *mcs = &sta->deflink.ht_cap.mcs; in mt7996_mcu_sta_bfer_ht()
1423 if (!(sta->deflink.ht_cap.ht_supported || sta->deflink.he_cap.has_he)) in mt7996_mcu_sta_bfer_tlv()
1443 else if (sta->deflink.ht_cap.ht_supported) in mt7996_mcu_sta_bfer_tlv()
1521 if (!sta->deflink.ht_cap.ht_supported && !sta->deflink.he_6ghz_capa.capa) in mt7996_mcu_sta_phy_tlv()
1527 if (sta->deflink.ht_cap.ht_supported) { in mt7996_mcu_sta_phy_tlv()
1528 af = sta->deflink.ht_cap in mt7996_mcu_sta_phy_tlv()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c321 if (s->ht_cap) { in qtnf_cmd_send_start_ap()
324 round_up(sizeof(*s->ht_cap), QLINK_ALIGN)); in qtnf_cmd_send_start_ap()
327 tlv->len = cpu_to_le16(sizeof(*s->ht_cap)); in qtnf_cmd_send_start_ap()
328 memcpy(tlv->val, s->ht_cap, sizeof(*s->ht_cap)); in qtnf_cmd_send_start_ap()
1282 const struct ieee80211_ht_cap *ht_cap = in qtnf_cmd_resp_band_fill_htcap() local
1286 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()
1288 ht_cap->ampdu_params_info & IEEE80211_HT_AMPDU_PARM_FACTOR; in qtnf_cmd_resp_band_fill_htcap()
1290 (ht_cap->ampdu_params_info & IEEE80211_HT_AMPDU_PARM_DENSITY) >> in qtnf_cmd_resp_band_fill_htcap()
1292 memcpy(&bcap->mcs, &ht_cap in qtnf_cmd_resp_band_fill_htcap()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c323 if (s->ht_cap) { in qtnf_cmd_send_start_ap()
326 round_up(sizeof(*s->ht_cap), QLINK_ALIGN)); in qtnf_cmd_send_start_ap()
329 tlv->len = cpu_to_le16(sizeof(*s->ht_cap)); in qtnf_cmd_send_start_ap()
330 memcpy(tlv->val, s->ht_cap, sizeof(*s->ht_cap)); in qtnf_cmd_send_start_ap()
1270 const struct ieee80211_ht_cap *ht_cap = in qtnf_cmd_resp_band_fill_htcap() local
1274 bcap->cap = le16_to_cpu(ht_cap->cap_info); in qtnf_cmd_resp_band_fill_htcap()
1276 ht_cap->ampdu_params_info & IEEE80211_HT_AMPDU_PARM_FACTOR; in qtnf_cmd_resp_band_fill_htcap()
1278 (ht_cap->ampdu_params_info & IEEE80211_HT_AMPDU_PARM_DENSITY) >> in qtnf_cmd_resp_band_fill_htcap()
1280 memcpy(&bcap->mcs, &ht_cap in qtnf_cmd_resp_band_fill_htcap()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsf.c165 if (sta->ht_cap.ht_supported || in iwl_mvm_fill_sf_command()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.c205 .ht_cap = {0},
217 .ht_cap = {0},
465 4 << sta->deflink.ht_cap.ampdu_factor) - 1); in rtw89_core_tx_update_ampdu_info()
468 desc_info->ampdu_density = sta->deflink.ht_cap.ampdu_density; in rtw89_core_tx_update_ampdu_info()
3151 struct ieee80211_sta_ht_cap *ht_cap) in rtw89_init_ht_cap()
3160 ht_cap->ht_supported = true; in rtw89_init_ht_cap()
3161 ht_cap->cap = 0; in rtw89_init_ht_cap()
3162 ht_cap->cap |= IEEE80211_HT_CAP_SGI_20 | in rtw89_init_ht_cap()
3166 ht_cap->cap |= IEEE80211_HT_CAP_LDPC_CODING; in rtw89_init_ht_cap()
3167 ht_cap in rtw89_init_ht_cap()
3150 rtw89_init_ht_cap(struct rtw89_dev *rtwdev, struct ieee80211_sta_ht_cap *ht_cap) rtw89_init_ht_cap() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c4857 else if (sta->deflink.ht_cap.ht_supported) in rtl8xxxu_wireless_mode()
4864 else if (sta->deflink.ht_cap.ht_supported) in rtl8xxxu_wireless_mode()
4984 if (sta->deflink.ht_cap.ht_supported) in rtl8xxxu_bss_info_changed()
4991 sta->deflink.ht_cap.mcs.rx_mask[0] << 12 | in rtl8xxxu_bss_info_changed()
4992 sta->deflink.ht_cap.mcs.rx_mask[1] << 20; in rtl8xxxu_bss_info_changed()
4993 if (sta->deflink.ht_cap.cap & in rtl8xxxu_bss_info_changed()
4999 (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40)) in rtl8xxxu_bss_info_changed()
5583 if (sta->deflink.ht_cap.ht_supported) { in rtl8xxxu_tx()
5588 ampdu = (u32)sta->deflink.ht_cap.ampdu_density; in rtl8xxxu_tx()
5602 sta && sta->deflink.ht_cap in rtl8xxxu_tx()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dacx.c1286 struct ieee80211_sta_ht_cap *ht_cap, in wl1271_acx_set_ht_capabilities()
1294 "sta supp: %d sta cap: %d", ht_cap->ht_supported, in wl1271_acx_set_ht_capabilities()
1295 ht_cap->cap); in wl1271_acx_set_ht_capabilities()
1303 if (allow_ht_operation && ht_cap->ht_supported) { in wl1271_acx_set_ht_capabilities()
1305 ht_capabilites = ht_cap->cap; in wl1271_acx_set_ht_capabilities()
1314 acx->ampdu_max_length = ht_cap->ampdu_factor; in wl1271_acx_set_ht_capabilities()
1315 acx->ampdu_min_spacing = ht_cap->ampdu_density; in wl1271_acx_set_ht_capabilities()
1285 wl1271_acx_set_ht_capabilities(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u8 hlid) wl1271_acx_set_ht_capabilities() argument
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_mlme.c1873 struct ieee80211_ht_cap ht_cap; in rtw_restructure_ht_ie() local
1885 memset(&ht_cap, 0, sizeof(struct ieee80211_ht_cap)); in rtw_restructure_ht_ie()
1887 ht_cap.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in rtw_restructure_ht_ie()
1902 ht_cap.ampdu_params_info = max_rx_ampdu_factor & 0x03; in rtw_restructure_ht_ie()
1905 ht_cap.ampdu_params_info |= IEEE80211_HT_AMPDU_PARM_DENSITY & (0x07 << 2); in rtw_restructure_ht_ie()
1907 ht_cap.ampdu_params_info |= IEEE80211_HT_AMPDU_PARM_DENSITY & 0x00; in rtw_restructure_ht_ie()
1911 (unsigned char *)&ht_cap, pout_len); in rtw_restructure_ht_ie()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dacx.c1286 struct ieee80211_sta_ht_cap *ht_cap, in wl1271_acx_set_ht_capabilities()
1294 "sta supp: %d sta cap: %d", ht_cap->ht_supported, in wl1271_acx_set_ht_capabilities()
1295 ht_cap->cap); in wl1271_acx_set_ht_capabilities()
1303 if (allow_ht_operation && ht_cap->ht_supported) { in wl1271_acx_set_ht_capabilities()
1305 ht_capabilites = ht_cap->cap; in wl1271_acx_set_ht_capabilities()
1314 acx->ampdu_max_length = ht_cap->ampdu_factor; in wl1271_acx_set_ht_capabilities()
1315 acx->ampdu_min_spacing = ht_cap->ampdu_density; in wl1271_acx_set_ht_capabilities()
1285 wl1271_acx_set_ht_capabilities(struct wl1271 *wl, struct ieee80211_sta_ht_cap *ht_cap, bool allow_ht_operation, u8 hlid) wl1271_acx_set_ht_capabilities() argument
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c1768 u8 curshortgi_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl92ce_update_hal_rate_table()
1770 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92ce_update_hal_rate_table()
1782 ratr_value |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl92ce_update_hal_rate_table()
1783 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl92ce_update_hal_rate_table()
1856 u8 curtxbw_40mhz = (sta->ht_cap.cap & in rtl92ce_update_hal_rate_mask()
1858 u8 curshortgi_40mhz = (sta->ht_cap.cap & in rtl92ce_update_hal_rate_mask()
1860 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92ce_update_hal_rate_mask()
1882 ratr_bitmap |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl92ce_update_hal_rate_mask()
1883 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl92ce_update_hal_rate_mask()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhw.c1845 u8 curshortgi_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl8723e_update_hal_rate_table()
1847 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl8723e_update_hal_rate_table()
1858 ratr_value |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl8723e_update_hal_rate_table()
1859 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl8723e_update_hal_rate_table()
1932 u8 curtxbw_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) in rtl8723e_update_hal_rate_mask()
1934 u8 curshortgi_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl8723e_update_hal_rate_mask()
1936 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl8723e_update_hal_rate_mask()
1958 ratr_bitmap |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl8723e_update_hal_rate_mask()
1959 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl8723e_update_hal_rate_mask()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1983 u8 curshortgi_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl88ee_update_hal_rate_table()
1985 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl88ee_update_hal_rate_table()
1996 ratr_value |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl88ee_update_hal_rate_table()
1997 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl88ee_update_hal_rate_table()
2069 u8 curtxbw_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) in rtl88ee_update_hal_rate_mask()
2071 u8 curshortgi_40mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl88ee_update_hal_rate_mask()
2073 u8 curshortgi_20mhz = (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl88ee_update_hal_rate_mask()
2096 ratr_bitmap |= (sta->ht_cap.mcs.rx_mask[1] << 20 | in rtl88ee_update_hal_rate_mask()
2097 sta->ht_cap.mcs.rx_mask[0] << 12); in rtl88ee_update_hal_rate_mask()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dhw.c1777 u8 curshortgi_40mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl92ce_update_hal_rate_table()
1779 u8 curshortgi_20mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92ce_update_hal_rate_table()
1791 ratr_value |= (sta->deflink.ht_cap.mcs.rx_mask[1] << 20 | in rtl92ce_update_hal_rate_table()
1792 sta->deflink.ht_cap.mcs.rx_mask[0] << 12); in rtl92ce_update_hal_rate_table()
1865 u8 curtxbw_40mhz = (sta->deflink.ht_cap.cap & in rtl92ce_update_hal_rate_mask()
1867 u8 curshortgi_40mhz = (sta->deflink.ht_cap.cap & in rtl92ce_update_hal_rate_mask()
1869 u8 curshortgi_20mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl92ce_update_hal_rate_mask()
1891 ratr_bitmap |= (sta->deflink.ht_cap.mcs.rx_mask[1] << 20 | in rtl92ce_update_hal_rate_mask()
1892 sta->deflink.ht_cap.mcs.rx_mask[0] << 12); in rtl92ce_update_hal_rate_mask()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dhw.c1982 u8 curshortgi_40mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl88ee_update_hal_rate_table()
1984 u8 curshortgi_20mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl88ee_update_hal_rate_table()
1995 ratr_value |= (sta->deflink.ht_cap.mcs.rx_mask[1] << 20 | in rtl88ee_update_hal_rate_table()
1996 sta->deflink.ht_cap.mcs.rx_mask[0] << 12); in rtl88ee_update_hal_rate_table()
2068 u8 curtxbw_40mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) in rtl88ee_update_hal_rate_mask()
2070 u8 curshortgi_40mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40) ? in rtl88ee_update_hal_rate_mask()
2072 u8 curshortgi_20mhz = (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20) ? in rtl88ee_update_hal_rate_mask()
2095 ratr_bitmap |= (sta->deflink.ht_cap.mcs.rx_mask[1] << 20 | in rtl88ee_update_hal_rate_mask()
2096 sta->deflink.ht_cap.mcs.rx_mask[0] << 12); in rtl88ee_update_hal_rate_mask()

Completed in 71 milliseconds

12345678910>>...14