mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
wifi: brcm80211: Remove unused dma_txflush()
dma_fxflush() has been unused since 2013's
commit 7b2385b953 ("brcmsmac: rework of mac80211 .flush() callback
operation")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241025204651.244627-1-linux@treblig.org
This commit is contained in:
parent
3b88a98767
commit
1e52d0061a
|
|
@ -1426,15 +1426,6 @@ int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
|
|||
return -ENOSPC;
|
||||
}
|
||||
|
||||
void dma_txflush(struct dma_pub *pub)
|
||||
{
|
||||
struct dma_info *di = container_of(pub, struct dma_info, dma);
|
||||
struct brcms_ampdu_session *session = &di->ampdu_session;
|
||||
|
||||
if (!skb_queue_empty(&session->skb_list))
|
||||
ampdu_finalize(di);
|
||||
}
|
||||
|
||||
int dma_txpending(struct dma_pub *pub)
|
||||
{
|
||||
struct dma_info *di = container_of(pub, struct dma_info, dma);
|
||||
|
|
|
|||
|
|
@ -88,7 +88,6 @@ bool dma_txreset(struct dma_pub *pub);
|
|||
void dma_txinit(struct dma_pub *pub);
|
||||
int dma_txfast(struct brcms_c_info *wlc, struct dma_pub *pub,
|
||||
struct sk_buff *p0);
|
||||
void dma_txflush(struct dma_pub *pub);
|
||||
int dma_txpending(struct dma_pub *pub);
|
||||
void dma_kick_tx(struct dma_pub *pub);
|
||||
void dma_txsuspend(struct dma_pub *pub);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user