From: <Adham.Abozaeid@microchip.com>
To: <linux-wireless@vger.kernel.org>
Cc: <devel@driverdev.osuosl.org>, <gregkh@linuxfoundation.org>,
<Ganesh.Krishna@microchip.com>, <Aditya.Shankar@microchip.com>,
<Sripad.Balwadgi@microchip.com>,
<Mrutyunjaya.Satapathy@microchip.com>,
<johannes@sipsolutions.net>
Subject: [PATCH v2 0/4] staging: wilc1000: validate input to set_wiphy_param and return proper errors
Date: Tue, 30 Oct 2018 04:22:54 +0000 [thread overview]
Message-ID: <20181030042243.2153-1-adham.abozaeid@microchip.com> (raw)
From: Adham Abozaeid <adham.abozaeid@micochip.com>
Validate input parameters to set_wiphy_param before scheduling
handle_cfg_param() to validate them.
This way proper errors can be returned to caller.
Also cleaned up unused code in handle_cfg_param.
Changes since v1:
- Correction spelling in subject of patch#2
- Added From: tag to have correct email from value
Adham Abozaeid (4):
staging: wilc1000: remove unused flags in handle_cfg_param()
staging: wilc1000: validate cfg parameters before scheduling the work
staging: wilc1000: Don't keep a copy of wiphy parameters in the driver
staging: wilc1000: Remove unused mutex cfg_values_lock
drivers/staging/wilc1000/host_interface.c | 291 +-----------------
drivers/staging/wilc1000/host_interface.h | 32 --
.../staging/wilc1000/wilc_wfi_cfgoperations.c | 50 ++-
drivers/staging/wilc1000/wilc_wlan_if.h | 9 -
4 files changed, 58 insertions(+), 324 deletions(-)
mode change 100644 => 100755 drivers/staging/wilc1000/host_interface.c
mode change 100644 => 100755 drivers/staging/wilc1000/host_interface.h
mode change 100644 => 100755 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
mode change 100644 => 100755 drivers/staging/wilc1000/wilc_wlan_if.h
--
2.17.1
next reply other threads:[~2018-10-30 4:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-30 4:22 Adham.Abozaeid [this message]
2018-10-30 4:22 ` [PATCH v2 1/4] staging: wilc1000: remove unused flags in handle_cfg_param() Adham.Abozaeid
2018-11-05 14:22 ` Greg KH
2018-10-30 4:22 ` [PATCH v2 2/4] staging: wilc1000: validate cfg parameters before scheduling the work Adham.Abozaeid
2018-10-30 4:22 ` [PATCH v2 3/4] staging: wilc1000: Don't keep a copy of wiphy parameters in the driver Adham.Abozaeid
2018-10-30 4:22 ` [PATCH v2 4/4] staging: wilc1000: Remove unused mutex cfg_values_lock Adham.Abozaeid
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=20181030042243.2153-1-adham.abozaeid@microchip.com \
--to=adham.abozaeid@microchip.com \
--cc=Aditya.Shankar@microchip.com \
--cc=Ganesh.Krishna@microchip.com \
--cc=Mrutyunjaya.Satapathy@microchip.com \
--cc=Sripad.Balwadgi@microchip.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/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).