|
@@ -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 above
|
|
@@ -92,7 +92,7 @@ struct ol_txrx_ipa_uc_rx_hdr {
|
|
|
#define OL_TXRX_IPA_UC_WLAN_HDR_DES_MAC_OFFSET \
|
|
|
(OL_TXRX_IPA_WLAN_FRAG_HEADER + OL_TXRX_IPA_WLAN_IPA_HEADER)
|
|
|
|
|
|
-#if defined(QCA_WIFI_3_0) && defined(CONFIG_IPA3)
|
|
|
+#if defined(QCA_WIFI_3_0) && IS_ENABLED(CONFIG_IPA3)
|
|
|
#define OL_TXRX_IPA_WDI2_SET(pipe_in, ipa_res, osdev) \
|
|
|
do { \
|
|
|
QDF_IPA_PIPE_IN_UL_RDY_RING_RP_VA(pipe_in) = \
|