Searched defs:wl1271_acx_config_ps (Results 1 – 2 of 2) sorted by relevance
1149 struct wl1271_acx_config_ps { struct1150 struct acx_header header;1152 u8 exit_retries;1153 u8 enter_retries;1154 u8 padding[2];1155 __le32 null_data_rate;
1516 int wl1271_acx_config_ps(struct wl1271 *wl) in wl1271_acx_config_ps() function