Bug in ieee80211_mesh.c code?

Bernhard Schmidt bschmidt at freebsd.org
Wed Jan 19 17:41:54 UTC 2011


On Monday 17 January 2011 19:06:39 Monthadar Al Jaberi wrote:
> Hi,
> 
> This line 1466 in ieee80211_mesh.c:
> frm += frm[2] + 2;
> 
> When I look at the other modes it should be
> frm += frm[1] + 2;
> 
> ??

Committed, thanks!

-- 
Bernhard


More information about the freebsd-net mailing list