From: Ganapathi Bhat <gbhat@marvell.com>
To: <linux-wireless@vger.kernel.org>
Cc: Amitkumar Karwar <akarwar@marvell.com>,
Cathy Luo <cluo@marvell.com>,
Nishant Sarmukadam <nishants@marvell.com>,
Ganapathi Bhat <gbhat@marvell.com>
Subject: [PATCH 0/3] mwifiex: Unaligned access fixes
Date: Wed, 8 Mar 2017 19:17:06 +0530 [thread overview]
Message-ID: <1488980829-6075-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 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
next reply other threads:[~2017-03-08 13:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-08 13:47 Ganapathi Bhat [this message]
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
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=1488980829-6075-1-git-send-email-gbhat@marvell.com \
--to=gbhat@marvell.com \
--cc=akarwar@marvell.com \
--cc=cluo@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).