Home
last modified time | relevance | path

Searched refs:D80211_TODO (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h53 #ifndef D80211_TODO
54 #define D80211_TODO 0x00000001
48 #define D80211_TODO global() macro
H A Dlinux_80211.c101 #define UNIMPLEMENTED if (linuxkpi_debug_80211 & D80211_TODO) \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h42 #ifndef D80211_TODO
43 #define D80211_TODO 0x1 macro
45 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h48 #ifndef D80211_TODO
49 #define D80211_TODO 0x1
54 #define TODO(fmt, ...) if (linuxkpi_debug_80211 & D80211_TODO) \
47 #define D80211_TODO global() macro
H A Dmac80211.h1750 if (linuxkpi_debug_80211 & D80211_TODO) in ieee80211_sn_inc()