Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c218 struct chnl_txpower_triple *pTriple_subband = NULL; in bthci_DecideBTChannel() local
246 pTriple_subband = NULL; in bthci_DecideBTChannel()
251 pTriple_subband = (struct chnl_txpower_triple *)pTriple; in bthci_DecideBTChannel()
256 …for (j = pTriple_subband->FirstChnl; j < (pTriple_subband->FirstChnl+pTriple_subband->NumChnls); j… in bthci_DecideBTChannel()
275 (localchnl < (pTriple_subband->FirstChnl+pTriple_subband->NumChnls))) { in bthci_DecideBTChannel()