mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
dde_linux/usb: Initialize head pointer of SKB
This commit is contained in:
parent
97c5e21ed6
commit
aa0f13fba5
@ -87,6 +87,7 @@ class Skb
|
||||
|
||||
sk_buff *r = &_buf[(_idx * ENTRY_ELEMENT_SIZE) + msb];
|
||||
r->data = r->start;
|
||||
r->head = r->data;
|
||||
r->phys = 0;
|
||||
r->cloned = 0;
|
||||
r->clone = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user