Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115630516
D42426.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D42426.diff
View Options
diff --git a/sys/compat/linuxkpi/common/src/linux_80211.h b/sys/compat/linuxkpi/common/src/linux_80211.h
--- a/sys/compat/linuxkpi/common/src/linux_80211.h
+++ b/sys/compat/linuxkpi/common/src/linux_80211.h
@@ -45,23 +45,23 @@
/* #define LINUXKPI_DEBUG_80211 */
#ifndef D80211_TODO
-#define D80211_TODO 0x1
+#define D80211_TODO 0x00000001
#endif
#ifndef D80211_IMPROVE
-#define D80211_IMPROVE 0x2
+#define D80211_IMPROVE 0x00000002
#endif
-#define D80211_IMPROVE_TXQ 0x4
-#define D80211_TRACE 0x10
-#define D80211_TRACEOK 0x20
-#define D80211_TRACE_TX 0x100
-#define D80211_TRACE_TX_DUMP 0x200
-#define D80211_TRACE_RX 0x1000
-#define D80211_TRACE_RX_DUMP 0x2000
-#define D80211_TRACE_RX_BEACONS 0x4000
+#define D80211_IMPROVE_TXQ 0x00000004
+#define D80211_TRACE 0x00000010
+#define D80211_TRACEOK 0x00000020
+#define D80211_TRACE_TX 0x00000100
+#define D80211_TRACE_TX_DUMP 0x00000200
+#define D80211_TRACE_RX 0x00001000
+#define D80211_TRACE_RX_DUMP 0x00002000
+#define D80211_TRACE_RX_BEACONS 0x00004000
#define D80211_TRACEX (D80211_TRACE_TX|D80211_TRACE_RX)
#define D80211_TRACEX_DUMP (D80211_TRACE_TX_DUMP|D80211_TRACE_RX_DUMP)
-#define D80211_TRACE_STA 0x10000
-#define D80211_TRACE_MO 0x100000
+#define D80211_TRACE_STA 0x00010000
+#define D80211_TRACE_MO 0x00100000
#define IMPROVE_TXQ(...) \
if (linuxkpi_debug_80211 & D80211_IMPROVE_TXQ) \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 6:35 AM (18 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17814394
Default Alt Text
D42426.diff (1 KB)
Attached To
Mode
D42426: LinuxKPI: 802.11: zero-pad debug flags
Attached
Detach File
Event Timeline
Log In to Comment