Page MenuHomeFreeBSD

Wrap protection frame allocation into ieee80211_alloc_prot()
ClosedPublic

Authored by avos on Mar 9 2018, 1:01 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2024, 11:40 PM
Unknown Object (File)
Jan 28 2024, 2:57 PM
Unknown Object (File)
Dec 20 2023, 1:01 AM
Unknown Object (File)
Oct 15 2023, 5:23 AM
Unknown Object (File)
Sep 7 2023, 4:08 AM
Unknown Object (File)
Sep 7 2023, 4:07 AM
Unknown Object (File)
Sep 7 2023, 4:04 AM
Unknown Object (File)
Sep 1 2023, 7:36 PM
Subscribers

Details

Summary

Move copy-pasted code for RTS/CTS frame allocation into net80211.

While here, add stat / debug message for allocation failures (copied from run(4)) + return error here in bwn(4).

Test Plan

Untested; should be (mostly) no-op.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

It looks good! It'd be fun to try and RTS/CTS protect longer bursts, but that can always come later!

This revision is now accepted and ready to land.Mar 9 2018, 2:41 AM
This revision was automatically updated to reflect the committed changes.