Home
last modified time | relevance | path

Searched refs:ht_mcs (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.c446 priv->stats.txrate.ht_mcs[j][i] += ptxrate->ht_mcs[j][i]; in cmpk_handle_tx_rate_history()
H A Dr819xU_cmdpkt.h162 u16 ht_mcs[4][16]; member
H A Dr8192U.h478 u32 ht_mcs[4][16]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c1033 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs; in ath11k_peer_assoc_h_ht()
1586 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs; in ath11k_peer_assoc_h_phymode()
2813 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs; in ath11k_sta_rc_update_wk()
4474 memset(arvif->bitrate_mask.control[i].ht_mcs, 0xff, in ath11k_mac_op_add_interface()
4475 sizeof(arvif->bitrate_mask.control[i].ht_mcs)); in ath11k_mac_op_add_interface()
5471 for (i = 0; i < ARRAY_SIZE(mask->control[band].ht_mcs); i++) in ath11k_mac_bitrate_mask_num_ht_rates()
5472 num_rates += hweight16(mask->control[band].ht_mcs[i]); in ath11k_mac_bitrate_mask_num_ht_rates()
5511 for (i = 0; i < ARRAY_SIZE(mask->control[band].ht_mcs); i++) { in ath11k_mac_bitrate_mask_get_single_nss()
5512 if (mask->control[band].ht_mcs[i] == 0) in ath11k_mac_bitrate_mask_get_single_nss()
5514 else if (mask->control[band].ht_mcs[i] == in ath11k_mac_bitrate_mask_get_single_nss()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dmac.c2313 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs; in ath10k_peer_assoc_h_ht()
2729 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs; in ath10k_peer_assoc_h_phymode()
5400 memset(arvif->bitrate_mask.control[i].ht_mcs, 0xff, in ath10k_add_interface()
5401 sizeof(arvif->bitrate_mask.control[i].ht_mcs)); in ath10k_add_interface()
6584 ht_mcs_mask = arvif->bitrate_mask.control[band].ht_mcs; in ath10k_sta_rc_update_wk()
6745 for (i = 0; i < ARRAY_SIZE(mask->control[band].ht_mcs); i++) in ath10k_mac_bitrate_mask_has_single_rate()
6746 num_rates += hweight8(mask->control[band].ht_mcs[i]); in ath10k_mac_bitrate_mask_has_single_rate()
6795 for (i = 0; i < ARRAY_SIZE(mask->control[band].ht_mcs); i++) { in ath10k_mac_bitrate_mask_get_single_rate()
6796 if (hweight8(mask->control[band].ht_mcs[i]) == 1) { in ath10k_mac_bitrate_mask_get_single_rate()
6800 (ffs(mask->control[band].ht_mcs[i]) - 1); in ath10k_mac_bitrate_mask_get_single_rate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h800 u8 ht_mcs[4]; member
H A Dmcu.c2088 ra->ht_mcs[i] = sta->ht_cap.mcs.rx_mask[i]; in mt7915_mcu_sta_rate_ctrl_tlv()
2090 ra->supp_ht_mcs = *(__le32 *)ra->ht_mcs; in mt7915_mcu_sta_rate_ctrl_tlv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dmain.c875 cfg_mask |= u64_encode_bits(mask->control[band].ht_mcs[0], in rtw_update_rate_mask()
878 cfg_mask |= u64_encode_bits(mask->control[band].ht_mcs[1], in rtw_update_rate_mask()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c2786 mcsrate = mask->control[band].ht_mcs[1]; in ath6kl_set_bitrate_mask64()
2788 mcsrate |= mask->control[band].ht_mcs[0]; in ath6kl_set_bitrate_mask64()
2838 mcsrate = mask->control[band].ht_mcs[0]; in ath6kl_set_bitrate_mask32()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1224 bm = mask->control[i].legacy | (mask->control[i].ht_mcs[0] << mcs_offset); in rsi_mac80211_set_rate_mask()
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c1714 bitmap_rates[2] = mask->control[band].ht_mcs[0]; in mwifiex_cfg80211_set_bitrate_mask()
1716 bitmap_rates[2] |= mask->control[band].ht_mcs[1] << 8; in mwifiex_cfg80211_set_bitrate_mask()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211.c2294 rate_cfg->bitmap_rates[2] = mask->control[band].ht_mcs[0]; in woal_cfg80211_set_bitrate_mask()
2299 rate_cfg->bitmap_rates[2] |= mask->control[band].ht_mcs[1] << 8; in woal_cfg80211_set_bitrate_mask()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dcfg.c2973 memcpy(sdata->rc_rateidx_mcs_mask[i], mask->control[i].ht_mcs, in ieee80211_set_bitrate_mask()
2974 sizeof(mask->control[i].ht_mcs)); in ieee80211_set_bitrate_mask()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Dioctl_cfg80211.c7693 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
7694 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
7695 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
7698 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dioctl_cfg80211.c7838 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
7839 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
7840 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
7843 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dioctl_cfg80211.c7818 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
7819 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
7820 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
7823 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Dioctl_cfg80211.c8645 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8646 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8647 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8650 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dioctl_cfg80211.c8112 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8113 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8114 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8117 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Dioctl_cfg80211.c8646 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8647 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8648 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8651 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dioctl_cfg80211.c8910 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8911 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8912 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8915 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dioctl_cfg80211.c8934 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8935 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8936 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8939 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dioctl_cfg80211.c8737 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8738 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8739 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8742 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dioctl_cfg80211.c8287 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8288 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8289 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8292 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dioctl_cfg80211.c8766 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8767 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8768 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8771 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Dioctl_cfg80211.c8118 if (*((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[0])) in dump_mesh_setup()
8119 || *((u32 *)&(setup->beacon_rate.control[chan->band].ht_mcs[4])) in dump_mesh_setup()
8120 || *((u16 *)&(setup->beacon_rate.control[chan->band].ht_mcs[8])) in dump_mesh_setup()
8123 , HT_RX_MCS_BMP_ARG(setup->beacon_rate.control[chan->band].ht_mcs)); in dump_mesh_setup()

12