qcacld-3.0: Send async event to user space in case of roaming
Currently, if SR (Spatial Reuse) is supported by AP and then STA roams to another AP then host needs to parse SR IE and send events to userspace and commands to Fw based on below scenarios: i.) Roamed AP doesn't support SR: If roamed AP doesn't support SR then async event with SR disable is required to be sent to userspace. ii.) Roamed AP supports SR: If roamed AP supports SR then below validations are required. a.) existing thresholds are in range of roamed AP: Send SR enable command to FW with previous thresholds , as FW disables SR during roaming. b.) existing thresholds are not in range of roamed AP: then decision will be based on whether threshold is provided during SR enable command or not. If threshold is provided along with SR enable command then send disable to userspace and in other case update thresholds as per roamed AP , send async event to userspace with new configured values and send enable command to fw with new thresholds. Change-Id: I0c39de349c0f723d49d510c6e8ba09dcb98c6d17 CRs-Fixed: 3316985
This commit is contained in:

zatwierdzone przez
Madan Koyyalamudi

rodzic
1689071af8
commit
728998c4af
@@ -763,7 +763,7 @@ QDF_STATUS wma_sr_update(tp_wma_handle wma, uint8_t vdev_id, bool enable)
|
||||
} else {
|
||||
/* VDEV down, disable SR */
|
||||
wlan_vdev_mlme_set_sr_ctrl(vdev, 0);
|
||||
wlan_vdev_mlme_set_pd_offset(vdev, 0);
|
||||
wlan_vdev_mlme_set_non_srg_pd_offset(vdev, 0);
|
||||
}
|
||||
|
||||
wma_debug("SR param val: %x, Enable: %x", val, enable);
|
||||
|
Reference in New Issue
Block a user