Searched defs:wl1251_acx_mem_map (Results 1 – 2 of 2) sorted by relevance
1145 struct wl1251_acx_mem_map { struct1146 struct acx_header header;1148 void *code_start;1149 void *code_end;1151 void *wep_defkey_start;1152 void *wep_defkey_end;1154 void *sta_table_start;1155 void *sta_table_end;1157 void *packet_template_start;1158 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