Page MenuHomeFreeBSD

LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument
ClosedPublic

Authored by bz on Nov 1 2023, 12:18 AM.
Tags
None
Referenced Files
F151521802: D42424.id129570.diff
Thu, Apr 9, 12:11 AM
F151504638: D42424.id.diff
Wed, Apr 8, 9:27 PM
Unknown Object (File)
Sat, Apr 4, 11:06 PM
Unknown Object (File)
Mon, Mar 30, 12:08 AM
Unknown Object (File)
Sun, Mar 29, 6:18 PM
Unknown Object (File)
Tue, Mar 17, 8:59 AM
Unknown Object (File)
Sat, Mar 14, 10:37 AM
Unknown Object (File)
Thu, Mar 12, 11:36 PM

Details

Summary

Fix the last argument passed to ieee80211_add_channel_cbw() in
lkpi_ic_getradiocaps() for both 2Ghz and 5Ghz bands.
We passed in the unmodified version rather than the adjusted version
based on the per-band channel information possibly leaving
ieee80211_channel_flags enabled which should not be.

So far this should not have made a difference given we did not enable
HT or VHT.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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