[IWN] Reviw split 2

Cedric GROSS cg at cgross.info
Sat Aug 3 19:43:22 UTC 2013


> De : adrian.chadd at gmail.com [mailto:adrian.chadd at gmail.com] De la part
> de Adrian Chadd
> Envoyé : samedi 3 août 2013 21:37
> À : Cedric GROSS
> Cc : freebsd-wireless at 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



More information about the freebsd-wireless mailing list