From: Ganapathi Bhat <gbhat@marvell.com>
To: <linux-wireless@vger.kernel.org>
Cc: Amitkumar Karwar <akarwar@marvell.com>,
Nishant Sarmukadam <nishants@marvell.com>,
Ganapathi Bhat <gbhat@marvell.com>
Subject: [PATCH v2 0/3] mwifiex: Unaligned access fixes
Date: Thu, 9 Mar 2017 14:06:14 +0530 [thread overview]
Message-ID: <1489048577-11293-1-git-send-email-gbhat@marvell.com> (raw)
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
next reply other threads:[~2017-03-09 9:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-09 8:36 Ganapathi Bhat [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1489048577-11293-1-git-send-email-gbhat@marvell.com \
--to=gbhat@marvell.com \
--cc=akarwar@marvell.com \
--cc=linux-wireless@vger.kernel.org \
--cc=nishants@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).