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