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