mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 10:59:18 -04:00
staging: wilc1000: move Handle_ScanDone function declaration
Handle_ScanDone function declaration is moved to front of host_interface.c file. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
960efe0f89
commit
4aa3387bc2
@@ -263,6 +263,7 @@ static struct wilc_vif *join_req_vif;
|
||||
|
||||
static void *host_int_ParseJoinBssParam(struct network_info *ptstrNetworkInfo);
|
||||
static int host_int_get_ipaddress(struct wilc_vif *vif, u8 *ip_addr, u8 idx);
|
||||
static s32 Handle_ScanDone(struct wilc_vif *vif, enum scan_event enuEvent);
|
||||
|
||||
/* The u8IfIdx starts from 0 to NUM_CONCURRENT_IFC -1, but 0 index used as
|
||||
* special purpose in wilc device, so we add 1 to the index to starts from 1.
|
||||
@@ -730,9 +731,6 @@ static s32 handle_cfg_param(struct wilc_vif *vif,
|
||||
return result;
|
||||
}
|
||||
|
||||
static s32 Handle_ScanDone(struct wilc_vif *vif,
|
||||
enum scan_event enuEvent);
|
||||
|
||||
static s32 Handle_Scan(struct wilc_vif *vif,
|
||||
struct scan_attr *pstrHostIFscanAttr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user