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
这个提交包含在:
Arif Hussain
2019-04-05 09:52:33 -07:00
提交者 nshrivas
父节点 cc0be949cc
当前提交 9946563033

查看文件

@@ -2033,7 +2033,7 @@ static void wma_state_info_dump(char **buf_ptr, uint16_t *size)
"nwType %d\n"
"tx_streams %d\n"
"rx_streams %d\n"
"chain_mask %d\n",
"chain_mask %d",
vdev_id,
stats.pno_match_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_na %u\n"
"\toem_response %u\n"
"conn_state %d\n"
"dtimPeriod %d\n"
"chanmode %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"
"tx_streams %d\n"
"rx_streams %d\n"
"chain_mask %d\n"
"nss_2g %d\n"
"nss_5g %d",
"chain_mask %d",
vdev_id,
stats->pno_match,
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_na,
stats->oem_response,
iface->conn_state,
iface->dtimPeriod,
iface->chanmode,
iface->vht_capable,
@@ -2166,9 +2162,7 @@ static void wma_state_info_dump(char **buf_ptr, uint16_t *size)
iface->nwType,
iface->tx_streams,
iface->rx_streams,
iface->chain_mask,
iface->nss_2g,
iface->nss_5g);
iface->chain_mask);
}
*size -= len;