]> git.baikalelectronics.ru Git - uboot.git/commit
net: bootp: Correct VCI string transmission
authorWalter Stoll <walter.stoll@duagon.com>
Tue, 12 Oct 2021 11:01:59 +0000 (11:01 +0000)
committerRamon Fried <rfried.dev@gmail.com>
Tue, 23 Nov 2021 07:57:56 +0000 (09:57 +0200)
commit97c486c5b83a667bd0ec7f8a2a85a36c405ad466
tree0a4898d94b5a6132a75465fc408ec359a8e5ba04
parente2ae767a611df6199d7388b1527b3019c6d8412b
net: bootp: Correct VCI string transmission

The VCI string sent during bootp of U-Boot-SPL is corrupt. This is
because the byte counter is not adjusted within the bootp_extended()
function when the VCI string is added. We fix this.

Signed-off-by: Walter Stoll <walter.stoll@duagon.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
net/bootp.c