Re: [PATCH] ieee80211softmac: fix verbosity when debug disabled

2006-11-06 Thread Johannes Berg
On Sat, 2006-11-04 at 13:29 -0600, Larry Finger wrote: > SoftMAC contains a number of debug-type messages that continue to print > even when debugging is turned off. This patch substitutes dprintkl for > printkl for those lines. > > Signed-off-by: Larry Finger <[EMAIL PROTECTED]> Fine with me. Ac

[PATCH] ieee80211softmac: fix verbosity when debug disabled

2006-11-04 Thread Larry Finger
SoftMAC contains a number of debug-type messages that continue to print even when debugging is turned off. This patch substitutes dprintkl for printkl for those lines. Signed-off-by: Larry Finger <[EMAIL PROTECTED]> --- Index: wireless-2.6/net/ieee80211/softmac/ieee80211softmac_auth.c ==