Searched refs:wl1271_set_rx_streaming (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | main.c | 92 static int wl1271_set_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_set_rx_streaming() function 128 ret = wl1271_set_rx_streaming(wl, wlvif, true); in wl1271_recalc_rx_streaming() 130 ret = wl1271_set_rx_streaming(wl, wlvif, false); in wl1271_recalc_rx_streaming() 160 ret = wl1271_set_rx_streaming(wl, wlvif, true); in wl1271_rx_streaming_enable_work() 190 ret = wl1271_set_rx_streaming(wl, wlvif, false); in wl1271_rx_streaming_disable_work()
|