[IWN] Reviw split 2

Adrian Chadd adrian at freebsd.org
Sat Aug 3 19:36:48 UTC 2013


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) )

?

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