|
@@ -5975,12 +5975,12 @@ static int __iw_setchar_getnone(struct net_device *dev,
|
|
case WE_WOWL_ADD_PTRN:
|
|
case WE_WOWL_ADD_PTRN:
|
|
hdd_debug("ADD_PTRN");
|
|
hdd_debug("ADD_PTRN");
|
|
if (!hdd_add_wowl_ptrn(adapter, str_arg))
|
|
if (!hdd_add_wowl_ptrn(adapter, str_arg))
|
|
- return -EINVAL;
|
|
|
|
|
|
+ ret = -EINVAL;
|
|
break;
|
|
break;
|
|
case WE_WOWL_DEL_PTRN:
|
|
case WE_WOWL_DEL_PTRN:
|
|
hdd_debug("DEL_PTRN");
|
|
hdd_debug("DEL_PTRN");
|
|
if (!hdd_del_wowl_ptrn(adapter, str_arg))
|
|
if (!hdd_del_wowl_ptrn(adapter, str_arg))
|
|
- return -EINVAL;
|
|
|
|
|
|
+ ret = -EINVAL;
|
|
break;
|
|
break;
|
|
case WE_NEIGHBOR_REPORT_REQUEST:
|
|
case WE_NEIGHBOR_REPORT_REQUEST:
|
|
{
|
|
{
|