if IFMEDIA_DEBUG is defined, also set ifmedia_debug as it is pointless otherwise.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3477 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mtaylor 2008-04-09 04:02:10 +00:00
parent 80c58504d7
commit a48f3a9bdb
1 changed files with 3 additions and 1 deletions

View File

@ -75,8 +75,10 @@
struct ifmedia_entry *ifmedia_match(struct ifmedia *, int, int);
/* #define IFMEDIA_DEBUG */
#ifdef IFMEDIA_DEBUG
int ifmedia_debug = 0;
int ifmedia_debug = 1;
static void ifmedia_printword(int);
#endif