Searched refs:first_channel (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8192e/ ! |
D | dot11d.c | 123 if (max_channel_number >= triple->first_channel) { in dot11d_update_country() 129 if (MAX_CHANNEL_NUMBER < (triple->first_channel + in dot11d_update_country() 138 dot11d_info->channel_map[triple->first_channel + j] = 1; in dot11d_update_country() 139 dot11d_info->max_tx_power_list[triple->first_channel + j] = in dot11d_update_country() 141 max_channel_number = triple->first_channel + j; in dot11d_update_country()
|
D | dot11d.h | 14 u8 first_channel; member
|
/linux-6.6.21/drivers/staging/rtl8192u/ieee80211/ ! |
D | dot11d.c | 63 if (MaxChnlNum >= pTriple->first_channel) { in dot11d_update_country_ie() 70 if (MAX_CHANNEL_NUMBER < (pTriple->first_channel + pTriple->num_channels)) { in dot11d_update_country_ie() 79 dot11d_info->channel_map[pTriple->first_channel + j] = 1; in dot11d_update_country_ie() 80 dot11d_info->max_tx_pwr_dbm_list[pTriple->first_channel + j] = pTriple->max_tx_pwr_dbm; in dot11d_update_country_ie() 81 MaxChnlNum = pTriple->first_channel + j; in dot11d_update_country_ie()
|
D | dot11d.h | 8 u8 first_channel; member
|
/linux-6.6.21/drivers/hwtracing/stm/ ! |
D | policy.c | 34 unsigned int first_channel; member 56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges() 137 count = sprintf(page, "%u %u\n", policy_node->first_channel, in stp_policy_node_channels_show() 168 policy_node->first_channel = first; in stp_policy_node_channels_store() 261 policy_node->first_channel = 0; in stp_policy_node_make()
|
/linux-6.6.21/drivers/net/wireless/marvell/libertas/ ! |
D | cmd.c | 707 u8 first_channel = 0, next_chan = 0, max_pwr = 0; in lbs_set_11d_domain_info() local 751 next_chan = first_channel = (u32) ch->hw_value; in lbs_set_11d_domain_info() 765 first_channel, num_parsed_chan, in lbs_set_11d_domain_info() 768 t->chans.first_channel = first_channel; in lbs_set_11d_domain_info() 778 lbs_deb_11d("11D triplet (%d, %d, %d)\n", first_channel, in lbs_set_11d_domain_info() 781 t->chans.first_channel = first_channel; in lbs_set_11d_domain_info()
|
/linux-6.6.21/drivers/comedi/drivers/ ! |
D | cb_pcidas64.c | 3173 unsigned int first_channel, last_channel; in set_dac_select_reg() local 3175 first_channel = CR_CHAN(cmd->chanlist[0]); in set_dac_select_reg() 3177 if (last_channel < first_channel) in set_dac_select_reg() 3181 bits = (first_channel & 0x7) | (last_channel & 0x7) << 3; in set_dac_select_reg()
|
/linux-6.6.21/drivers/edac/ ! |
D | sb_edac.c | 3098 long channel_mask, first_channel; in sbridge_mce_output_error() local 3202 first_channel = find_first_bit(&channel_mask, NUM_CHANNELS); in sbridge_mce_output_error() 3220 channel = first_channel; in sbridge_mce_output_error()
|
/linux-6.6.21/drivers/net/wireless/intel/ipw2x00/ ! |
D | ipw2200.h | 940 u8 first_channel; member
|
/linux-6.6.21/net/mac80211/ ! |
D | mlme.c | 2065 u8 first_channel = triplet->chans.first_channel; in ieee80211_find_80211h_pwr_constr() local 2067 if (first_channel >= IEEE80211_COUNTRY_EXTENSION_ID) in ieee80211_find_80211h_pwr_constr() 2071 if (first_channel + i * chan_increment == chan) { in ieee80211_find_80211h_pwr_constr()
|
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/ ! |
D | cfg80211.c | 577 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw() 590 t->chans.first_channel = first_chan; in mwifiex_send_domain_info_cmd_fw()
|
/linux-6.6.21/include/linux/ ! |
D | ieee80211.h | 3971 u8 first_channel; member
|