On Wed, 2014-12-17 at 17:24 +0530, Avinash Patil wrote: > Enable the endian checks by default. [] > diff --git a/drivers/net/wireless/mwifiex/Makefile b/drivers/net/wireless/mwifiex/Makefile [] > @@ -53,3 +53,5 @@ obj-$(CONFIG_MWIFIEX_PCIE) += mwifiex_pcie.o > > mwifiex_usb-y += usb.o > obj-$(CONFIG_MWIFIEX_USB) += mwifiex_usb.o > + > +ccflags-y += -D__CHECK_ENDIAN__ -DDEBUG I think the -DDEBUG should not be there. This also forces all the dev_dbg / wiphy_dbg statement to always be emitted. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html