Searched defs:wl12xx_cmd_role_enable (Results 1 – 2 of 2) sorted by relevance
271 struct wl12xx_cmd_role_enable { struct272 struct wl1271_cmd_header header;274 u8 role_id;275 u8 role_type;276 u8 mac_address[ETH_ALEN];
240 int wl12xx_cmd_role_enable(struct wl1271 *wl, u8 *addr, u8 role_type, in wl12xx_cmd_role_enable() function