staging: wlan-ng: remove function prism2sta_ev_txexc
authorCalvince Otieno <calvncce@gmail.com>
Tue, 17 Oct 2023 10:12:56 +0000 (13:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Oct 2023 13:43:52 +0000 (15:43 +0200)
commit5fe030e38974d6f8e078c23a503fd6ce23412667
treef928aca86777a58294fb0fe11cac79b5b33fd74a
parent97fe6d0ae79b98e0445a27fca9a1436490c3fea6
staging: wlan-ng: remove function prism2sta_ev_txexc

The function prism2sta_ev_txexc() is called by the function
hfa384x_usbin_txcompl() to print the transmit exception event - a debug
information using netdev_dbg().

The debugging utility function can be called directly by
hfa384x_usbin_txcompl().

Signed-off-by: Calvince Otieno <calvncce@gmail.com>
Link: https://lore.kernel.org/r/ZS5eKFCfu7sGOCHL@lab-ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x_usb.c
drivers/staging/wlan-ng/prism2mgmt.h
drivers/staging/wlan-ng/prism2sta.c