Procházet zdrojové kódy

qca-wifi: Cleanup of redundant code under HOST_SW_LRO_ENABLE

Cleanup of redundant code under HOST_SW_LRO_ENABLE macro

Change-Id: Ic99cbe007d7c70cf78cb786fedd54f14b983f263
Neha Bisht před 4 roky
rodič
revize
8c7dd00c89
1 změnil soubory, kde provedl 0 přidání a 8 odebrání
  1. 0 8
      tools/linux/cfg80211_ven_cmd.h

+ 0 - 8
tools/linux/cfg80211_ven_cmd.h

@@ -351,10 +351,6 @@ enum {
 	IEEE80211_PARAM_TSO_STATS               = 345, /* Get TSO Stats */
 	IEEE80211_PARAM_TSO_STATS_RESET         = 346, /* Reset TSO Stats */
 #endif /* HOST_SW_TSO_ENABLE || HOST_SW_TSO_SG_ENABLE */
-#if HOST_SW_LRO_ENABLE
-	IEEE80211_PARAM_LRO_STATS               = 347, /* Get LRO Stats */
-	IEEE80211_PARAM_LRO_STATS_RESET         = 348, /* Reset LRO Stats */
-#endif /* HOST_SW_LRO_ENABLE */
 #if RX_CHECKSUM_OFFLOAD
 	IEEE80211_PARAM_RX_CKSUM_ERR_STATS      = 349, /* Get RX CKSUM Err Stats */
 	IEEE80211_PARAM_RX_CKSUM_ERR_RESET      = 350, /* Reset RX CKSUM Err Stats */
@@ -1685,10 +1681,6 @@ struct vendor_commands vap_vendor_cmds[] = {
 	{"get_tso_stats",       IEEE80211_PARAM_TSO_STATS, GET_PARAM, 0},
 	{"rst_tso_stats",       IEEE80211_PARAM_TSO_STATS_RESET, GET_PARAM, 0},
 #endif
-#if HOST_SW_LRO_ENABLE
-	{"get_lro_stats",       IEEE80211_PARAM_LRO_STATS, GET_PARAM, 0},
-	{"rst_lro_stats",       IEEE80211_PARAM_LRO_STATS_RESET, GET_PARAM, 0},
-#endif
 #if RX_CHECKSUM_OFFLOAD
 	{"get_csum_stats",      IEEE80211_PARAM_RX_CKSUM_ERR_STATS, GET_PARAM, 0},
 	{"rst_csum_stats",      IEEE80211_PARAM_RX_CKSUM_ERR_RESET, GET_PARAM, 0},