Page MenuHomeFreeBSD

net80211: move IEEE80211_F_WME check to vap for consistency
ClosedPublic

Authored by bz on Sep 26 2022, 9:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 10, 6:39 PM
Unknown Object (File)
Thu, May 7, 8:59 PM
Unknown Object (File)
Tue, May 5, 3:35 AM
Unknown Object (File)
Mon, May 4, 3:23 PM
Unknown Object (File)
Mon, May 4, 6:22 AM
Unknown Object (File)
Sun, May 3, 7:49 PM
Unknown Object (File)
Sun, May 3, 6:03 PM
Unknown Object (File)
Sat, May 2, 11:16 AM

Details

Summary

The IEEE80211_F_WME checks done on the ic were changed to be per-vap
back in the time when multi-bss was introduced or earlier in 2008.
This one was left out but given it is a (re-)accos-req case I see
no reason not to use the vap value here for consistency too.

MFC after: 1 week

Diff Detail

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