Browse Source

Merge "qcacld-3.0: Remove last bit of LIBRA_LINUX_PC feature code" into wlan-cld3.driver.lnx.2.0

CNSS_WLAN Service 6 years ago
parent
commit
c237f5fd43
1 changed files with 0 additions and 4 deletions
  1. 0 4
      core/hdd/inc/wlan_hdd_main.h

+ 0 - 4
core/hdd/inc/wlan_hdd_main.h

@@ -161,11 +161,7 @@ static inline bool in_compat_syscall(void) { return is_compat_task(); }
 #define HDD_NETDEV_TX_QUEUE_LEN (3000)
 
 /** Hdd Tx Time out value */
-#ifdef LIBRA_LINUX_PC
-#define HDD_TX_TIMEOUT          (8000)
-#else
 #define HDD_TX_TIMEOUT          msecs_to_jiffies(5000)
-#endif
 
 #define HDD_TX_STALL_THRESHOLD 4