Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c57 struct chnl_txpower_triple *pTriple; in dot11d_update_country_ie() local
63 pTriple = (struct chnl_txpower_triple *)(pCoutryIe + 3); in dot11d_update_country_ie()
65 if (MaxChnlNum >= pTriple->first_channel) { in dot11d_update_country_ie()
72 if (MAX_CHANNEL_NUMBER < (pTriple->first_channel + pTriple->num_channels)) { in dot11d_update_country_ie()
80 for (j = 0; j < pTriple->num_channels; j++) { in dot11d_update_country_ie()
81 dot11d_info->channel_map[pTriple->first_channel + j] = 1; in dot11d_update_country_ie()
82 dot11d_info->max_tx_pwr_dbm_list[pTriple->first_channel + j] = pTriple->max_tx_pwr_dbm; in dot11d_update_country_ie()
83 MaxChnlNum = pTriple->first_channel + j; in dot11d_update_country_ie()
86 pTriple = (struct chnl_txpower_triple *)((u8 *)pTriple + 3); in dot11d_update_country_ie()