[Bug 165146] [net80211] Net802.11 Fragment number is assigned 1 (should be 0) when fragmenting a frame

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 23 22:48:48 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165146

Andriy Voskoboinyk <avos at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |avos at freebsd.org
         Resolution|---                         |Unable to Reproduce
             Status|In Progress                 |Closed

--- Comment #2 from Andriy Voskoboinyk <avos at freebsd.org> ---
(In reply to monthadar from comment #0)
> I found that in FreeBSD current the first fragment will have a
> fragment number = 1 in function ieee80211_fragment.

Sequence/fragment number for the first fragment (m0) is left unmodified;
fragno (1+) is applied for subsequent fragments only.

Tested with Intel 3945BG (fragthreshold 300 + some printf() code for
sequence/fragment number monitoring) - everything works as intended.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-wireless mailing list