Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c221 u8 i, j, localchnl, firstRemoteLegalChnlInTriplet = 0; in bthci_DecideBTChannel() local
231 localchnl = bthci_GetLocalChannel(padapter); in bthci_DecideBTChannel()
275 if ((localchnl >= firstRemoteLegalChnlInTriplet) && in bthci_DecideBTChannel()
276 (localchnl < (pTriple_subband->FirstChnl+pTriple_subband->NumChnls))) { in bthci_DecideBTChannel()
277 pBtMgnt->BTChannel = localchnl; in bthci_DecideBTChannel()
306 pBtMgnt->BTChannel = localchnl; in bthci_DecideBTChannel()