Changeset 1443 for trunk/tools/athdebug.c
- Timestamp:
- 02/06/06 21:20:57 (6 years ago)
- Files:
-
- trunk/tools/athdebug.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/athdebug.c
r1426 r1443 81 81 82 82 static struct { 83 const char *name;84 u_int bit;83 const char *name; 84 u_int bit; 85 85 } flags[] = { 86 86 { "xmit", ATH_DEBUG_XMIT },
