Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/hal/
A Dhal_com.c187 static void two_out_pipe(struct adapter *adapter, bool wifi_cfg) in two_out_pipe() argument
191 if (wifi_cfg) { /* WMM */ in two_out_pipe()
223 static void three_out_pipe(struct adapter *adapter, bool wifi_cfg) in three_out_pipe() argument
227 if (wifi_cfg) {/* for WMM */ in three_out_pipe()
262 bool wifi_cfg = (pregistrypriv->wifi_spec) ? true : false; in Hal_MappingOutPipe() local
267 two_out_pipe(adapter, wifi_cfg); in Hal_MappingOutPipe()
270 three_out_pipe(adapter, wifi_cfg); in Hal_MappingOutPipe()

Completed in 4 milliseconds