linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mwifiex: Unaligned access fixes
@ 2017-03-08 13:47 Ganapathi Bhat
  2017-03-08 13:47 ` [PATCH 1/3] mwifiex: add qualifier to firmware structures Ganapathi Bhat
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ganapathi Bhat @ 2017-03-08 13:47 UTC (permalink / raw)
  To: linux-wireless
  Cc: Amitkumar Karwar, Cathy Luo, Nishant Sarmukadam, Ganapathi Bhat

This patch series fixes the unaligned memory accesses
in mwifiex driver. Use accessors routines, like
get_unaligned_le** instead of le**_to_cpu.

Daniel Mentz (1):
  mwifiex: Use accessors routines for unaligned values

Devidas Puranik (1):
  mwifiex: fix for unaligned reads

Karthik D A (1):
  mwifiex: add qualifier to firmware structures

 drivers/net/wireless/marvell/mwifiex/11h.c         |  3 +-
 drivers/net/wireless/marvell/mwifiex/cmdevt.c      |  4 +-
 drivers/net/wireless/marvell/mwifiex/fw.h          | 36 ++++++++--------
 drivers/net/wireless/marvell/mwifiex/ie.c          | 15 +++----
 drivers/net/wireless/marvell/mwifiex/main.h        |  2 +-
 drivers/net/wireless/marvell/mwifiex/pcie.c        | 37 +++++++---------
 drivers/net/wireless/marvell/mwifiex/scan.c        | 26 +++++++-----
 drivers/net/wireless/marvell/mwifiex/sdio.c        | 23 +++++-----
 drivers/net/wireless/marvell/mwifiex/sta_cmd.c     | 49 ++++++++++++----------
 drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c |  4 +-
 drivers/net/wireless/marvell/mwifiex/sta_event.c   |  8 ++--
 drivers/net/wireless/marvell/mwifiex/tdls.c        | 10 ++---
 drivers/net/wireless/marvell/mwifiex/uap_event.c   |  2 +-
 drivers/net/wireless/marvell/mwifiex/usb.h         |  4 +-
 drivers/net/wireless/marvell/mwifiex/util.c        |  6 +--
 drivers/net/wireless/marvell/mwifiex/util.h        |  5 +++
 16 files changed, 125 insertions(+), 109 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-09  6:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 13:47 [PATCH 0/3] mwifiex: Unaligned access fixes Ganapathi Bhat
2017-03-08 13:47 ` [PATCH 1/3] mwifiex: add qualifier to firmware structures Ganapathi Bhat
2017-03-08 14:48   ` Kalle Valo
2017-03-09  6:35     ` [EXT] " Ganapathi Bhat
2017-03-08 13:47 ` [PATCH 2/3] mwifiex: Use accessors routines for unaligned values Ganapathi Bhat
2017-03-08 13:47 ` [PATCH 3/3] mwifiex: fix for unaligned reads Ganapathi Bhat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).