Searched defs:wl1271_acx_ps_rx_streaming (Results 1 – 2 of 2) sorted by relevance
773 struct wl1271_acx_ps_rx_streaming { struct774 struct acx_header header;776 u8 role_id;777 u8 tid;778 u8 enable;781 u8 period;784 u8 timeout;785 u8 padding[3];
1477 int wl1271_acx_ps_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_ps_rx_streaming() function