All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] mwifiex: enable -D__CHECK_ENDIAN__ for sparse by default
@ 2014-12-17 13:56 Avinash Patil
  2014-12-17 13:56 ` [PATCH 2/4] mwifiex: do not send key material cmd when delete wep key Avinash Patil
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Avinash Patil @ 2014-12-17 13:56 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, akarwar, cluo, yangyang, huxm, Avinash Patil

Enable the endian checks by default.

Signed-off-by: Avinash Patil <patila@marvell.com>
---
 drivers/net/wireless/mwifiex/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/mwifiex/Makefile b/drivers/net/wireless/mwifiex/Makefile
index 9487d72..5a8ecad 100644
--- 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
-- 
1.8.1.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH 1/4] mwifiex: enable -D__CHECK_ENDIAN__ for sparse by default
@ 2014-12-17 11:54 Avinash Patil
  2014-12-17 11:54 ` [PATCH 3/4] mwifiex: make tx packet 64 byte DMA aligned Avinash Patil
  0 siblings, 1 reply; 7+ messages in thread
From: Avinash Patil @ 2014-12-17 11:54 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, akarwar, cluo, yangyang, Avinash Patil

Enable the endian checks by default.

Signed-off-by: Avinash Patil <patila@marvell.com>
---
 drivers/net/wireless/mwifiex/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/wireless/mwifiex/Makefile b/drivers/net/wireless/mwifiex/Makefile
index 9487d72..5a8ecad 100644
--- 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
-- 
1.8.1.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread
[parent not found: <1418817043-22511-1-git-send-email-patila@marvell.com>]

end of thread, other threads:[~2014-12-17 10:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 13:56 [PATCH 1/4] mwifiex: enable -D__CHECK_ENDIAN__ for sparse by default Avinash Patil
2014-12-17 13:56 ` [PATCH 2/4] mwifiex: do not send key material cmd when delete wep key Avinash Patil
2014-12-17 13:57 ` [PATCH 3/4] mwifiex: make tx packet 64 byte DMA aligned Avinash Patil
2014-12-17 10:43   ` Joe Perches
2014-12-17 13:57 ` [PATCH 4/4] mwifiex: get supported BA stream info from FW Avinash Patil
  -- strict thread matches above, loose matches on Subject: below --
2014-12-17 11:54 [PATCH 1/4] mwifiex: enable -D__CHECK_ENDIAN__ for sparse by default Avinash Patil
2014-12-17 11:54 ` [PATCH 3/4] mwifiex: make tx packet 64 byte DMA aligned Avinash Patil
     [not found] <1418817043-22511-1-git-send-email-patila@marvell.com>
2014-12-17 11:50 ` Avinash Patil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.