mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Remove the KPI/KBI changes from ieee80211_node.h and always use the macros to pass in __func__ and __LINE__ to the functions. The actual implementations are prefixed by "_" rather than suffixed by "_debug" as they no longer are "debug"-specific. Some of the select functions were not actually using the passed in func, line options; however they are calling other functions which use them. Directly call the internal implementation in those cases passing the arguments on. Use a file-local __debrefcnt_used define to mark the arguments __unused in cases when we compile without IEEE80211_DEBUG_REFCNT and hope the toolchain is intelligent enough to not pass them at all in those cases. Also _ieee80211_free_node() now has a conflict so make the previous _ieee80211_free_node() the new __ieee80211_free_node(). Add IEEE80211_DEBUG_REFCNT to the NOTES file on amd64 to keep exercising the option. Sponsored by: The FreeBSD Foundation X-MFC: never Discussed on: freebsd-wireless Reviewed by: adrian Differential Revision: https://reviews.freebsd.org/D37529 |
||
|---|---|---|
| .. | ||
| DEFAULTS | ||
| FIRECRACKER | ||
| GENERIC | ||
| GENERIC-KASAN | ||
| GENERIC-KCSAN | ||
| GENERIC-KMSAN | ||
| GENERIC-MMCCAM | ||
| GENERIC-NODEBUG | ||
| GENERIC.hints | ||
| LINT | ||
| LINT-NOINET | ||
| LINT-NOINET6 | ||
| LINT-NOIP | ||
| MINIMAL | ||
| NOTES | ||