Revert "qcacld-3.0: Remove NaN offloading option"

This reverts commit I1adb8ead32a0d45a34f72590c33309b17d6c80c0.
Nan offload supported is now supported.

Change-Id: Ic99aa886c82dcf4d9c68f658080bd800117cce87
CRs-Fixed: 2600602
This commit is contained in:
Arun Kumar Khandavalli
2020-01-16 11:09:50 +05:30
committad av nshrivas
förälder e0279e36b0
incheckning 5fdbbe2c4a

Visa fil

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2017-2020 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -297,6 +297,7 @@ bool pmo_core_is_vdev_supports_offload(struct wlan_objmgr_vdev *vdev)
switch (opmode) {
case QDF_STA_MODE:
case QDF_P2P_CLIENT_MODE:
case QDF_NDI_MODE:
val = true;
break;
default: