diff options
| author | Hanumanth Reddy Pothula <c_hpothu@codeaurora.org> | 2017-11-08 19:35:19 +0530 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-11-13 11:09:48 -0800 |
| commit | bce8929be9fac629d339864c570137644116df95 (patch) | |
| tree | 53b0cddf557d152d76a444bd1139251a5c1a312a /uapi/linux | |
| parent | 5c5c9353ddf240eeb26a56228b36ef463004fd9f (diff) | |
qcacld-3.0: Remove FW memory dump feature
qcacld-2.0 to qcacld-3.0 propagation
FW memory dump feature is no longer used. Hence remove FW memory
dump feature code changes.
Change-Id: Ida655f83630c369df746e7c0c9d61a8fee2932a2
CRs-Fixed: 2140261
Diffstat (limited to 'uapi/linux')
| -rw-r--r-- | uapi/linux/qca_vendor.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/uapi/linux/qca_vendor.h b/uapi/linux/qca_vendor.h index 4bc2edbba925..ba6457052598 100644 --- a/uapi/linux/qca_vendor.h +++ b/uapi/linux/qca_vendor.h @@ -301,6 +301,8 @@ enum qca_nl80211_vendor_subcmds { QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO = 61, QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START = 62, + + /* Deprecated */ QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_MEMORY_DUMP = 63, QCA_NL80211_VENDOR_SUBCMD_ROAM = 64, QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_SET_SSID_HOTLIST = 65, @@ -758,9 +760,6 @@ enum qca_nl80211_vendor_subcmds_index { QCA_NL80211_VENDOR_SUBCMD_EXTSCAN_HOTLIST_SSID_LOST_INDEX, #endif /* FEATURE_WLAN_EXTSCAN */ QCA_NL80211_VENDOR_SUBCMD_MONITOR_RSSI_INDEX, -#ifdef WLAN_FEATURE_MEMDUMP - QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_MEMORY_DUMP_INDEX, -#endif /* WLAN_FEATURE_MEMDUMP */ /* OCB events */ QCA_NL80211_VENDOR_SUBCMD_DCC_STATS_EVENT_INDEX, QCA_NL80211_VENDOR_SUBCMD_SCAN_INDEX, @@ -2832,7 +2831,6 @@ enum qca_wlan_vendor_attr_sap_conditional_chan_switch { /** * enum wifi_logger_supported_features - values for supported logger features - * @WIFI_LOGGER_MEMORY_DUMP_SUPPORTED - Memory dump of FW * @WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_SUPPORTED - Per packet statistics * @WIFI_LOGGER_CONNECT_EVENT_SUPPORTED - Logging of Connectivity events * @WIFI_LOGGER_POWER_EVENT_SUPPORTED - Power of driver @@ -2840,7 +2838,6 @@ enum qca_wlan_vendor_attr_sap_conditional_chan_switch { * @WIFI_LOGGER_WATCHDOG_TIMER_SUPPORTED - monitor FW health */ enum wifi_logger_supported_features { - WIFI_LOGGER_MEMORY_DUMP_SUPPORTED = (1 << (0)), WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_SUPPORTED = (1 << (1)), WIFI_LOGGER_CONNECT_EVENT_SUPPORTED = (1 << (2)), WIFI_LOGGER_POWER_EVENT_SUPPORTED = (1 << (3)), |
