Jelajahi Sumber

Revert "qcacld-3.0: Remove NaN offloading option"

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

Change-Id: Ic99aa886c82dcf4d9c68f658080bd800117cce87
CRs-Fixed: 2600602
Arun Kumar Khandavalli 5 tahun lalu
induk
melakukan
5fdbbe2c4a
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      components/pmo/core/src/wlan_pmo_main.c

+ 2 - 1
components/pmo/core/src/wlan_pmo_main.c

@@ -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: