qcacld-3.0: Remove HDD_SCAN_INACTIVITY_TIMEOUT

Change I38900a4c786b5ba5f31006e6e29332c081a565cf ("qcacld-3.0:
cleanup legacy scan code") removed the last reference to macro
HDD_SCAN_INACTIVITY_TIMEOUT. Since this macro is now unused,
remove it.

Change-Id: I9cb1370b6284a76c073594760bd857f666426e84
CRs-Fixed: 2374280
This commit is contained in:
Jeff Johnson 2018-12-26 22:34:01 -08:00 committed by nshrivas
parent 4377eba726
commit 27df22e68d

View File

@ -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
@ -33,12 +33,6 @@
/* (30 Mins) */
#define MIN_TIME_REQUIRED_FOR_NEXT_BUG_REPORT (30 * 60 * 1000)
/* HDD Scan inactivity timeout set to double
* of the CSR CMD Timeout.
*/
#define HDD_SCAN_INACTIVITY_TIMEOUT \
(CSR_ACTIVE_SCAN_LIST_CMD_TIMEOUT * 2)
int hdd_scan_context_init(struct hdd_context *hdd_ctx);
void hdd_scan_context_destroy(struct hdd_context *hdd_ctx);