|
@@ -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;
|