qcacld-3.0: Fix compilation from wma cleanup

Some cleanup missing from below change, remove the same to fix
compilation issue.
"Ia5b290e3367a894646f138cfeedcb9ab3012e9be"

Change-Id: I5aea8b2c5a00df6c1f8eef6a106918763816fdd0
CRs-Fixed: 2430444
This commit is contained in:
Arif Hussain
2019-04-05 09:52:33 -07:00
committed by nshrivas
parent cc0be949cc
commit 9946563033

View File

@@ -2033,7 +2033,7 @@ static void wma_state_info_dump(char **buf_ptr, uint16_t *size)
"nwType %d\n" "nwType %d\n"
"tx_streams %d\n" "tx_streams %d\n"
"rx_streams %d\n" "rx_streams %d\n"
"chain_mask %d\n", "chain_mask %d",
vdev_id, vdev_id,
stats.pno_match_wake_up_count, stats.pno_match_wake_up_count,
stats.pno_complete_wake_up_count, stats.pno_complete_wake_up_count,
@@ -2115,7 +2115,6 @@ static void wma_state_info_dump(char **buf_ptr, uint16_t *size)
"\tipv6_mcast_ns %u\n" "\tipv6_mcast_ns %u\n"
"\tipv6_mcast_na %u\n" "\tipv6_mcast_na %u\n"
"\toem_response %u\n" "\toem_response %u\n"
"conn_state %d\n"
"dtimPeriod %d\n" "dtimPeriod %d\n"
"chanmode %d\n" "chanmode %d\n"
"vht_capable %d\n" "vht_capable %d\n"
@@ -2131,9 +2130,7 @@ static void wma_state_info_dump(char **buf_ptr, uint16_t *size)
"nwType %d\n" "nwType %d\n"
"tx_streams %d\n" "tx_streams %d\n"
"rx_streams %d\n" "rx_streams %d\n"
"chain_mask %d\n" "chain_mask %d",
"nss_2g %d\n"
"nss_5g %d",
vdev_id, vdev_id,
stats->pno_match, stats->pno_match,
stats->pno_complete, stats->pno_complete,
@@ -2150,7 +2147,6 @@ static void wma_state_info_dump(char **buf_ptr, uint16_t *size)
stats->ipv6_mcast_ns, stats->ipv6_mcast_ns,
stats->ipv6_mcast_na, stats->ipv6_mcast_na,
stats->oem_response, stats->oem_response,
iface->conn_state,
iface->dtimPeriod, iface->dtimPeriod,
iface->chanmode, iface->chanmode,
iface->vht_capable, iface->vht_capable,
@@ -2166,9 +2162,7 @@ static void wma_state_info_dump(char **buf_ptr, uint16_t *size)
iface->nwType, iface->nwType,
iface->tx_streams, iface->tx_streams,
iface->rx_streams, iface->rx_streams,
iface->chain_mask, iface->chain_mask);
iface->nss_2g,
iface->nss_5g);
} }
*size -= len; *size -= len;