[#]
http://marc.info/?l=openbsd-cvs&m=140707585929203&w=2
openbsd-cvs(obsdave,2) — All
2014-08-03 18:55:08
Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/03 08:23:59
Modified files:
sys/dev/ic : bwi.c
Log message:
When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 code
that used to always initialise the error variable is no longer run.
And at the end of bwi_encap() there is:
if (error)
m_freem(m);
return (error);
Fixing this prevents packet loss stsp was seeing.
ok stsp@ miod@ deraadt@