Merge pull request #67 from agehall/wip-crap

A314 ethernet fixes
This commit is contained in:
beeanyew
2021-07-22 13:43:04 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -392,10 +392,10 @@ static void complete_read_reqs()
if (ios2)
{
copy_from_bd_and_reply(ios2, bd);
Remove((struct Node *)bd);
AddTail(&et_rbuf_free_list, (struct Node *)bd);
}
Remove((struct Node *)bd);
AddTail(&et_rbuf_free_list, (struct Node *)bd);
}
Permit();
}