https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165146
Andriy Voskoboinyk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|--- |Unable to Reproduce Status|In Progress |Closed --- Comment #2 from Andriy Voskoboinyk <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "[email protected]"
