Selaa lähdekoodia

qcacld-3.0: Correct EPPING mode macros

Correct EPPING mode related macro definitions.

Change-Id: If8ca48145e4e1043e3e5bd8d7df967d6140f610e
CRs-fixed: 995819
Peng Xu 9 vuotta sitten
vanhempi
sitoutus
07e6e08f3a
1 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. 2 5
      core/utils/epping/inc/epping_main.h

+ 2 - 5
core/utils/epping/inc/epping_main.h

@@ -41,12 +41,9 @@
 #include <qdf_lock.h>
 #include <qdf_types.h>
 
-#define WLAN_EPPING_ENABLE_BIT          (1 << 8)
-#define WLAN_EPPING_IRQ_BIT             (1 << 9)
-#define WLAN_EPPING_FW_UART_BIT         (1 << 10)
 #define WLAN_IS_EPPING_ENABLED(x)       (x == QDF_GLOBAL_EPPING_MODE)
-#define WLAN_IS_EPPING_IRQ(x)            1
-#define WLAN_IS_EPPING_FW_UART(x)       (x & WLAN_EPPING_FW_UART_BIT)
+#define WLAN_IS_EPPING_IRQ(x)           1
+#define WLAN_IS_EPPING_FW_UART(x)       0
 
 /* epping_main signatures */
 int epping_open(void);