Page MenuHomeFreeBSD

net80211: refactor the if_input call into ieee80211_vap_deliver_data()
ClosedPublic

Authored by adrian on May 18 2025, 4:19 AM.
Referenced Files
Unknown Object (File)
Wed, Aug 6, 3:21 PM
Unknown Object (File)
Sun, Aug 3, 2:56 AM
Unknown Object (File)
Tue, Jul 29, 4:08 AM
Unknown Object (File)
Mon, Jul 28, 8:41 AM
Unknown Object (File)
Thu, Jul 24, 6:11 AM
Unknown Object (File)
Sat, Jul 19, 5:27 AM
Unknown Object (File)
Fri, Jul 18, 3:16 PM
Unknown Object (File)
Fri, Jul 18, 1:15 PM

Details

Summary

Refactor the two places where NET_EPOCH_ENTER; if_input; NET_EPOCH_EXIT
are called into a single spot in ieee80211_freebsd.c.

This removes both if_input references and puts all the NET_EPOCH stuff
into ieee80211_freebsd.c.

Diff Detail

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

Event Timeline

bz added a subscriber: bz.

If you remove the local variable then this is fine (it's also fine this way). I may not see this again before Thu so please go ahead.

sys/net80211/ieee80211_freebsd.c
1238

Don't need that if you pass vap->iv_ifp to if_input

This revision is now accepted and ready to land.May 18 2025, 7:55 PM
This revision now requires review to proceed.May 19 2025, 4:00 AM
This revision is now accepted and ready to land.May 24 2025, 11:20 PM