Kaynağa Gözat

qcacld-3.0: Remove legacy PMO configuration remnants

Previously change I9b9ff1f8701168787985cbcb219361a3f63c787f
("qcacld-3.0: Refine PMO configures based on converged cfg component")
introduced PMO items to the converged configuration.

Subsequently change I2cdf18c1000d8cc923c80c00bf530b2b0c60563e
("qcacld-3.0: Apply PMO configures") removed PMO items from the legacy
configuration.

This subsequent change was incomplete. It left behind the legacy
documentation as well as the legacy configuration macros for the
following items, so now remove them:
- gHwFilterMode
- gMCAddrListEnable
- g_enable_packet_filter_bitmap

Change-Id: I7876fc0cd810e1c4f36c30840c1af08387a9d70f
CRs-Fixed: 2367380
Jeff Johnson 6 yıl önce
ebeveyn
işleme
798b252b5c
1 değiştirilmiş dosya ile 0 ekleme ve 97 silme
  1. 0 97
      core/hdd/inc/wlan_hdd_cfg.h

+ 0 - 97
core/hdd/inc/wlan_hdd_cfg.h

@@ -1518,39 +1518,6 @@ enum hdd_dot11_mode {
 #define CFG_TL_DELAYED_TRGR_FRM_INT_MAX                  (4294967295UL)
 #define CFG_TL_DELAYED_TRGR_FRM_INT_DEFAULT              3000
 
-/*
- * <ini>
- * gHwFilterMode - configure hardware filter for DTIM mode
- * @Min: 0
- * @Max: 3
- * @Default: 1
- *
- * The hardware filter is only effective in DTIM mode. Use this configuration
- * to blanket drop broadcast/multicast packets at the hardware level, without
- * waking up the firmware
- *
- * Takes a bitmap of frame types to drop
- * @E.g.
- *	# disable feature
- *	gHwFilterMode=0
- *	# drop all broadcast frames, except ARP (default)
- *	gHwFilterMode=1
- *	# drop all multicast frames, except ICMPv6
- *	gHwFilterMode=2
- *	# drop all broadcast and multicast frames, except ARP and ICMPv6
- *	gHwFilterMode=3
- *
- * Related: N/A
- *
- * Usage: Internal/External
- *
- * </ini>
- */
-#define CFG_HW_FILTER_MODE_BITMAP_NAME	"gHwFilterMode"
-#define CFG_HW_FILTER_MODE_BITMAP_MIN		(0)
-#define CFG_HW_FILTER_MODE_BITMAP_MAX		(3)
-#define CFG_HW_FILTER_MODE_BITMAP_DEFAULT	(1)
-
 /*
  * gEnableDFSChnlScan - enable dfs channel scan.
  * @Min: 0
@@ -1691,30 +1658,6 @@ enum hdd_link_speed_rpt_type {
 #define HDD_MULTICAST_FILTER_LIST                              0x04
 #define HDD_MULTICAST_FILTER_LIST_CLEAR                        0x05
 
-/*
- * <ini>
- * gMCAddrListEnable - Enable/Disable Multicast MAC Address List feature
- * @Min: 0
- * @Max: 1
- * @Default: 1
- *
- * This ini is used to set default MAC Address
- * Default: Enable
- *
- * Related: None
- *
- * Supported Feature: STA
- *
- * Usage: Internal/External
- *
- * </ini>
- */
-
-#define CFG_MC_ADDR_LIST_ENABLE_NAME          "gMCAddrListEnable"
-#define CFG_MC_ADDR_LIST_ENABLE_MIN           (0)
-#define CFG_MC_ADDR_LIST_ENABLE_MAX           (1)
-#define CFG_MC_ADDR_LIST_ENABLE_DEFAULT       (1)
-
 /*
  * <ini>
  * gEnableRXSTBC - Enables/disables Rx STBC capability in STA mode
@@ -2519,46 +2462,6 @@ enum hdd_link_speed_rpt_type {
 #define CFG_IS_SAE_ENABLED_MIN     (0)
 #define CFG_IS_SAE_ENABLED_MAX     (1)
 
-#ifdef WLAN_FEATURE_PACKET_FILTERING
-/*
- * <ini>
- * g_enable_packet_filter_bitmap - Enable Packet filters before going into
- * suspend mode
- * @Min: 0
- * @Max: 63
- * @Default: 0
- * Below is the Detailed bit map of the Filters
- * bit-0 : IPv6 multicast
- * bit-1 : IPv4 multicast
- * bit-2 : IPv4 broadcast
- * bit-3 : XID - Exchange station Identification packet, solicits the
- * identification of the receiving station
- * bit-4 : STP - Spanning Tree Protocol, builds logical loop free topology
- * bit-5 : DTP/LLC/CDP
- * DTP - Dynamic Trunking Protocol is used by Ciscoswitches to negotiate
- * whether an interconnection between two switches should be put into access or
- * trunk mode
- * LLC - Logical link control, used for multiplexing, flow & error control
- * CDP - Cisco Discovery Protocol packet contains information about the cisco
- * devices in the network
- *
- * This ini support to enable above mentioned packet filters
- * when target goes to suspend mode, clear those when resume
- *
- * Related: None
- *
- * Supported Feature: PACKET FILTERING
- *
- * Usage: Internal/External
- *
- * </ini>
- */
-#define CFG_ENABLE_PACKET_FILTERS_NAME     "g_enable_packet_filter_bitmap"
-#define CFG_ENABLE_PACKET_FILTERS_DEFAULT  (0)
-#define CFG_ENABLE_PACKET_FILTERS_MIN      (0)
-#define CFG_ENABLE_PACKET_FILTERS_MAX      (63)
-#endif /* WLAN_FEATURE_PACKET_FILTERING */
-
 /*
  * <ini>
  * gcmp_enabled - ini to enable/disable GCMP