net: wireless: bcmdhd: Allow error debug prints from the beginning
authorDmitry Shmidt <dimitrysh@google.com>
Wed, 8 Jun 2011 22:13:38 +0000 (15:13 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:08:26 +0000 (12:08 -0800)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/dhd_common.c

index 9791250..811d9ce 100644 (file)
@@ -60,7 +60,7 @@
 #ifdef WLMEDIA_HTSF
 extern void htsf_update(struct dhd_info *dhd, void *data);
 #endif
-int dhd_msg_level;
+int dhd_msg_level = DHD_ERROR_VAL;
 
 
 #include <wl_iw.h>