staging: wilc1000: move firmware API struct's to separate header file
authorAjay Singh <ajay.kathat@microchip.com>
Fri, 17 Jan 2020 10:31:25 +0000 (10:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jan 2020 08:53:45 +0000 (09:53 +0100)
commitc5295d1a41fe2f1bd0877f74817a3b63b989b10e
treec7ec0f24591d09e97701888dcceb8b27b03539c4
parent9d442d2b9add140ddc2c5de6a0ac93050dfaef16
staging: wilc1000: move firmware API struct's to separate header file

It's recommended to keep the 'struct' used for passing data to firmware
in separate header file. So added 'fw.h' header file to keep struct's
used to pass data to firmware.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Link: https://lore.kernel.org/r/20200117160157.8706-3-ajay.kathat@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/fw.h [new file with mode: 0644]
drivers/staging/wilc1000/hif.c
drivers/staging/wilc1000/hif.h
drivers/staging/wilc1000/netdev.h
drivers/staging/wilc1000/wlan_if.h