wifi: brcmsmac: ampdu: remove unused cb_del_ampdu_pars struct
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 25 Apr 2024 09:22:03 +0000 (11:22 +0200)
committerKalle Valo <kvalo@kernel.org>
Fri, 26 Apr 2024 10:35:55 +0000 (13:35 +0300)
commit931c98463082f41571b77f73b0bc455dabdc4df9
tree150d20f9c323b474f380b030d08652ae27edaced
parent1cedb16b945c32e029effbe6bf4cd8222e111130
wifi: brcmsmac: ampdu: remove unused cb_del_ampdu_pars struct

struct cb_del_ampdu_pars was added in the initial commit 5b435de0d7868
("net: wireless: add brcm80211 drivers") and its only usage was removed in
commit e041f65d5f00 ("brcmsmac: Remove internal tx queue").

Remove the structure definition now. This saves a few lines of code.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/fa3b190b6e9cba65ecc36fc93121c6ed8704f704.1714036681.git.christophe.jaillet@wanadoo.fr
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c