mirror of
https://github.com/proski/madwifi
synced 2024-11-25 07:49:43 +03:00
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:
parent
80c58504d7
commit
a48f3a9bdb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user