All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] staging: wilc1000: cleanup patches & handle review comments
@ 2019-02-02 19:16 Ajay.Kathat
  2019-02-02 19:16 ` [PATCH 01/15] staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable Ajay.Kathat
                   ` (14 more replies)
  0 siblings, 15 replies; 23+ messages in thread
From: Ajay.Kathat @ 2019-02-02 19:16 UTC (permalink / raw)
  To: linux-wireless; +Cc: devel, gregkh, Adham.Abozaeid, johannes, Ajay.Kathat

From: Ajay Singh <ajay.kathat@microchip.com>

This series contains cleanup patches and modification to handle few mainline
review comments mentioned below:
 - avoid static variable for monitor net_device.
 - remove conditional locking in wilc_wfi_deinit_mon_interface().
 - avoid use of interface name('wlan0' & 'p2p0') string for validation.
 - use cookie information in roc related callback.

Ajay Singh (15):
  staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable
  staging: wilc1000: remove conditional lock in
    wilc_wfi_deinit_mon_interface()
  staging: wilc1000: remove redundant macros for radiotap
  staging: wilc1000: remove unnecessary debug log messages
  staging: wilc1000: rename timeout related macros
  staging: wilc1000: make use of iface type to identify p2p interface
  staging: wilc1000: refactor scan() cfg80211 ops callback
  staging: wilc1000: use correct condition in loops for 'vif_num' count
  staging: wilc1000: remove use of 'terminated_handle' static variable
  staging: wilc1000: refactor linux_wlan_init_test_config()
  staging: wilc1000: refactor code to use cookie information
  staging: wilc1000: use random number for cookie instead of pointer
  staging: wilc1000: avoid use of interface names for validation
  staging: wilc1000: add check before performing operation on net_device
  staging: wilc1000: remove unused struct 'add_sta_param'

 drivers/staging/wilc1000/host_interface.c         |  97 ++---
 drivers/staging/wilc1000/host_interface.h         |  27 +-
 drivers/staging/wilc1000/linux_mon.c              |  68 ++--
 drivers/staging/wilc1000/linux_wlan.c             | 408 +++++++++-------------
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 134 ++++---
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.h |   7 +-
 drivers/staging/wilc1000/wilc_wfi_netdevice.h     |   3 +-
 drivers/staging/wilc1000/wilc_wlan.c              |   4 +-
 drivers/staging/wilc1000/wilc_wlan.h              |   2 +-
 drivers/staging/wilc1000/wilc_wlan_if.h           |   1 -
 10 files changed, 308 insertions(+), 443 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-02-05  2:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-02 19:16 [PATCH 00/15] staging: wilc1000: cleanup patches & handle review comments Ajay.Kathat
2019-02-02 19:16 ` [PATCH 01/15] staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variable Ajay.Kathat
2019-02-04 13:38   ` Kalle Valo
2019-02-05  2:56     ` Ajay.Kathat
2019-02-02 19:16 ` [PATCH 02/15] staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface() Ajay.Kathat
2019-02-02 19:16 ` [PATCH 03/15] staging: wilc1000: remove redundant macros for radiotap Ajay.Kathat
2019-02-02 19:17 ` [PATCH 04/15] staging: wilc1000: remove unnecessary debug log messages Ajay.Kathat
2019-02-02 19:17 ` [PATCH 05/15] staging: wilc1000: rename timeout related macros Ajay.Kathat
2019-02-02 19:17 ` [PATCH 06/15] staging: wilc1000: make use of iface type to identify p2p interface Ajay.Kathat
2019-02-02 19:17 ` [PATCH 07/15] staging: wilc1000: refactor scan() cfg80211 ops callback Ajay.Kathat
2019-02-02 19:17 ` [PATCH 08/15] staging: wilc1000: use correct condition in loops for 'vif_num' count Ajay.Kathat
2019-02-04  8:13   ` Dan Carpenter
2019-02-04  9:42     ` Ajay.Kathat
2019-02-04  9:47       ` Dan Carpenter
2019-02-04 11:39         ` Greg KH
2019-02-04 12:25           ` Ajay.Kathat
2019-02-02 19:17 ` [PATCH 09/15] staging: wilc1000: remove use of 'terminated_handle' static variable Ajay.Kathat
2019-02-02 19:17 ` [PATCH 10/15] staging: wilc1000: refactor linux_wlan_init_test_config() Ajay.Kathat
2019-02-02 19:17 ` [PATCH 11/15] staging: wilc1000: refactor code to use cookie information Ajay.Kathat
2019-02-02 19:17 ` [PATCH 12/15] staging: wilc1000: use random number for cookie instead of pointer Ajay.Kathat
2019-02-02 19:17 ` [PATCH 13/15] staging: wilc1000: avoid use of interface names for validation Ajay.Kathat
2019-02-02 19:17 ` [PATCH 14/15] staging: wilc1000: add check before performing operation on net_device Ajay.Kathat
2019-02-02 19:17 ` [PATCH 15/15] staging: wilc1000: remove unused struct 'add_sta_param' Ajay.Kathat

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.