/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtl819x_HTProc.c | 72 struct rt_hi_throughput *ht_info = ieee->ht_info; in HTUpdateDefaultSetting() local 74 ht_info->bRegShortGI20MHz = 1; in HTUpdateDefaultSetting() 75 ht_info->bRegShortGI40MHz = 1; in HTUpdateDefaultSetting() 77 ht_info->bRegBW40MHz = 1; in HTUpdateDefaultSetting() 79 if (ht_info->bRegBW40MHz) in HTUpdateDefaultSetting() 80 ht_info->bRegSuppCCK = 1; in HTUpdateDefaultSetting() 82 ht_info->bRegSuppCCK = true; in HTUpdateDefaultSetting() 84 ht_info->nAMSDU_MaxSize = 7935UL; in HTUpdateDefaultSetting() 85 ht_info in HTUpdateDefaultSetting() 108 struct rt_hi_throughput *ht_info = ieee->ht_info; HTMcsToDataRate() local 169 struct rt_hi_throughput *ht_info = ieee->ht_info; HTIOTPeerDetermine() local 253 struct rt_hi_throughput *ht_info = ieee->ht_info; HTIOTActDetermineRaFunc() local 264 HTResetIOTSetting(struct rt_hi_throughput *ht_info) HTResetIOTSetting() argument 509 struct rt_hi_throughput *ht_info = ieee->ht_info; HTOnAssocRsp() local 621 struct rt_hi_throughput *ht_info = ieee->ht_info; HTInitializeHTInfo() local 687 struct rt_hi_throughput *ht_info = ieee->ht_info; HTResetSelfAndSavePeerSetting() local 761 struct rt_hi_throughput *ht_info = ieee->ht_info; HT_update_self_and_peer_setting() local 774 struct rt_hi_throughput *ht_info = ieee->ht_info; HTUseDefaultSetting() local 821 struct rt_hi_throughput *ht_info = ieee->ht_info; HTSetConnectBwModeCallback() local 850 struct rt_hi_throughput *ht_info = ieee->ht_info; HTSetConnectBwMode() local [all...] |
H A D | rtllib_tx.c | 269 struct rt_hi_throughput *ht_info = ieee->ht_info; in rtllib_tx_query_agg_cap() local 276 if (!ht_info->bCurrentHTSupport || !ht_info->enable_ht) in rtllib_tx_query_agg_cap() 286 if (ht_info->iot_action & HT_IOT_ACT_TX_NO_AGGREGATION) in rtllib_tx_query_agg_cap() 291 if (ht_info->bCurrentAMPDUEnable) { in rtllib_tx_query_agg_cap() 316 tcb_desc->ampdu_factor = ht_info->CurrentAMPDUFactor; in rtllib_tx_query_agg_cap() 317 tcb_desc->ampdu_density = ht_info->current_mpdu_density; in rtllib_tx_query_agg_cap() 321 switch (ht_info->ForcedAMPDUMode) { in rtllib_tx_query_agg_cap() 327 tcb_desc->ampdu_density = ht_info in rtllib_tx_query_agg_cap() 353 struct rt_hi_throughput *ht_info = ieee->ht_info; rtllib_query_HTCapShortGI() local 374 struct rt_hi_throughput *ht_info = ieee->ht_info; rtllib_query_BandwidthMode() local 395 struct rt_hi_throughput *ht_info; rtllib_query_protectionmode() local [all...] |
H A D | rtllib_softmac.c | 168 struct rt_hi_throughput *ht_info = ieee->ht_info; in MgntQuery_MgntFrameTxRate() local 171 if (ht_info->iot_action & HT_IOT_ACT_MGNT_USE_CCK_6M) in MgntQuery_MgntFrameTxRate() 177 if (ieee->mode == WIRELESS_MODE_N_24G && !ht_info->bCurSuppCCK) in MgntQuery_MgntFrameTxRate() 786 struct rt_hi_throughput *ht_info = ieee->ht_info; in rtllib_probe_resp() local 800 ieee->ht_info->bCurSuppCCK)) { in rtllib_probe_resp() 812 if (ieee->ht_info->bCurrentHTSupport) { in rtllib_probe_resp() 813 tmp_ht_cap_buf = (u8 *)&(ieee->ht_info->SelfHTCap); in rtllib_probe_resp() 814 tmp_ht_cap_len = sizeof(ieee->ht_info in rtllib_probe_resp() [all...] |
H A D | rtl819x_BAProc.c | 247 !ieee->ht_info->bCurrentHTSupport || in rtllib_rx_ADDBAReq() 248 (ieee->ht_info->iot_action & HT_IOT_ACT_REJECT_ADDBA_REQ)) { in rtllib_rx_ADDBAReq() 253 ieee->ht_info->bCurrentHTSupport); in rtllib_rx_ADDBAReq() 280 (ieee->ht_info->iot_action & HT_IOT_ACT_ALLOW_PEER_AGG_ONE_PKT)) in rtllib_rx_ADDBAReq() 329 !ieee->ht_info->bCurrentHTSupport || in rtllib_rx_ADDBARsp() 330 !ieee->ht_info->bCurrentAMPDUEnable) { in rtllib_rx_ADDBARsp() 334 ieee->ht_info->bCurrentHTSupport, in rtllib_rx_ADDBARsp() 335 ieee->ht_info->bCurrentAMPDUEnable); in rtllib_rx_ADDBARsp() 416 !ieee->ht_info->bCurrentHTSupport) { in rtllib_rx_DELBA() 420 ieee->ht_info in rtllib_rx_DELBA() [all...] |
H A D | rtllib_module.c | 125 ieee->ht_info = kzalloc(sizeof(struct rt_hi_throughput), GFP_KERNEL); in alloc_rtllib() 126 if (!ieee->ht_info) in alloc_rtllib() 160 kfree(ieee->ht_info); in free_rtllib()
|
H A D | rtllib_softmac_wx.c | 328 if (ieee->ht_info->bCurrentHTSupport && ieee->ht_info->enable_ht && in rtllib_wx_sync_scan_wq() 329 ieee->ht_info->bCurBW40MHz) { in rtllib_wx_sync_scan_wq() 331 chan_offset = ieee->ht_info->CurSTAExtChnlOffset; in rtllib_wx_sync_scan_wq() 332 bandwidth = (enum ht_channel_width)ieee->ht_info->bCurBW40MHz; in rtllib_wx_sync_scan_wq()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | common-init.c | 173 struct ieee80211_sta_ht_cap *ht_info) in ath9k_cmn_setup_ht_cap() 179 ht_info->ht_supported = true; in ath9k_cmn_setup_ht_cap() 180 ht_info->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in ath9k_cmn_setup_ht_cap() 186 ht_info->cap |= IEEE80211_HT_CAP_LDPC_CODING; in ath9k_cmn_setup_ht_cap() 189 ht_info->cap |= IEEE80211_HT_CAP_SGI_20; in ath9k_cmn_setup_ht_cap() 191 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; in ath9k_cmn_setup_ht_cap() 192 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8; in ath9k_cmn_setup_ht_cap() 205 ht_info->cap |= IEEE80211_HT_CAP_TX_STBC; in ath9k_cmn_setup_ht_cap() 206 ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); in ath9k_cmn_setup_ht_cap() 210 memset(&ht_info in ath9k_cmn_setup_ht_cap() 172 ath9k_cmn_setup_ht_cap(struct ath_hw *ah, struct ieee80211_sta_ht_cap *ht_info) ath9k_cmn_setup_ht_cap() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | common-init.c | 173 struct ieee80211_sta_ht_cap *ht_info) in ath9k_cmn_setup_ht_cap() 179 ht_info->ht_supported = true; in ath9k_cmn_setup_ht_cap() 180 ht_info->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 | in ath9k_cmn_setup_ht_cap() 186 ht_info->cap |= IEEE80211_HT_CAP_LDPC_CODING; in ath9k_cmn_setup_ht_cap() 189 ht_info->cap |= IEEE80211_HT_CAP_SGI_20; in ath9k_cmn_setup_ht_cap() 191 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; in ath9k_cmn_setup_ht_cap() 192 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_8; in ath9k_cmn_setup_ht_cap() 205 ht_info->cap |= IEEE80211_HT_CAP_TX_STBC; in ath9k_cmn_setup_ht_cap() 206 ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); in ath9k_cmn_setup_ht_cap() 210 memset(&ht_info in ath9k_cmn_setup_ht_cap() 172 ath9k_cmn_setup_ht_cap(struct ath_hw *ah, struct ieee80211_sta_ht_cap *ht_info) ath9k_cmn_setup_ht_cap() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | cw1200.h | 148 struct cw1200_ht_info ht_info; member 300 static inline int cw1200_is_ht(const struct cw1200_ht_info *ht_info) in cw1200_is_ht() argument 302 return ht_info->channel_type != NL80211_CHAN_NO_HT; in cw1200_is_ht() 305 static inline int cw1200_ht_greenfield(const struct cw1200_ht_info *ht_info) in cw1200_ht_greenfield() argument 307 return cw1200_is_ht(ht_info) && in cw1200_ht_greenfield() 308 (ht_info->ht_cap.cap & IEEE80211_HT_CAP_GRN_FLD) && in cw1200_ht_greenfield() 309 !(ht_info->operation_mode & in cw1200_ht_greenfield() 313 static inline int cw1200_ht_ampdu_density(const struct cw1200_ht_info *ht_info) in cw1200_ht_ampdu_density() argument 315 if (!cw1200_is_ht(ht_info)) in cw1200_ht_ampdu_density() 317 return ht_info in cw1200_ht_ampdu_density() [all...] |
H A D | debug.c | 183 cw1200_is_ht(&priv->ht_info) ? "on" : "off"); in cw1200_status_show() 184 if (cw1200_is_ht(&priv->ht_info)) { in cw1200_status_show() 186 cw1200_ht_greenfield(&priv->ht_info) ? "yes" : "no"); in cw1200_status_show() 188 cw1200_ht_ampdu_density(&priv->ht_info)); in cw1200_status_show()
|
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | cw1200.h | 148 struct cw1200_ht_info ht_info; member 300 static inline int cw1200_is_ht(const struct cw1200_ht_info *ht_info) in cw1200_is_ht() argument 302 return ht_info->channel_type != NL80211_CHAN_NO_HT; in cw1200_is_ht() 305 static inline int cw1200_ht_greenfield(const struct cw1200_ht_info *ht_info) in cw1200_ht_greenfield() argument 307 return cw1200_is_ht(ht_info) && in cw1200_ht_greenfield() 308 (ht_info->ht_cap.cap & IEEE80211_HT_CAP_GRN_FLD) && in cw1200_ht_greenfield() 309 !(ht_info->operation_mode & in cw1200_ht_greenfield() 313 static inline int cw1200_ht_ampdu_density(const struct cw1200_ht_info *ht_info) in cw1200_ht_ampdu_density() argument 315 if (!cw1200_is_ht(ht_info)) in cw1200_ht_ampdu_density() 317 return ht_info in cw1200_ht_ampdu_density() [all...] |
H A D | debug.c | 183 cw1200_is_ht(&priv->ht_info) ? "on" : "off"); in cw1200_status_show() 184 if (cw1200_is_ht(&priv->ht_info)) { in cw1200_status_show() 186 cw1200_ht_greenfield(&priv->ht_info) ? "yes" : "no"); in cw1200_status_show() 188 cw1200_ht_ampdu_density(&priv->ht_info)); in cw1200_status_show()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 197 u8 index, u8 ht_info) in mwifiex_index_to_acs_data_rate() 204 if ((ht_info & 0x3) == MWIFIEX_RATE_FORMAT_VHT) { in mwifiex_index_to_acs_data_rate() 208 bw = (ht_info & 0xC) >> 2; in mwifiex_index_to_acs_data_rate() 211 gi = (ht_info & 0x10) >> 4; in mwifiex_index_to_acs_data_rate() 217 } else if ((ht_info & 0x3) == MWIFIEX_RATE_FORMAT_HT) { in mwifiex_index_to_acs_data_rate() 219 bw = (ht_info & 0xC) >> 2; in mwifiex_index_to_acs_data_rate() 222 gi = (ht_info & 0x10) >> 4; in mwifiex_index_to_acs_data_rate() 251 u8 index, u8 ht_info) in mwifiex_index_to_data_rate() 258 return mwifiex_index_to_acs_data_rate(priv, index, ht_info); in mwifiex_index_to_data_rate() 260 if (ht_info in mwifiex_index_to_data_rate() 196 mwifiex_index_to_acs_data_rate(struct mwifiex_private *priv, u8 index, u8 ht_info) mwifiex_index_to_acs_data_rate() argument 250 mwifiex_index_to_data_rate(struct mwifiex_private *priv, u8 index, u8 ht_info) mwifiex_index_to_data_rate() argument [all...] |
H A D | cfg80211.c | 1875 struct ieee80211_sta_ht_cap *ht_info; in mwifiex_cfg80211_set_antenna() local 1895 ht_info = &adapter->wiphy->bands[band]->ht_cap; in mwifiex_cfg80211_set_antenna() 1898 memset(&ht_info->mcs, 0, adapter->number_of_antenna); in mwifiex_cfg80211_set_antenna() 1899 memset(&ht_info->mcs, 0xff, rx_mcs_supp); in mwifiex_cfg80211_set_antenna() 2796 mwifiex_setup_ht_caps(struct ieee80211_sta_ht_cap *ht_info, in mwifiex_setup_ht_caps() argument 2804 ht_info->ht_supported = true; in mwifiex_setup_ht_caps() 2805 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; in mwifiex_setup_ht_caps() 2806 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE; in mwifiex_setup_ht_caps() 2808 memset(&ht_info->mcs, 0, sizeof(ht_info in mwifiex_setup_ht_caps() [all...] |
H A D | 11n.c | 316 struct mwifiex_ie_types_htinfo *ht_info; in mwifiex_cmd_append_11n_tlv() local 381 ht_info = (struct mwifiex_ie_types_htinfo *) *buffer; in mwifiex_cmd_append_11n_tlv() 382 memset(ht_info, 0, in mwifiex_cmd_append_11n_tlv() 384 ht_info->header.type = in mwifiex_cmd_append_11n_tlv() 386 ht_info->header.len = in mwifiex_cmd_append_11n_tlv() 390 memcpy((u8 *) ht_info + in mwifiex_cmd_append_11n_tlv() 393 le16_to_cpu(ht_info->header.len)); in mwifiex_cmd_append_11n_tlv() 397 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
|
H A D | join.c | 856 struct mwifiex_ie_types_htinfo *ht_info; in mwifiex_cmd_802_11_ad_hoc_start() local 1068 ht_info = (struct mwifiex_ie_types_htinfo *) pos; in mwifiex_cmd_802_11_ad_hoc_start() 1069 memset(ht_info, 0, sizeof(struct mwifiex_ie_types_htinfo)); in mwifiex_cmd_802_11_ad_hoc_start() 1070 ht_info->header.type = cpu_to_le16(WLAN_EID_HT_OPERATION); in mwifiex_cmd_802_11_ad_hoc_start() 1071 ht_info->header.len = in mwifiex_cmd_802_11_ad_hoc_start() 1074 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start() 1077 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start() 1078 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start() 1081 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start() 1083 ht_info in mwifiex_cmd_802_11_ad_hoc_start() [all...] |
H A D | sta_rx.c | 169 priv->rxpd_htinfo = local_rx_pd->ht_info; in mwifiex_process_rx_packet() 176 local_rx_pd->ht_info); in mwifiex_process_rx_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfp.c | 185 u8 index, u8 ht_info) in mwifiex_index_to_acs_data_rate() 192 if ((ht_info & 0x3) == MWIFIEX_RATE_FORMAT_VHT) { in mwifiex_index_to_acs_data_rate() 196 bw = (ht_info & 0xC) >> 2; in mwifiex_index_to_acs_data_rate() 199 gi = (ht_info & 0x10) >> 4; in mwifiex_index_to_acs_data_rate() 205 } else if ((ht_info & 0x3) == MWIFIEX_RATE_FORMAT_HT) { in mwifiex_index_to_acs_data_rate() 207 bw = (ht_info & 0xC) >> 2; in mwifiex_index_to_acs_data_rate() 210 gi = (ht_info & 0x10) >> 4; in mwifiex_index_to_acs_data_rate() 239 u8 index, u8 ht_info) in mwifiex_index_to_data_rate() 246 return mwifiex_index_to_acs_data_rate(priv, index, ht_info); in mwifiex_index_to_data_rate() 248 if (ht_info in mwifiex_index_to_data_rate() 184 mwifiex_index_to_acs_data_rate(struct mwifiex_private *priv, u8 index, u8 ht_info) mwifiex_index_to_acs_data_rate() argument 238 mwifiex_index_to_data_rate(struct mwifiex_private *priv, u8 index, u8 ht_info) mwifiex_index_to_data_rate() argument [all...] |
H A D | cfg80211.c | 1940 struct ieee80211_sta_ht_cap *ht_info; in mwifiex_cfg80211_set_antenna() local 1960 ht_info = &adapter->wiphy->bands[band]->ht_cap; in mwifiex_cfg80211_set_antenna() 1963 memset(&ht_info->mcs, 0, adapter->number_of_antenna); in mwifiex_cfg80211_set_antenna() 1964 memset(&ht_info->mcs, 0xff, rx_mcs_supp); in mwifiex_cfg80211_set_antenna() 2876 mwifiex_setup_ht_caps(struct ieee80211_sta_ht_cap *ht_info, in mwifiex_setup_ht_caps() argument 2884 ht_info->ht_supported = true; in mwifiex_setup_ht_caps() 2885 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; in mwifiex_setup_ht_caps() 2886 ht_info->ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE; in mwifiex_setup_ht_caps() 2888 memset(&ht_info->mcs, 0, sizeof(ht_info in mwifiex_setup_ht_caps() [all...] |
H A D | 11n.c | 304 struct mwifiex_ie_types_htinfo *ht_info; in mwifiex_cmd_append_11n_tlv() local 369 ht_info = (struct mwifiex_ie_types_htinfo *) *buffer; in mwifiex_cmd_append_11n_tlv() 370 memset(ht_info, 0, in mwifiex_cmd_append_11n_tlv() 372 ht_info->header.type = in mwifiex_cmd_append_11n_tlv() 374 ht_info->header.len = in mwifiex_cmd_append_11n_tlv() 378 memcpy((u8 *) ht_info + in mwifiex_cmd_append_11n_tlv() 381 le16_to_cpu(ht_info->header.len)); in mwifiex_cmd_append_11n_tlv() 385 ht_info->ht_oper.ht_param &= in mwifiex_cmd_append_11n_tlv()
|
H A D | join.c | 844 struct mwifiex_ie_types_htinfo *ht_info; in mwifiex_cmd_802_11_ad_hoc_start() local 1056 ht_info = (struct mwifiex_ie_types_htinfo *) pos; in mwifiex_cmd_802_11_ad_hoc_start() 1057 memset(ht_info, 0, sizeof(struct mwifiex_ie_types_htinfo)); in mwifiex_cmd_802_11_ad_hoc_start() 1058 ht_info->header.type = cpu_to_le16(WLAN_EID_HT_OPERATION); in mwifiex_cmd_802_11_ad_hoc_start() 1059 ht_info->header.len = in mwifiex_cmd_802_11_ad_hoc_start() 1062 ht_info->ht_oper.primary_chan = in mwifiex_cmd_802_11_ad_hoc_start() 1065 ht_info->ht_oper.ht_param = adapter->sec_chan_offset; in mwifiex_cmd_802_11_ad_hoc_start() 1066 ht_info->ht_oper.ht_param |= in mwifiex_cmd_802_11_ad_hoc_start() 1069 ht_info->ht_oper.operation_mode = in mwifiex_cmd_802_11_ad_hoc_start() 1071 ht_info in mwifiex_cmd_802_11_ad_hoc_start() [all...] |
H A D | sta_rx.c | 157 priv->rxpd_htinfo = local_rx_pd->ht_info; in mwifiex_process_rx_packet() 164 local_rx_pd->ht_info); in mwifiex_process_rx_packet()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-eeprom-parse.c | 733 struct ieee80211_sta_ht_cap *ht_info, in iwl_init_ht_hw_capab() 749 ht_info->ht_supported = false; in iwl_init_ht_hw_capab() 756 ht_info->ht_supported = true; in iwl_init_ht_hw_capab() 757 ht_info->cap = IEEE80211_HT_CAP_DSSSCCK40; in iwl_init_ht_hw_capab() 760 ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); in iwl_init_ht_hw_capab() 763 ht_info->cap |= IEEE80211_HT_CAP_TX_STBC; in iwl_init_ht_hw_capab() 767 ht_info->cap |= IEEE80211_HT_CAP_LDPC_CODING; in iwl_init_ht_hw_capab() 772 ht_info->cap |= IEEE80211_HT_CAP_MAX_AMSDU; in iwl_init_ht_hw_capab() 774 ht_info->ampdu_factor = cfg->max_ht_ampdu_exponent; in iwl_init_ht_hw_capab() 775 ht_info in iwl_init_ht_hw_capab() 731 iwl_init_ht_hw_capab(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_sta_ht_cap *ht_info, enum nl80211_band band, u8 tx_chains, u8 rx_chains) iwl_init_ht_hw_capab() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-eeprom-parse.c | 680 struct ieee80211_sta_ht_cap *ht_info, in iwl_init_ht_hw_capab() 696 ht_info->ht_supported = false; in iwl_init_ht_hw_capab() 703 ht_info->ht_supported = true; in iwl_init_ht_hw_capab() 704 ht_info->cap = IEEE80211_HT_CAP_DSSSCCK40; in iwl_init_ht_hw_capab() 707 ht_info->cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); in iwl_init_ht_hw_capab() 710 ht_info->cap |= IEEE80211_HT_CAP_TX_STBC; in iwl_init_ht_hw_capab() 714 ht_info->cap |= IEEE80211_HT_CAP_LDPC_CODING; in iwl_init_ht_hw_capab() 718 ht_info->cap |= IEEE80211_HT_CAP_MAX_AMSDU; in iwl_init_ht_hw_capab() 720 ht_info->ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; in iwl_init_ht_hw_capab() 721 ht_info in iwl_init_ht_hw_capab() 678 iwl_init_ht_hw_capab(struct iwl_trans *trans, struct iwl_nvm_data *data, struct ieee80211_sta_ht_cap *ht_info, enum nl80211_band band, u8 tx_chains, u8 rx_chains) iwl_init_ht_hw_capab() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_dm.c | 278 struct rt_hi_throughput *ht_info = priv->rtllib->ht_info; in _rtl92e_dm_check_rate_adaptive() local 295 bshort_gi_enabled = (ht_info->cur_tx_bw40mhz && in _rtl92e_dm_check_rate_adaptive() 296 ht_info->bCurShortGI40MHz) || in _rtl92e_dm_check_rate_adaptive() 297 (!ht_info->cur_tx_bw40mhz && in _rtl92e_dm_check_rate_adaptive() 298 ht_info->bCurShortGI20MHz); in _rtl92e_dm_check_rate_adaptive() 1401 struct rt_hi_throughput *ht_info = priv->rtllib->ht_info; in _rtl92e_dm_check_edca_turbo() local 1412 if (priv->rtllib->ht_info->iot_action & HT_IOT_ACT_DISABLE_EDCA_TURBO) in _rtl92e_dm_check_edca_turbo() 1418 if (ht_info in _rtl92e_dm_check_edca_turbo() 1488 struct rt_hi_throughput *ht_info = priv->rtllib->ht_info; _rtl92e_dm_cts_to_self() local [all...] |