All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mwifiex: Unaligned access fixes
@ 2017-03-09  8:36 Ganapathi Bhat
  2017-03-09  8:36 ` [PATCH v2 1/3] mwifiex: add qualifier to firmware structures Ganapathi Bhat
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ganapathi Bhat @ 2017-03-09  8:36 UTC (permalink / raw)
  To: linux-wireless; +Cc: Amitkumar Karwar, 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 Ananthapadmanabha (1):
  mwifiex: add qualifier to firmware structures
---
v2: Correct the author name in [PATCH 0/1]
---
 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] 5+ messages in thread

end of thread, other threads:[~2017-03-20 17:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-09  8:36 [PATCH v2 0/3] mwifiex: Unaligned access fixes Ganapathi Bhat
2017-03-09  8:36 ` [PATCH v2 1/3] mwifiex: add qualifier to firmware structures Ganapathi Bhat
2017-03-20 17:06   ` [v2,1/3] " Kalle Valo
2017-03-09  8:36 ` [PATCH v2 2/3] mwifiex: Use accessors routines for unaligned values Ganapathi Bhat
2017-03-09  8:36 ` [PATCH v2 3/3] mwifiex: fix for unaligned reads Ganapathi Bhat

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.