qcacmn: Qdf changes to support optional wifi dp feature

Qdf changes to support optional wifi dp feature.

Change-Id: Iaec8374548a991e4660f0a0a31f1d6309b572bea
CRs-Fixed: 3403427
This commit is contained in:
Namita Nair
2023-02-08 17:01:15 -08:00
committad av Madan Koyyalamudi
förälder 09186dbaf9
incheckning c9c59b99ed
3 ändrade filer med 127 tillägg och 4 borttagningar

Visa fil

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2014-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. 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
@@ -76,6 +76,7 @@
* @QDF_STATUS_E_RANGE: result/parameter/operation was out of range
* @QDF_STATUS_E_GRO_DROP: return code for GRO drop
* @QDF_STATUS_E_RESTART: return error code for wait_event_interruptible
* @QDF_STATUS_FILT_REQ_ERROR: return error code cee filter rule request
* @QDF_STATUS_MAX: not a real value just a place holder for max
*/
typedef enum {
@@ -128,6 +129,7 @@ typedef enum {
QDF_STATUS_E_RANGE,
QDF_STATUS_E_GRO_DROP,
QDF_STATUS_E_RESTART,
QDF_STATUS_FILT_REQ_ERROR,
QDF_STATUS_MAX
} QDF_STATUS;