Home
last modified time | relevance | path

Searched refs:first_channel (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/staging/rtl8192e/
H A Ddot11d.c123 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()
H A Ddot11d.h14 u8 first_channel; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Ddot11d.c63 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()
H A Ddot11d.h8 u8 first_channel; member
/openbmc/linux/drivers/hwtracing/stm/
H A Dpolicy.c34 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()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dcmd.c707 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()
/openbmc/linux/drivers/comedi/drivers/
H A Dcb_pcidas64.c3173 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()
/openbmc/linux/drivers/edac/
H A Dsb_edac.c3098 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()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h940 u8 first_channel; member
/openbmc/linux/net/mac80211/
H A Dmlme.c2065 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()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c577 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()
/openbmc/linux/include/linux/
H A Dieee80211.h3971 u8 first_channel; member