]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wilc1000: use struct to pack join parameters for FW
authorAjay Singh <ajay.kathat@microchip.com>
Thu, 17 Jan 2019 13:21:27 +0000 (13:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 09:39:15 +0000 (10:39 +0100)
commit4e0b0f42c9c7cbb756aee9e418f7ad15cdf16cd6
treef003ea59d38379f40b89c579030ef60adcf10955
parentdc18fa1de9acc57d599c50437fc04a5a08e19b82
staging: wilc1000: use struct to pack join parameters for FW

Refactor code to use struct to construct the join parameters. Avoid use
of extra buffer before sending to FW instead directly pass the struct
pointer.

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
drivers/staging/wilc1000/wilc_wlan_if.h