Commit d1dbaa54 authored by YueHaibing's avatar YueHaibing Committed by Kalle Valo

b43legacy: Remove unused inline function txring_to_priority()

commit 5d07a3d6 ("b43legacy: Avoid packet losses in the dma worker code")
left behind this.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210529115131.6028-1-yuehaibing@huawei.com
parent da16f5be
...@@ -213,19 +213,6 @@ return dev->dma.tx_ring1; ...@@ -213,19 +213,6 @@ return dev->dma.tx_ring1;
return ring; return ring;
} }
/* Bcm4301-ring to mac80211-queue mapping */
static inline int txring_to_priority(struct b43legacy_dmaring *ring)
{
static const u8 idx_to_prio[] =
{ 3, 2, 1, 0, 4, 5, };
/*FIXME: have only one queue, for now */
return 0;
return idx_to_prio[ring->index];
}
static u16 b43legacy_dmacontroller_base(enum b43legacy_dmatype type, static u16 b43legacy_dmacontroller_base(enum b43legacy_dmatype type,
int controller_idx) int controller_idx)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment