Ver código fonte

qcacld-3.0: Remove WLAN_WAIT_TIME_APF_GET_CAPS

Change Ic72243b918f4a8385a92b803a1ca3c5305423b52 ("qcacld-3.0: Add
support for Android Packet Filter v3") introduced macro
WLAN_WAIT_TIME_APF_GET_CAPS, but didn't actually introduce any code
that uses it. Since it is unused, remove it.

Change-Id: Iad513163ee32ea542b5f1ba22ec349385cfe9457
CRs-Fixed: 2374850
Jeff Johnson 6 anos atrás
pai
commit
303ebc0bf2
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      core/hdd/inc/wlan_hdd_apf.h

+ 1 - 2
core/hdd/inc/wlan_hdd_apf.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2019 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
@@ -43,7 +43,6 @@
 #define MAX_APF_MEMORY_LEN	4096
 
 /* APF commands wait times in msec */
-#define WLAN_WAIT_TIME_APF_GET_CAPS     1000
 #define WLAN_WAIT_TIME_APF_READ_MEM     10000
 
 /**