/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/ |
A D | 11ac.c | 213 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 215 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 218 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 220 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 223 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 225 bss_desc->bcn_vht_oper->chan_width); in mwifiex_cmd_append_11ac_tlv() 228 vht_op->chan_width = in mwifiex_cmd_append_11ac_tlv() 305 if (vht_oper->chan_width == IEEE80211_VHT_CHANWIDTH_USE_HT) in mwifiex_is_bss_in_11ac_mode()
|
A D | tdls.c | 302 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in mwifiex_tdls_add_vht_oper() 305 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_160MHZ; in mwifiex_tdls_add_vht_oper() 308 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80P80MHZ; in mwifiex_tdls_add_vht_oper() 311 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in mwifiex_tdls_add_vht_oper() 334 switch (vht_oper->chan_width) { in mwifiex_tdls_add_vht_oper()
|
A D | 11h.c | 146 cr_req->chan_desc.chan_width = radar_params->chandef->width; in mwifiex_cmd_issue_chan_report_request()
|
A D | fw.h | 1442 u8 chan_width; member 1837 u8 chan_width; member
|
A D | main.h | 522 u8 chan_width:2; member
|
A D | cfg80211.c | 95 switch (channel_band.band_config.chan_width) { in mwifiex_get_chan_type()
|
/linux-6.3-rc2/net/mac80211/ |
A D | rate.c | 531 enum nl80211_chan_width chan_width, in rate_idx_match_mask() argument 548 if (chan_width == NL80211_CHAN_WIDTH_40) in rate_idx_match_mask() 581 switch (chan_width) { in rate_idx_match_mask() 598 if (chan_width == NL80211_CHAN_WIDTH_40) in rate_idx_match_mask() 814 enum nl80211_chan_width chan_width; in rate_control_apply_mask_ratetbl() local 820 chan_width = sta->sdata->vif.bss_conf.chandef.width; in rate_control_apply_mask_ratetbl() 826 sband, chan_width, mask, mcs_mask, in rate_control_apply_mask_ratetbl() 837 enum nl80211_chan_width chan_width; in rate_control_apply_mask() local 857 chan_width = sdata->vif.bss_conf.chandef.width; in rate_control_apply_mask() 865 chan_width, mask, mcs_mask, vht_mask); in rate_control_apply_mask()
|
A D | spectmgmt.c | 138 .chan_width = in ieee80211_parse_ch_switch_ie()
|
A D | trace.h | 42 __field(u32, chan_width) \ 49 __entry->chan_width = (c) ? (c)->width : 0; \ 54 #define CHANDEF_PR_ARG __entry->control_freq, __entry->freq_offset, __entry->chan_width, \ 1624 u32 chan_width; member 1680 SWITCH_ENTRY_ASSIGN(old_chandef.chan_width, 1692 SWITCH_ENTRY_ASSIGN(new_chandef.chan_width,
|
A D | util.c | 3338 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper() 3350 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper() 3353 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ; in ieee80211_ie_build_vht_oper() 3360 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT; in ieee80211_ie_build_vht_oper() 3569 switch (oper->chan_width) { in ieee80211_chandef_vht_oper()
|
/linux-6.3-rc2/drivers/edac/ |
A D | pnd2_edac.h | 181 u32 chan_width : 1; member
|
A D | pnd2_edac.c | 997 if (dsch.chan_width == 0) in dnv_pmi2mem() 1007 if (dsch.chan_width == 0) in dnv_pmi2mem()
|
/linux-6.3-rc2/net/wireless/ |
A D | chan.c | 144 static int nl80211_chan_width_to_mhz(enum nl80211_chan_width chan_width) in nl80211_chan_width_to_mhz() argument 148 switch (chan_width) { in nl80211_chan_width_to_mhz()
|
/linux-6.3-rc2/sound/soc/sh/rcar/ |
A D | core.c | 632 rdai->chan_width = width; in rsnd_rdai_width_ctrl() 634 return rdai->chan_width; in rsnd_rdai_width_ctrl()
|
A D | rsnd.h | 551 int chan_width; /* 16/24/32 bit width */ member
|
A D | ssi.c | 538 if (fmt_width > rdai->chan_width) { in rsnd_ssi_hw_params()
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | tx.c | 1363 static int iwl_mvm_get_hwrate_chan_width(u32 chan_width) in iwl_mvm_get_hwrate_chan_width() argument 1365 switch (chan_width) { in iwl_mvm_get_hwrate_chan_width()
|
/linux-6.3-rc2/include/linux/ |
A D | ieee80211.h | 1868 u8 chan_width; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | wmi.h | 3995 __le32 chan_width; member
|
A D | wmi.c | 6177 ev->pdev_id, ev->detection_mode, ev->chan_freq, ev->chan_width, in ath12k_wmi_pdev_dfs_radar_detected_event()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | wmi.h | 5117 u32 chan_width; member
|
A D | wmi-tlv.c | 4430 .chan_width = WMI_TLV_PEER_CHAN_WIDTH,
|
A D | mac.c | 6768 ar->wmi.peer_param->chan_width, bw); in ath10k_sta_rc_update_wk()
|
A D | wmi.c | 750 .chan_width = WMI_PEER_CHAN_WIDTH,
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | wmi.h | 4477 u32 chan_width; member
|