linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] staging: wilc1000: validate input to set_wiphy_param and return proper errors
@ 2018-10-30  4:22 Adham.Abozaeid
  2018-10-30  4:22 ` [PATCH v2 1/4] staging: wilc1000: remove unused flags in handle_cfg_param() Adham.Abozaeid
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Adham.Abozaeid @ 2018-10-30  4:22 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, Ganesh.Krishna, Aditya.Shankar, Sripad.Balwadgi,
	Mrutyunjaya.Satapathy, johannes

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


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

end of thread, other threads:[~2018-11-05 14:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-30  4:22 [PATCH v2 0/4] staging: wilc1000: validate input to set_wiphy_param and return proper errors Adham.Abozaeid
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

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).