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
F170742811: D50404.id155638.diff
Sun, Sep 6, 8:58 AM
F170699972: D50404.diff
Sun, Sep 6, 2:28 AM
Unknown Object (File)
Sat, Sep 5, 8:11 AM
Unknown Object (File)
Sat, Sep 5, 7:02 AM
Unknown Object (File)
Fri, Sep 4, 11:29 AM
Unknown Object (File)
Thu, Sep 3, 2:54 PM
Unknown Object (File)
Thu, Sep 3, 5:44 AM
Unknown Object (File)
Wed, Sep 2, 11:28 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