|
@@ -1056,13 +1056,13 @@ static int hdd_netdev_notifier_call(struct notifier_block *nb,
|
|
|
|
|
|
errno = osif_vdev_sync_op_start(net_dev, &vdev_sync);
|
|
errno = osif_vdev_sync_op_start(net_dev, &vdev_sync);
|
|
if (errno)
|
|
if (errno)
|
|
- return errno;
|
|
|
|
|
|
+ return NOTIFY_DONE;
|
|
|
|
|
|
errno = __hdd_netdev_notifier_call(net_dev, state);
|
|
errno = __hdd_netdev_notifier_call(net_dev, state);
|
|
|
|
|
|
osif_vdev_sync_op_stop(vdev_sync);
|
|
osif_vdev_sync_op_stop(vdev_sync);
|
|
|
|
|
|
- return errno;
|
|
|
|
|
|
+ return NOTIFY_DONE;
|
|
}
|
|
}
|
|
|
|
|
|
struct notifier_block hdd_netdev_notifier = {
|
|
struct notifier_block hdd_netdev_notifier = {
|