wifi: wlcore: Remove unused wl12xx_cmd_start_fwlog
authorDr. David Alan Gilbert <linux@treblig.org>
Sun, 22 Jun 2025 23:26:38 +0000 (00:26 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 24 Jun 2025 07:24:42 +0000 (09:24 +0200)
commit1265168759f3b5298a21d2172b017d9e90de647a
treea66abc80a8791e0b4866ac4c4f7ac41ec48035ed
parent6f3ec1828502ec8f9bc6cffc4c50927fe24cbdad
wifi: wlcore: Remove unused wl12xx_cmd_start_fwlog

wl12xx_cmd_start_fwlog() was added in 2011 by
commit 95dac04f8813 ("wl12xx: Support routing FW logs to the host")
but has remained unused.

Remove it.

(I can see the 'stop' is used, and the 'config' is used, so I assume
the 'start' isn't normally needed).

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://patch.msgid.link/20250622232638.166283-1-linux@treblig.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ti/wlcore/cmd.c
drivers/net/wireless/ti/wlcore/cmd.h