Searched defs:wl12xx_cmd_role_disable (Results 1 – 2 of 2) sorted by relevance
253 struct wl12xx_cmd_role_disable { struct254 struct wl1271_cmd_header header;256 u8 role_id;257 u8 padding[3];
427 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable() function