Searched defs:wl1251_acx_mem_map (Results 1 – 2 of 2) sorted by relevance
1159 struct wl1251_acx_mem_map { struct1160 struct acx_header header;1162 void *code_start;1163 void *code_end;1165 void *wep_defkey_start;1166 void *wep_defkey_end;1168 void *sta_table_start;1169 void *sta_table_end;1171 void *packet_template_start;1172 void *packet_template_end;[all …]
221 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map() function