Searched defs:wl12xx_cmd_config_fwlog (Results 1 – 2 of 2) sorted by relevance
653 struct wl12xx_cmd_config_fwlog { struct654 struct wl1271_cmd_header header;657 u8 logger_mode;660 u8 log_severity;663 u8 timestamp;666 u8 output;669 u8 threshold;671 u8 padding[3];
1775 int wl12xx_cmd_config_fwlog(struct wl1271 *wl) in wl12xx_cmd_config_fwlog() function