Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c220 u8 i, j, localchnl, firstRemoteLegalChnlInTriplet = 0; in bthci_DecideBTChannel() local
230 localchnl = bthci_GetLocalChannel(padapter); in bthci_DecideBTChannel()
274 if ((localchnl >= firstRemoteLegalChnlInTriplet) && in bthci_DecideBTChannel()
275 (localchnl < (pTriple_subband->FirstChnl+pTriple_subband->NumChnls))) { in bthci_DecideBTChannel()
276 pBtMgnt->BTChannel = localchnl; in bthci_DecideBTChannel()
305 pBtMgnt->BTChannel = localchnl; in bthci_DecideBTChannel()