Searched refs:b44_debug (Results 1 – 1 of 1) sorted by relevance
100 static int b44_debug = -1; /* -1 == use B44_DEF_MSG_ENABLE as value */ variable101 module_param(b44_debug, int, 0);102 MODULE_PARM_DESC(b44_debug, "B44 bitmapped debugging message enable value");2369 bp->msg_enable = netif_msg_init(b44_debug, B44_DEF_MSG_ENABLE); in b44_init_one()