qcacld-3.0: Remove maxWoWFilters and related
Recent changes in Power Management and Offload (PMO) have removed the need for a configurable maximum number of WoW filters. Remove the following relevant fields: * maxWoWFilters * CFG_MAX_WOW_FILTERS_MAX * WMA_STA_WOW_DEFAULT_PTRN_MAX * max_wow_filters * ol_ini_info Change-Id: I99cc74731d6373258dc65473a8342bda0ab2786b CRs-Fixed: 2199452
This commit is contained in:
@@ -273,7 +273,6 @@ enum pmo_auto_pwr_detect_failure_mode {
|
||||
* @active_mode_offload: true if psoc supports active mode offload else false
|
||||
* @ap_arpns_support: true if psoc supports arp ns for ap mode
|
||||
* @d0_wow_supported: true if psoc supports D0 wow command
|
||||
* @max_wow_filters: maximum number of wow filter supported
|
||||
* @ra_ratelimit_enable: true when ra filtering ins eanbled else false
|
||||
* @ra_ratelimit_interval: ra packets interval
|
||||
* @magic_ptrn_enable: true when magic pattern is enabled else false
|
||||
@@ -302,7 +301,6 @@ struct pmo_psoc_cfg {
|
||||
bool active_mode_offload;
|
||||
bool ap_arpns_support;
|
||||
bool d0_wow_supported;
|
||||
uint8_t max_wow_filters;
|
||||
bool ra_ratelimit_enable;
|
||||
uint16_t ra_ratelimit_interval;
|
||||
bool magic_ptrn_enable;
|
||||
|
@@ -30,7 +30,6 @@
|
||||
|
||||
#define PMO_WOWL_PTRN_MAX_SIZE 146
|
||||
#define PMO_WOWL_PTRN_MASK_MAX_SIZE 19
|
||||
#define PMO_WOWL_MAX_PTRNS_ALLOWED CFG_MAX_WOW_FILTERS_MAX
|
||||
#define PMO_WOWL_BCAST_PATTERN_MAX_SIZE 146
|
||||
|
||||
#define PMO_WOW_INTER_PTRN_TOKENIZER ';'
|
||||
|
Reference in New Issue
Block a user