qcacld-3.0: Update SR params on beacon update
If the Spatial Reuse parameters change in the beacon post association, update the new parameters to the firmware and userspace. Add a new SR change reason for beacon update. Use this to update the new SR params to userspace. Change-Id: I929d8edf7425e6e9494027f6da07a5406d2db123 CRs-Fixed: 3316986
This commit is contained in:

committed by
Madan Koyyalamudi

vanhempi
b57c697e7f
commit
714848d11a
@@ -44,10 +44,13 @@ enum sr_osif_operation {
|
||||
* @SR_REASON_CODE_CONCURRENCY: Spatial Reuse reason code is concurrency
|
||||
* will be set when SR is suspended / resumed
|
||||
* due to concurrency
|
||||
* @SR_REASON_CODE_BCN_IE_CHANGE: Spatial Reuse reason code is SRP IE change
|
||||
* in the beacon/probe rsp of the associated AP
|
||||
*/
|
||||
enum sr_osif_reason_code {
|
||||
SR_REASON_CODE_ROAMING = 0,
|
||||
SR_REASON_CODE_CONCURRENCY = 1,
|
||||
SR_REASON_CODE_BCN_IE_CHANGE = 2,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Viittaa uudesa ongelmassa
Block a user