Page MenuHomeFreeBSD

LinuxKPI: 802.11: rename chanctx_conf for consistency
ClosedPublic

Authored by bz on May 13 2024, 9:08 PM.
Tags
None
Referenced Files
F163101508: D45185.diff
Mon, Jul 20, 2:31 AM
Unknown Object (File)
Sat, Jul 18, 11:32 AM
Unknown Object (File)
Wed, Jul 15, 12:24 PM
Unknown Object (File)
Jun 18 2026, 1:51 PM
Unknown Object (File)
Jun 12 2026, 6:33 PM
Unknown Object (File)
Jun 12 2026, 4:33 AM
Unknown Object (File)
Jun 11 2026, 1:29 AM
Unknown Object (File)
May 5 2026, 4:57 AM

Details

Summary

We used to call the struct ieee80211_chanctx_conf variable "conf"
in some places but that becomes confusing with bss_conf and other
"conf" bits. On the vif it is already called chanctx_conf thus also
rename it on the internal struct lkpi_chanctx and for our variables
in the implementation.

This should not have any external visibility.
No functional changes intended.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

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