mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
ieee80211_node_incref() is the FreeBSD implementation of ieee80211_ref_node(). Not being interested in the node returned it was used as a shortcut in 3 drivers (ath, uath, wpi). Replace the call with the public KPI of ieee80211_ref_node() and ignore the result. This leaves us with the single internal call going ieee80211_ref_node() -> ieee80211_node_incref() and that should help increasing portability but also limiting the places to trace for node reference operations. Sponsored by: The FreeBSD Foundation (cherry picked from commit f156cd892b55c04a39fa06d1899e6e316de77f03) |
||
|---|---|---|
| .. | ||
| if_wpi.c | ||
| if_wpi_debug.h | ||
| if_wpireg.h | ||
| if_wpivar.h | ||