Fix off-by-one in blob download, where in the case that the blob is evenly
authorpatrick <patrick@openbsd.org>
Mon, 27 Dec 2021 14:31:15 +0000 (14:31 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 27 Dec 2021 14:31:15 +0000 (14:31 +0000)
commit0813c1e95e4831c030398f187184b100bfc1b3d9
treef81a7bc2079c69faa70d104014377abb73971e63
parentc73d10860515cf64fe1d07600124b5574018dc0a
Fix off-by-one in blob download, where in the case that the blob is evenly
divisible by 1400, the last chunk isn't marked with an end flag.

ok tobhe@
sys/dev/ic/bwfm.c