Searched defs:wl12xx_cmd_role_disable (Results 1 – 2 of 2) sorted by relevance
265 struct wl12xx_cmd_role_disable { struct266 struct wl1271_cmd_header header;268 u8 role_id;269 u8 padding[3];
267 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable() function