qcacld-3.0: Fix random mac addr set issue
For every random mac addr set/clear command to firmware, driver gets reply from firmware whether success or fail. But sometimes, if the response event is delayed by more than 100ms by firmware then timeout happens in HDD. Upon timeout, driver sends clear random mac command which gets dropped in p2p_process_set_rand_mac API as prev command status from firmware is pending. So fix is to increase the timeout value to 1000ms Change-Id: Icf4240265bac67e0fd3eaf2d904a597b4bfe2e25 CRs-Fixed: 3297401
Loading
Please register or sign in to comment