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.
Differential D50404
net80211: refactor the if_input call into ieee80211_vap_deliver_data() adrian on May 18 2025, 4:19 AM. Authored by Tags Referenced Files
Details
Refactor the two places where NET_EPOCH_ENTER; if_input; NET_EPOCH_EXIT This removes both if_input references and puts all the NET_EPOCH stuff
Diff Detail
Event TimelineComment Actions 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.
|