Changeset 3477

Show
Ignore:
Timestamp:
04/09/08 06:02:10 (9 months ago)
Author:
mtaylor
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • madwifi/trunk/net80211/if_media.c

    r3268 r3477  
    7676struct ifmedia_entry *ifmedia_match(struct ifmedia *, int, int); 
    7777 
     78/* #define IFMEDIA_DEBUG */ 
     79 
    7880#ifdef IFMEDIA_DEBUG 
    79 int ifmedia_debug = 0
     81int ifmedia_debug = 1
    8082static void ifmedia_printword(int); 
    8183#endif