summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAbhinav Kumar <abhikuma@codeaurora.org>2018-08-02 15:49:39 +0530
committernshrivas <nshrivas@codeaurora.org>2018-08-03 23:01:46 -0700
commit80872c23a0f9cbe6fd0d8145cf5590bebc1282c7 (patch)
treed8cac260e92627826bafdc8af93f7c2cc32a05a4 /tools/perf/scripts/python
parent268dbde23669cfb501611d1b0f0f6d5359f8647c (diff)
qcacld-3.0: Update last_scan_reject_timestamp with proper value
When the scan is rejected, driver saves the scan reject reason and the rejected time by converting the jiffies to msec. In case when HZ is 100 while converting jiffies to msec, jiffies_to_msecs() return wrapped value of jiffies(in msec). This result value of the current jiffies (return value of jiffies_to_msecs API) becomes greater than scan reject time (pHddCtx->last_scan_reject_timestamp) and __wlan_hdd_cfg80211_scan trigger SSR in case of scan rejection. Fix is to Use jiffiy directly instead of using jiffies_to_msecs() while updating scan reject time(pHddCtx->last_scan_reject_timestamp). Change-Id: Ib86830456fdc48143bf282779216ab94aed11923 CRs-Fixed: 2289992
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions