Searched refs:bIsHT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 1324 static u8 HwRateToMRate90(bool bIsHT, u8 rate) in HwRateToMRate90() argument 1328 if (!bIsHT) { in HwRateToMRate90() 1370 rate, bIsHT); in HwRateToMRate90() 1431 rate, bIsHT); in HwRateToMRate90()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 3540 static u8 HwRateToMRate90(bool bIsHT, u8 rate) in HwRateToMRate90() argument 3544 if (!bIsHT) { in HwRateToMRate90() 3585 RT_TRACE(COMP_RECV, "HwRateToMRate90(): Non supported Rate [%x], bIsHT = %d!!!\n", rate, bIsHT); in HwRateToMRate90() 3645 RT_TRACE(COMP_RECV, "HwRateToMRate90(): Non supported Rate [%x], bIsHT = %d!!!\n", rate, bIsHT); in HwRateToMRate90()
|