|
|
@@ -723,13 +723,10 @@ static int gelic_wl_get_scan(struct net_device *netdev,
|
|
|
/* If a scan in progress, caller should call me again */
|
|
|
ret = -EAGAIN;
|
|
|
goto out;
|
|
|
- break;
|
|
|
-
|
|
|
case GELIC_WL_SCAN_STAT_INIT:
|
|
|
/* last scan request failed or never issued */
|
|
|
ret = -ENODEV;
|
|
|
goto out;
|
|
|
- break;
|
|
|
case GELIC_WL_SCAN_STAT_GOT_LIST:
|
|
|
/* ok, use current list */
|
|
|
break;
|