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