| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | chan.c | 23 void cfg80211_chandef_create(struct cfg80211_chan_def *chandef, in cfg80211_chandef_create() argument 30 chandef->chan = chan; in cfg80211_chandef_create() 31 chandef->freq1_offset = chan->freq_offset; in cfg80211_chandef_create() 32 chandef->center_freq2 = 0; in cfg80211_chandef_create() 33 chandef->edmg.bw_config = 0; in cfg80211_chandef_create() 34 chandef->edmg.channels = 0; in cfg80211_chandef_create() 38 chandef->width = NL80211_CHAN_WIDTH_20_NOHT; in cfg80211_chandef_create() 39 chandef->center_freq1 = chan->center_freq; in cfg80211_chandef_create() 42 chandef->width = NL80211_CHAN_WIDTH_20; in cfg80211_chandef_create() 43 chandef->center_freq1 = chan->center_freq; in cfg80211_chandef_create() [all …]
|
| H A D | mesh.c | 126 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 128 setup->chandef = wdev->preset_chandef; in __cfg80211_join_mesh() 131 if (!setup->chandef.chan) { in __cfg80211_join_mesh() 150 setup->chandef.chan = chan; in __cfg80211_join_mesh() 154 if (setup->chandef.chan) in __cfg80211_join_mesh() 159 if (!setup->chandef.chan) in __cfg80211_join_mesh() 162 setup->chandef.width = NL80211_CHAN_WIDTH_20_NOHT; in __cfg80211_join_mesh() 163 setup->chandef.center_freq1 = setup->chandef.chan->center_freq; in __cfg80211_join_mesh() 173 rdev->wiphy.bands[setup->chandef.chan->band]; in __cfg80211_join_mesh() 175 if (setup->chandef.chan->band == NL80211_BAND_2GHZ) { in __cfg80211_join_mesh() [all …]
|
| H A D | ocb.c | 32 if (WARN_ON(!setup->chandef.chan)) in __cfg80211_join_ocb() 37 wdev->chandef = setup->chandef; in __cfg80211_join_ocb() 72 memset(&wdev->chandef, 0, sizeof(wdev->chandef)); in __cfg80211_leave_ocb()
|
| H A D | ibss.c | 112 band = params->chandef.chan->band; in __cfg80211_join_ibss() 135 wdev->chandef = params->chandef; in __cfg80211_join_ibss() 142 wdev->wext.ibss.chandef = params->chandef; in __cfg80211_join_ibss() 184 memset(&wdev->chandef, 0, sizeof(wdev->chandef)); in __cfg80211_clear_ibss() 250 if (!wdev->wext.ibss.chandef.chan) { in cfg80211_ibss_wext_join() 278 cfg80211_chandef_create(&wdev->wext.ibss.chandef, new_chan, in cfg80211_ibss_wext_join() 338 if (wdev->wext.ibss.chandef.chan == chan) in cfg80211_ibss_wext_siwfreq() 351 cfg80211_chandef_create(&wdev->wext.ibss.chandef, chan, in cfg80211_ibss_wext_siwfreq() 380 else if (wdev->wext.ibss.chandef.chan) in cfg80211_ibss_wext_giwfreq() 381 chan = wdev->wext.ibss.chandef.chan; in cfg80211_ibss_wext_giwfreq()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | phy-ctxt.c | 69 u8 iwl_mvm_get_channel_width(struct cfg80211_chan_def *chandef) in iwl_mvm_get_channel_width() argument 71 switch (chandef->width) { in iwl_mvm_get_channel_width() 82 WARN(1, "Invalid channel width=%u", chandef->width); in iwl_mvm_get_channel_width() 91 u8 iwl_mvm_get_ctrl_pos(struct cfg80211_chan_def *chandef) in iwl_mvm_get_ctrl_pos() argument 93 switch (chandef->chan->center_freq - chandef->center_freq1) { in iwl_mvm_get_ctrl_pos() 174 struct cfg80211_chan_def *chandef, in iwl_mvm_phy_ctxt_cmd_data_v1() argument 181 iwl_mvm_set_chan_info_chandef(mvm, &cmd->ci, chandef); in iwl_mvm_phy_ctxt_cmd_data_v1() 194 struct cfg80211_chan_def *chandef, in iwl_mvm_phy_ctxt_cmd_data() argument 198 chandef->chan->band)); in iwl_mvm_phy_ctxt_cmd_data() 201 iwl_mvm_set_chan_info_chandef(mvm, &cmd->ci, chandef); in iwl_mvm_phy_ctxt_cmd_data() [all …]
|
| H A D | ftm-responder.c | 77 static int iwl_mvm_ftm_responder_set_bw_v1(struct cfg80211_chan_def *chandef, in iwl_mvm_ftm_responder_set_bw_v1() argument 80 switch (chandef->width) { in iwl_mvm_ftm_responder_set_bw_v1() 89 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v1() 93 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v1() 102 static int iwl_mvm_ftm_responder_set_bw_v2(struct cfg80211_chan_def *chandef, in iwl_mvm_ftm_responder_set_bw_v2() argument 106 switch (chandef->width) { in iwl_mvm_ftm_responder_set_bw_v2() 118 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v2() 123 *ctrl_ch_position = iwl_mvm_get_ctrl_pos(chandef); in iwl_mvm_ftm_responder_set_bw_v2() 135 struct cfg80211_chan_def *chandef) in iwl_mvm_ftm_responder_cmd() argument 144 .channel_num = chandef->chan->hw_value, in iwl_mvm_ftm_responder_cmd() [all …]
|
| H A D | tdls.c | 388 struct cfg80211_chan_def *chandef, in iwl_mvm_tdls_config_channel_switch() argument 430 if (!chandef) { in iwl_mvm_tdls_config_channel_switch() 432 mvm->tdls_cs.peer.chandef.chan) { in iwl_mvm_tdls_config_channel_switch() 434 chandef = &mvm->tdls_cs.peer.chandef; in iwl_mvm_tdls_config_channel_switch() 446 chandef = &chanctx->def; in iwl_mvm_tdls_config_channel_switch() 450 if (chandef) in iwl_mvm_tdls_config_channel_switch() 451 iwl_mvm_set_chan_info_chandef(mvm, &cmd.ci, chandef); in iwl_mvm_tdls_config_channel_switch() 541 &mvm->tdls_cs.peer.chandef, in iwl_mvm_tdls_ch_switch_work() 559 struct cfg80211_chan_def *chandef, in iwl_mvm_tdls_channel_switch() argument 570 sta->addr, chandef->chan->center_freq, chandef->width); in iwl_mvm_tdls_channel_switch() [all …]
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | ibss.c | 41 struct cfg80211_chan_def *chandef, in ieee80211_ibss_build_presp() argument 93 sband = local->hw.wiphy->bands[chandef->chan->band]; in ieee80211_ibss_build_presp() 94 rate_flags = ieee80211_chandef_rate_flags(chandef); in ieee80211_ibss_build_presp() 95 shift = ieee80211_chandef_get_shift(chandef); in ieee80211_ibss_build_presp() 133 chandef->chan->center_freq); in ieee80211_ibss_build_presp() 147 csa_settings->chandef.chan->center_freq); in ieee80211_ibss_build_presp() 176 if (chandef->width != NL80211_CHAN_WIDTH_20_NOHT && in ieee80211_ibss_build_presp() 177 chandef->width != NL80211_CHAN_WIDTH_5 && in ieee80211_ibss_build_presp() 178 chandef->width != NL80211_CHAN_WIDTH_10 && in ieee80211_ibss_build_presp() 192 chandef, 0, false); in ieee80211_ibss_build_presp() [all …]
|
| H A D | chan.c | 119 compat = &sdata->vif.bss_conf.chandef; in ieee80211_chanctx_non_reserved_chandef() 122 &sdata->vif.bss_conf.chandef, compat); in ieee80211_chanctx_non_reserved_chandef() 167 const struct cfg80211_chan_def *chandef, in ieee80211_find_reservation_chanctx() argument 185 chandef)) in ieee80211_find_reservation_chanctx() 271 width = max(vif->bss_conf.chandef.width, in ieee80211_get_chanctx_max_required_bw() 281 width = vif->bss_conf.chandef.width; in ieee80211_get_chanctx_max_required_bw() 348 const struct cfg80211_chan_def *chandef) in ieee80211_change_chanctx() argument 350 if (cfg80211_chandef_identical(&ctx->conf.def, chandef)) { in ieee80211_change_chanctx() 355 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef)); in ieee80211_change_chanctx() 357 ctx->conf.def = *chandef; in ieee80211_change_chanctx() [all …]
|
| H A D | mesh.c | 97 cfg80211_chandef_create(&sta_chan_def, sdata->vif.bss_conf.chandef.chan, in mesh_matches_local() 109 if (!cfg80211_chandef_compatible(&sdata->vif.bss_conf.chandef, in mesh_matches_local() 432 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_ht_cap_ie() 433 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_ht_cap_ie() 434 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) in mesh_add_ht_cap_ie() 473 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_ht_oper_ie() 474 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_5 || in mesh_add_ht_oper_ie() 475 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_10) 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() 504 sdata->vif.bss_conf.chandef.width == NL80211_CHAN_WIDTH_20_NOHT || in mesh_add_vht_cap_ie() [all …]
|
| H A D | spectmgmt.c | 108 cfg80211_chandef_create(&csa_ie->chandef, new_chan, in ieee80211_parse_ch_switch_ie() 112 cfg80211_chandef_create(&csa_ie->chandef, new_chan, in ieee80211_parse_ch_switch_ie() 116 cfg80211_chandef_create(&csa_ie->chandef, new_chan, in ieee80211_parse_ch_switch_ie() 120 cfg80211_chandef_create(&csa_ie->chandef, new_chan, in ieee80211_parse_ch_switch_ie() 123 switch (sdata->vif.bss_conf.chandef.width) { in ieee80211_parse_ch_switch_ie() 126 csa_ie->chandef.width = in ieee80211_parse_ch_switch_ie() 127 sdata->vif.bss_conf.chandef.width; in ieee80211_parse_ch_switch_ie() 154 new_vht_chandef = csa_ie->chandef; in ieee80211_parse_ch_switch_ie() 174 &csa_ie->chandef)) { in ieee80211_parse_ch_switch_ie() 180 csa_ie->chandef = new_vht_chandef; in ieee80211_parse_ch_switch_ie()
|
| H A D | util.c | 1776 struct cfg80211_chan_def *chandef, in ieee80211_build_preq_ies_band() argument 1798 rate_flags = ieee80211_chandef_rate_flags(chandef); in ieee80211_build_preq_ies_band() 1799 shift = ieee80211_chandef_get_shift(chandef); in ieee80211_build_preq_ies_band() 1850 if (chandef->chan && sband->band == NL80211_BAND_2GHZ) { in ieee80211_build_preq_ies_band() 1856 chandef->chan->center_freq); in ieee80211_build_preq_ies_band() 1984 struct cfg80211_chan_def *chandef, in ieee80211_build_preq_ies() argument 1999 chandef, in ieee80211_build_preq_ies() 2032 struct cfg80211_chan_def chandef; in ieee80211_build_probe_req() local 2044 chandef.width = sdata->vif.bss_conf.chandef.width; in ieee80211_build_probe_req() 2046 chandef.chan = NULL; in ieee80211_build_probe_req() [all …]
|
| H A D | tdls.c | 77 struct cfg80211_chan_def chandef; in ieee80211_tdls_add_subband() local 88 cfg80211_chandef_create(&chandef, ch, in ieee80211_tdls_add_subband() 90 if (cfg80211_reg_can_beacon_relax(wiphy, &chandef, in ieee80211_tdls_add_subband() 161 if (!ieee80211_chandef_to_operating_class(&sdata->vif.bss_conf.chandef, in ieee80211_tdls_add_oper_classes() 438 sta->tdls_chandef = sdata->vif.bss_conf.chandef; in ieee80211_tdls_add_setup_start_ies() 567 sta->tdls_chandef = sdata->vif.bss_conf.chandef; in ieee80211_tdls_add_setup_cfm_ies() 613 &sdata->vif.bss_conf.chandef, prot, in ieee80211_tdls_add_setup_cfm_ies() 648 struct cfg80211_chan_def *chandef) in ieee80211_tdls_add_chan_switch_req_ies() argument 653 if (WARN_ON_ONCE(!chandef)) in ieee80211_tdls_add_chan_switch_req_ies() 658 ieee80211_frequency_to_channel(chandef->chan->center_freq); in ieee80211_tdls_add_chan_switch_req_ies() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | event.c | 142 struct cfg80211_chan_def chandef; in qtnf_event_handle_bss_join() local 172 qlink_chandef_q2cfg(wiphy, &join_info->chan, &chandef); in qtnf_event_handle_bss_join() 173 if (!cfg80211_chandef_valid(&chandef)) { in qtnf_event_handle_bss_join() 176 chandef.chan ? chandef.chan->center_freq : 0, in qtnf_event_handle_bss_join() 177 chandef.center_freq1, in qtnf_event_handle_bss_join() 178 chandef.center_freq2, in qtnf_event_handle_bss_join() 179 chandef.width); in qtnf_event_handle_bss_join() 184 bss = cfg80211_get_bss(wiphy, chandef.chan, join_info->bssid, in qtnf_event_handle_bss_join() 190 join_info->bssid, chandef.chan->hw_value); in qtnf_event_handle_bss_join() 213 bss = cfg80211_inform_bss(wiphy, chandef.chan, in qtnf_event_handle_bss_join() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_chan.c | 145 struct rtw_chan_def *chandef = &(hal_com->band[band_idx].cur_chandef); in rtw_hal_get_cur_ch() local 147 return chandef->chan; in rtw_hal_get_cur_ch() 155 struct rtw_chan_def *chandef = &(hal_com->band[band_idx].cur_chandef); in rtw_hal_get_cur_chdef() local 158 _os_mem_cpy(drv, cur_chandef, chandef, sizeof(struct rtw_chan_def)); in rtw_hal_get_cur_chdef() 161 void rtw_hal_sync_cur_ch(void *hal, u8 band_idx, struct rtw_chan_def chandef) in rtw_hal_sync_cur_ch() argument 168 __FUNCTION__, chandef.chan, chandef.bw, chandef.offset); in rtw_hal_sync_cur_ch() 169 cur_chandef->chan = chandef.chan; in rtw_hal_sync_cur_ch() 170 cur_chandef->bw = chandef.bw; in rtw_hal_sync_cur_ch() 171 cur_chandef->offset = chandef.offset; in rtw_hal_sync_cur_ch()
|
| H A D | hal_com_i.c | 309 rtw_hal_disconnect_notify(void *hal, struct rtw_chan_def *chandef) in rtw_hal_disconnect_notify() argument 311 rtw_hal_rf_disconnect_notify(hal, chandef); in rtw_hal_disconnect_notify() 313 chandef->band, chandef->chan, chandef->bw, chandef->offset); in rtw_hal_disconnect_notify() 316 bool rtw_hal_check_ch_rfk(void *hal, struct rtw_chan_def *chandef) in rtw_hal_check_ch_rfk() argument 319 check = rtw_hal_rf_check_mcc_ch(hal, chandef); in rtw_hal_check_ch_rfk() 321 check, chandef->band, chandef->chan, chandef->bw, chandef->offset); in rtw_hal_check_ch_rfk()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_chan.c | 145 struct rtw_chan_def *chandef = &(hal_com->band[band_idx].cur_chandef); in rtw_hal_get_cur_ch() local 147 return chandef->chan; in rtw_hal_get_cur_ch() 155 struct rtw_chan_def *chandef = &(hal_com->band[band_idx].cur_chandef); in rtw_hal_get_cur_chdef() local 158 _os_mem_cpy(drv, cur_chandef, chandef, sizeof(struct rtw_chan_def)); in rtw_hal_get_cur_chdef() 161 void rtw_hal_sync_cur_ch(void *hal, u8 band_idx, struct rtw_chan_def chandef) in rtw_hal_sync_cur_ch() argument 168 __FUNCTION__, chandef.chan, chandef.bw, chandef.offset); in rtw_hal_sync_cur_ch() 169 cur_chandef->chan = chandef.chan; in rtw_hal_sync_cur_ch() 170 cur_chandef->bw = chandef.bw; in rtw_hal_sync_cur_ch() 171 cur_chandef->offset = chandef.offset; in rtw_hal_sync_cur_ch()
|
| H A D | hal_com_i.c | 309 rtw_hal_disconnect_notify(void *hal, struct rtw_chan_def *chandef) in rtw_hal_disconnect_notify() argument 311 rtw_hal_rf_disconnect_notify(hal, chandef); in rtw_hal_disconnect_notify() 313 chandef->band, chandef->chan, chandef->bw, chandef->offset); in rtw_hal_disconnect_notify() 316 bool rtw_hal_check_ch_rfk(void *hal, struct rtw_chan_def *chandef) in rtw_hal_check_ch_rfk() argument 319 check = rtw_hal_rf_check_mcc_ch(hal, chandef); in rtw_hal_check_ch_rfk() 321 check, chandef->band, chandef->chan, chandef->bw, chandef->offset); in rtw_hal_check_ch_rfk()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt76x2/ |
| H A D | usb_phy.c | 13 struct ieee80211_channel *chan = dev->mphy.chandef.chan; in mt76x2u_phy_channel_calibrate() 61 struct cfg80211_chan_def *chandef) in mt76x2u_phy_set_channel() argument 86 struct ieee80211_channel *chan = chandef->chan; in mt76x2u_phy_set_channel() 91 freq = chandef->chan->center_freq; in mt76x2u_phy_set_channel() 92 freq1 = chandef->center_freq1; in mt76x2u_phy_set_channel() 94 switch (chandef->width) { in mt76x2u_phy_set_channel() 127 mt76x02_phy_set_bw(dev, chandef->width, ch_group_index); in mt76x2u_phy_set_channel() 188 chan = dev->mphy.chandef.chan; in mt76x2u_phy_set_channel()
|
| H A D | phy.c | 139 enum nl80211_chan_width width = dev->mphy.chandef.width; in mt76x2_phy_set_txpower() 140 struct ieee80211_channel *chan = dev->mphy.chandef.chan; in mt76x2_phy_set_txpower() 205 struct ieee80211_channel *chan = dev->mphy.chandef.chan; in mt76x2_phy_tssi_compensate() 255 dev->mphy.chandef.width >= NL80211_CHAN_WIDTH_40) in mt76x2_phy_set_gain_val() 259 dev->mphy.chandef.chan->band == NL80211_BAND_2GHZ && in mt76x2_phy_set_gain_val() 260 dev->mphy.chandef.width < NL80211_CHAN_WIDTH_40) in mt76x2_phy_set_gain_val() 270 if (dev->mphy.chandef.chan->flags & IEEE80211_CHAN_RADAR) in mt76x2_phy_set_gain_val() 300 if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) { in mt76x2_phy_update_channel_gain() 318 if (dev->mphy.chandef.chan->band == NL80211_BAND_2GHZ) in mt76x2_phy_update_channel_gain() 322 else if (dev->mphy.chandef.width == NL80211_CHAN_WIDTH_80) in mt76x2_phy_update_channel_gain()
|
| H A D | pci_phy.c | 15 struct ieee80211_channel *chan = dev->mphy.chandef.chan; in mt76x2_phy_tssi_init_cal() 38 struct ieee80211_channel *chan = dev->mphy.chandef.chan; in mt76x2_phy_channel_calibrate() 118 struct cfg80211_chan_def *chandef) in mt76x2_phy_set_channel() argument 120 struct ieee80211_channel *chan = chandef->chan; in mt76x2_phy_set_channel() 153 freq = chandef->chan->center_freq; in mt76x2_phy_set_channel() 154 freq1 = chandef->center_freq1; in mt76x2_phy_set_channel() 157 switch (chandef->width) { in mt76x2_phy_set_channel() 190 mt76x02_phy_set_bw(dev, chandef->width, ch_group_index); in mt76x2_phy_set_channel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | channel.c | 29 struct cfg80211_chan_def *chandef = &sc->cur_chan->chandef; in ath_set_channel() local 30 struct ieee80211_channel *chan = chandef->chan; in ath_set_channel() 43 chan->center_freq, chandef->width); in ath_set_channel() 50 ath9k_cmn_get_channel(hw, ah, chandef); in ath_set_channel() 118 cfg80211_chandef_create(&ctx->chandef, chan, NL80211_CHAN_HT20); in ath_chanctx_init() 131 struct cfg80211_chan_def *chandef) in ath_chanctx_set_channel() argument 137 if (chandef) in ath_chanctx_set_channel() 138 memcpy(&ctx->chandef, chandef, sizeof(*chandef)); in ath_chanctx_set_channel() 511 sc->cur_chan->chandef.center_freq1, in ath_chanctx_event() 802 struct cfg80211_chan_def *chandef) in ath_chanctx_switch() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11h.c | 125 struct cfg80211_chan_def chandef; in mwifiex_dfs_cac_work_queue() local 131 chandef = priv->dfs_chandef; in mwifiex_dfs_cac_work_queue() 135 cfg80211_cac_event(priv->netdev, &chandef, in mwifiex_dfs_cac_work_queue() 157 cr_req->chan_desc.chan_num = radar_params->chandef->chan->hw_value; in mwifiex_cmd_issue_chan_report_request() 158 cr_req->chan_desc.chan_width = radar_params->chandef->width; in mwifiex_cmd_issue_chan_report_request() 164 radar_params->chandef->chan->hw_value); in mwifiex_cmd_issue_chan_report_request() 172 struct cfg80211_chan_def *chandef) in mwifiex_stop_radar_detection() argument 177 radar_params.chandef = chandef; in mwifiex_stop_radar_detection()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_chan.c | 40 struct rtw_chan_def *chandef) in phl_chan_dump_chandef() argument 45 PHL_INFO("\t[CH] band:%s\n", _get_band_str(chandef->band)); in phl_chan_dump_chandef() 46 PHL_INFO("\t[CH] chan:%d\n", chandef->chan); in phl_chan_dump_chandef() 47 PHL_INFO("\t[CH] center_ch:%d\n", chandef->center_ch); in phl_chan_dump_chandef() 48 PHL_INFO("\t[CH] bw:%s\n", _get_bw_str(chandef->bw)); in phl_chan_dump_chandef() 49 PHL_INFO("\t[CH] offset:%d\n", chandef->offset); in phl_chan_dump_chandef() 51 PHL_INFO("\t[CH] center_freq1:%d\n", chandef->center_freq1); in phl_chan_dump_chandef() 52 PHL_INFO("\t[CH] center_freq2:%d\n", chandef->center_freq2); in phl_chan_dump_chandef() 53 PHL_INFO("\t[CH] hw_value:%d\n", chandef->hw_value); in phl_chan_dump_chandef() 191 _os_mem_cpy(drv, &ch_param->wrole->chandef, &ch_param->new_chdef, in phl_cmd_chg_op_chdef_start_hdl() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_chan.c | 40 struct rtw_chan_def *chandef) in phl_chan_dump_chandef() argument 45 PHL_INFO("\t[CH] band:%s\n", _get_band_str(chandef->band)); in phl_chan_dump_chandef() 46 PHL_INFO("\t[CH] chan:%d\n", chandef->chan); in phl_chan_dump_chandef() 47 PHL_INFO("\t[CH] center_ch:%d\n", chandef->center_ch); in phl_chan_dump_chandef() 48 PHL_INFO("\t[CH] bw:%s\n", _get_bw_str(chandef->bw)); in phl_chan_dump_chandef() 49 PHL_INFO("\t[CH] offset:%d\n", chandef->offset); in phl_chan_dump_chandef() 51 PHL_INFO("\t[CH] center_freq1:%d\n", chandef->center_freq1); in phl_chan_dump_chandef() 52 PHL_INFO("\t[CH] center_freq2:%d\n", chandef->center_freq2); in phl_chan_dump_chandef() 53 PHL_INFO("\t[CH] hw_value:%d\n", chandef->hw_value); in phl_chan_dump_chandef() 191 _os_mem_cpy(drv, &ch_param->wrole->chandef, &ch_param->new_chdef, in phl_cmd_chg_op_chdef_start_hdl() [all …]
|