Searched defs:wl12xx_cmd_role_disable (Results 1 – 2 of 2) sorted by relevance
279 struct wl12xx_cmd_role_disable { struct280 struct wl1271_cmd_header header;282 u8 role_id;283 u8 padding[3];
273 int wl12xx_cmd_role_disable(struct wl1271 *wl, u8 *role_id) in wl12xx_cmd_role_disable() function