Searched defs:wl12xx_cmd_config_fwlog (Results 1 – 2 of 2) sorted by relevance
678 struct wl12xx_cmd_config_fwlog { struct679 struct wl1271_cmd_header header;682 u8 logger_mode;685 u8 log_severity;688 u8 timestamp;691 u8 output;694 u8 threshold;696 u8 padding[3];
1628 int wl12xx_cmd_config_fwlog(struct wl1271 *wl) in wl12xx_cmd_config_fwlog() function