> De : adrian.ch...@gmail.com [mailto:adrian.ch...@gmail.com] De la part > de Adrian Chadd > Envoyé : samedi 3 août 2013 21:37 > À : Cedric GROSS > Cc : freebsd-wireless@freebsd.org > Objet : Re: [IWN] Reviw split 2 > > Ok, why'd you change the debug print macro to check if the debug flags > match the check, rather than if the debug flags are set in the check? > > ie > > (f) & (v) > > versus > ( (f) & (v) == (v) ) > > ?
It's for reducing tracing verbosity and just do trace when associate with another IWN_DEBUG_* So if you wish to debug only XMIT, trace also print only associate with that level (ie IWN_DEBUG_TRACE | IWN_DEBUG_XMIT) > > I'd like to tidy up the debugging changes that are left in your source > file before we move onto the next bits. > > > > > -adrian _______________________________________________ freebsd-wireless@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-wireless To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"