]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wilc1000: use single struct for 'connect' related parameters
authorAjay Singh <ajay.kathat@microchip.com>
Thu, 17 Jan 2019 13:21:32 +0000 (13:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 09:39:15 +0000 (10:39 +0100)
commit734c3198d06e74777a15fc1e036e1c3d571858fa
tree1114ae53df0c1f13788a2ce30849d5aace220dce
parentf47e59eaab27eb251971b23a991d1bac6e088841
staging: wilc1000: use single struct for 'connect' related parameters

Use single structure to store the connect request and response
information. It helped in avoiding unnecessary buffer allocation to
handle request and response flow.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/host_interface.h
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c