Searched defs:bWIFICfg (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A Dhal_com.c258 static void _TwoOutPipeMapping(struct rtw_adapter *pAdapter, bool bWIFICfg) argument
262 if (bWIFICfg) { /* WMM */
291 static void _ThreeOutPipeMapping(struct rtw_adapter *pAdapter, bool bWIFICfg) argument
295 if (bWIFICfg) { /* for WMM */
327 bool bWIFICfg = (pregistrypriv->wifi_spec) ? true : false; local
332 _TwoOutPipeMapping(pAdapter, bWIFICfg);
335 _ThreeOutPipeMapping(pAdapter, bWIFICfg);

Completed in 52 milliseconds