qcacld-3.0: Modify STORED_ACS_FREQ_TIMEOUT from 500ms to 5sec
During XPAN turn-on, two ACS request will come to driver, first
BT initiate the ACS and then hostapd. This is to get the channel
by BT before actual ACS is triggered. But both req should return
same freq if both are coming within 500ms.
Due to country code setting in hostapd during initial SAP turn
on, it causes 1sec delay to turn on SAP which results two
different ACS results and in some scenario it may take 5secs
also.
To avoid delay in SAP turn on, modify STORED_ACS_FREQ_TIMEOUT
from 500ms to 5sec
Change-Id: I7cac7b557a78faa00c6e97444c7a918b012eadb5
CRs-Fixed: 3607574