summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVignesh Viswanathan <viswanat@codeaurora.org>2018-10-05 19:12:05 +0530
committernshrivas <nshrivas@codeaurora.org>2018-10-11 03:46:55 -0700
commite8a708502c4daf03e7c37e878a24f0ff12abdeca (patch)
tree79f358e3f672d18ca2ea03f193ce67d66b9b2b8e /tools/perf/scripts/python
parent25d70b241d1aff8553c572d6b7bcae4c61cf8a94 (diff)
qcacld-3.0: Handle each frame in Roam Frame Event independently
Currently the wmi_roam_synch_frame_event_id is sent from the FW before the roam_synch event if the size of the beacon/probe, reassoc request and reassoc response frames exceeds the max WMA message size. In such scenarios, the FW sends two wmi_roam_synch_frame_event_id events with the first event containing beacon/probe and reassoc response frames and the second event with reassoc request frame. However, driver is dropping the first event with beacon/probe and reassoc response frame as the reassoc request is not present in that event. This is expected in the first frame and the driver should handle each frame independenly in the wma_roam_synch_frame_event_handler. Remove the check for beacon/probe and reassoc request frame while handling reassoc response frame in wma_roam_synch_frame_event_handler. Change-Id: Ic66dd7f93da0de32715cf36be520128d2a1efc8e CRs-Fixed: 2325217
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions