Searched defs:wl1271_acx_ps_rx_streaming (Results 1 – 2 of 2) sorted by relevance
787 struct wl1271_acx_ps_rx_streaming { struct788 struct acx_header header;790 u8 role_id;791 u8 tid;792 u8 enable;795 u8 period;798 u8 timeout;799 u8 padding[3];
1491 int wl1271_acx_ps_rx_streaming(struct wl1271 *wl, struct wl12xx_vif *wlvif, in wl1271_acx_ps_rx_streaming() function