All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] staging: wilc1000: address TODO item to remove host_if_work()
@ 2018-06-26  6:07 Ajay Singh
  2018-06-26  6:07 ` [PATCH 01/12] staging: wilc1000: remove host_if_work() to handle TODO list issue Ajay Singh
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Ajay Singh @ 2018-06-26  6:07 UTC (permalink / raw)
  To: linux-wireless
  Cc: devel, gregkh, ganesh.krishna, venkateswara.kaja, aditya.shankar,
	claudiu.beznea, adham.abozaeid, Ajay Singh

The current patch series contains changes to address TODO item [1].

[1]. Move handling for each individual members of 'union message_body' out
into a separate 'struct work_struct' and completely remove the multiplexer
that is currently part of host_if_work(), allowing movement of the
implementation of each message handler into the callsite of the function
that currently queues the 'host_if_msg'.


Ajay Singh (12):
  staging: wilc1000: remove host_if_work() to handle TODO list issue
  staging: wilc1000: remove unused marco related to HIF commands
  staging: wilc1000: move the allocation of cmd out of
    wilc_enqueue_cmd()
  staging: wilc1000: added 'work_comp' completion as part of host_if_msg
  staging: wilc1000: remove 'hif_thread_comp' completions
  staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()
  staging: wilc1000: handle freeing of key data in wep add key
  staging: wilc1000: handle freeing of key data in wilc_add_ptk()
  staging: wilc1000: handle freeing of 'key' & 'seq' data in
    wilc_add_rx_gtk()
  staging: wilc1000: avoid use of static variable 'inactive_time'
  staging: wilc1000: avoid use of static variable 'rssi'
  staging: wilc1000: updated TODO file

 drivers/staging/wilc1000/TODO                     |    5 -
 drivers/staging/wilc1000/host_interface.c         | 1548 +++++++++++----------
 drivers/staging/wilc1000/host_interface.h         |    7 +-
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c |    2 +-
 4 files changed, 799 insertions(+), 763 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-06-26  7:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-26  6:07 [PATCH 00/12] staging: wilc1000: address TODO item to remove host_if_work() Ajay Singh
2018-06-26  6:07 ` [PATCH 01/12] staging: wilc1000: remove host_if_work() to handle TODO list issue Ajay Singh
2018-06-26  6:07 ` [PATCH 02/12] staging: wilc1000: remove unused marco related to HIF commands Ajay Singh
2018-06-26  6:07 ` [PATCH 03/12] staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd() Ajay Singh
2018-06-26  6:07 ` [PATCH 04/12] staging: wilc1000: added 'work_comp' completion as part of host_if_msg Ajay Singh
2018-06-26  6:07 ` [PATCH 05/12] staging: wilc1000: remove 'hif_thread_comp' completions Ajay Singh
2018-06-26  6:07 ` [PATCH 06/12] staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work() Ajay Singh
2018-06-26  6:07 ` [PATCH 07/12] staging: wilc1000: handle freeing of key data in wep add key Ajay Singh
2018-06-26  6:07 ` [PATCH 08/12] staging: wilc1000: handle freeing of key data in wilc_add_ptk() Ajay Singh
2018-06-26  6:07 ` [PATCH 09/12] staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk() Ajay Singh
2018-06-26  6:07 ` [PATCH 10/12] staging: wilc1000: avoid use of static variable 'inactive_time' Ajay Singh
2018-06-26  6:07 ` [PATCH 11/12] staging: wilc1000: avoid use of static variable 'rssi' Ajay Singh
2018-06-26  6:07 ` [PATCH 12/12] staging: wilc1000: updated TODO file Ajay Singh
2018-06-26  7:48 ` [PATCH 00/12] staging: wilc1000: address TODO item to remove host_if_work() Claudiu Beznea

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.