qcacmn: Add beacon ratelimiting
Rate-limiting will be based on number of beacons received. When the beacon is not from connected AP, the beacons are dropped on a percentage of received beacons and rate limit, which is configured by the user. CRs-Fixed: 3230508 Change-Id: Iac591c37129fda6923ef254c2950cb0bdbb44ce9
This commit is contained in:

committed by
Madan Koyyalamudi

parent
eb56570ae1
commit
c9f08ae24b
@@ -5749,6 +5749,7 @@ typedef enum {
|
||||
#endif
|
||||
wmi_service_tdls_wideband_support,
|
||||
#endif
|
||||
wmi_service_is_my_mgmt_frame,
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||
|
Reference in New Issue
Block a user