Page MenuHomeFreeBSD

LinuxKPI: 802.11: support manual lladdr changes
ClosedPublic

Authored by bz on Jul 25 2024, 8:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 2:19 AM
Unknown Object (File)
Oct 1 2024, 5:03 PM
Unknown Object (File)
Oct 1 2024, 4:25 PM
Unknown Object (File)
Sep 28 2024, 5:05 PM
Unknown Object (File)
Sep 23 2024, 12:31 AM
Unknown Object (File)
Sep 22 2024, 7:32 PM
Unknown Object (File)
Sep 20 2024, 5:28 AM
Unknown Object (File)
Sep 5 2024, 10:58 PM

Details

Summary

Allow a user to change the "ether" address by ifconfig while a VAP is
not UP. Compared to net80211 (given we have no callback) we register
an eventhandler per-vif (a global one would force us to use hacks to
derive if a vap is indeed also a lkpi_80211 vif).

Sponsored by: The FreeBSD Foundation
PR: 277356
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz requested review of this revision.Jul 25 2024, 8:09 AM

I don't think I have all the knowledge to approve this but the code and comment look good to me. I've tested this with my AX210/AX1675* and confirm it works.
Thanks for fixing this!

This revision is now accepted and ready to land.Jul 25 2024, 6:30 PM
This revision was automatically updated to reflect the committed changes.