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)
Mon, Jul 7, 10:08 AM
Unknown Object (File)
Thu, Jul 3, 9:23 PM
Unknown Object (File)
Wed, Jul 2, 5:21 AM
Unknown Object (File)
Sat, Jun 28, 7:22 AM
Unknown Object (File)
Fri, Jun 27, 12:21 AM
Unknown Object (File)
Thu, Jun 26, 5:28 AM
Unknown Object (File)
Thu, Jun 26, 12:17 AM
Unknown Object (File)
Tue, Jun 24, 9:33 AM

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