Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/
Ddot11d.c78 PCHNL_TXPOWER_TRIPLE pTriple; in Dot11d_UpdateCountryIe() local
91 pTriple = (PCHNL_TXPOWER_TRIPLE)(pCoutryIe + 3); in Dot11d_UpdateCountryIe()
94 if(MaxChnlNum >= pTriple->FirstChnl) in Dot11d_UpdateCountryIe()
100 if(MAX_CHANNEL_NUMBER < (pTriple->FirstChnl + pTriple->NumChnls)) in Dot11d_UpdateCountryIe()
107 for(j = 0 ; j < pTriple->NumChnls; j++) in Dot11d_UpdateCountryIe()
109 pDot11dInfo->channel_map[pTriple->FirstChnl + j] = 1; in Dot11d_UpdateCountryIe()
110 pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] = pTriple->MaxTxPowerInDbm; in Dot11d_UpdateCountryIe()
111 MaxChnlNum = pTriple->FirstChnl + j; in Dot11d_UpdateCountryIe()
114 pTriple = (PCHNL_TXPOWER_TRIPLE)((u8*)pTriple + 3); in Dot11d_UpdateCountryIe()
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Ddot11d.c77 PCHNL_TXPOWER_TRIPLE pTriple; in Dot11d_UpdateCountryIe() local
83 pTriple = (PCHNL_TXPOWER_TRIPLE)(pCoutryIe + 3); in Dot11d_UpdateCountryIe()
86 if(MaxChnlNum >= pTriple->FirstChnl) in Dot11d_UpdateCountryIe()
91 if(MAX_CHANNEL_NUMBER < (pTriple->FirstChnl + pTriple->NumChnls)) in Dot11d_UpdateCountryIe()
97 for(j = 0 ; j < pTriple->NumChnls; j++) in Dot11d_UpdateCountryIe()
99 pDot11dInfo->channel_map[pTriple->FirstChnl + j] = 1; in Dot11d_UpdateCountryIe()
100 pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] = pTriple->MaxTxPowerInDbm; in Dot11d_UpdateCountryIe()
101 MaxChnlNum = pTriple->FirstChnl + j; in Dot11d_UpdateCountryIe()
104 pTriple = (PCHNL_TXPOWER_TRIPLE)((u8*)pTriple + 3); in Dot11d_UpdateCountryIe()
/linux-3.4.99/drivers/staging/rtl8192e/
Ddot11d.c127 struct chnl_txpow_triple *pTriple; in Dot11d_UpdateCountryIe() local
133 pTriple = (struct chnl_txpow_triple *)(pCoutryIe + 3); in Dot11d_UpdateCountryIe()
135 if (MaxChnlNum >= pTriple->FirstChnl) { in Dot11d_UpdateCountryIe()
140 if (MAX_CHANNEL_NUMBER < (pTriple->FirstChnl + in Dot11d_UpdateCountryIe()
141 pTriple->NumChnls)) { in Dot11d_UpdateCountryIe()
147 for (j = 0 ; j < pTriple->NumChnls; j++) { in Dot11d_UpdateCountryIe()
148 pDot11dInfo->channel_map[pTriple->FirstChnl + j] = 1; in Dot11d_UpdateCountryIe()
149 pDot11dInfo->MaxTxPwrDbmList[pTriple->FirstChnl + j] = in Dot11d_UpdateCountryIe()
150 pTriple->MaxTxPowerInDbm; in Dot11d_UpdateCountryIe()
151 MaxChnlNum = pTriple->FirstChnl + j; in Dot11d_UpdateCountryIe()
[all …]