staging: wilc1000: move Handle_ScanDone function declaration
authorChaehyun Lim <chaehyun.lim@gmail.com>
Mon, 4 Apr 2016 11:04:44 +0000 (20:04 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2016 05:00:52 +0000 (22:00 -0700)
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>
drivers/staging/wilc1000/host_interface.c

index 41a14263f36a66fddc035d756b291db1253642a0..1e3742d74faea83c8b1f6ad5f31e71fdf176de26 100644 (file)
@@ -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 @@ unlock:
        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)
 {
This page took 0.0318889999999999 seconds and 5 git commands to generate.