Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbf61095 authored by Vladimir Kondratiev's avatar Vladimir Kondratiev Committed by John W. Linville
Browse files

wil6210: remove TODO wrt buffer alignment



Hardware doesn't place any restrictions on the buffer alignment,
consider this TODO resolved.

Signed-off-by: default avatarVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent cce47711
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -210,8 +210,6 @@ static int wil_vring_alloc_skb(struct wil6210_priv *wil, struct vring *vring,
	struct vring_rx_desc dd, *d = &dd;
	volatile struct vring_rx_desc *_d = &vring->va[i].rx;
	dma_addr_t pa;

	/* TODO align */
	struct sk_buff *skb = dev_alloc_skb(sz + headroom);

	if (unlikely(!skb))