qcacmn: Add SCAN WAR for hawkeye emulation

Emulation being clocked at lowest rate,
SCAN and serialization timers are modified to handle
these scenarios

Change-Id: Ia937930483dbcd0268fd2fe2d0393e49f09b215f
CRs-Fixed: 2009490
This commit is contained in:
Anish Nataraj
2017-03-20 12:57:55 +05:30
committed by Sandeep Puligilla
parent 6b38734120
commit da0e2f41b7
5 changed files with 53 additions and 0 deletions

View File

@@ -64,4 +64,11 @@ uint8_t wlan_freq_to_chan(uint32_t freq);
uint8_t *wlan_get_vendor_ie_ptr_from_oui(uint8_t *oui,
uint8_t oui_size, uint8_t *ie, uint16_t ie_len);
/**
* wlan_is_emulation_platform() - check if platform is emulation based
* @phy_version - psoc nif phy_version
*
* Return: boolean value based on platform type
*/
bool wlan_is_emulation_platform(uint32_t phy_version);
#endif /* _WLAN_UTILITY_H_ */