Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c2402 u8 tmp_Short; in rtl8192_QueryIsShort() local
2404 tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : in rtl8192_QueryIsShort()
2407 tmp_Short = 0; in rtl8192_QueryIsShort()
2409 return tmp_Short; in rtl8192_QueryIsShort()
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c1469 u8 tmp_Short; in QueryIsShort() local
1471tmp_Short = (TxHT == 1) ? ((tcb_desc->bUseShortGI) ? 1 : 0) : ((tcb_desc->bUseShortPreamble) ? 1 :… in QueryIsShort()
1474 tmp_Short = 0; in QueryIsShort()
1476 return tmp_Short; in QueryIsShort()