qcacmn: Use module specific kbuilds for config params
write module specific macros inside module/config and use these inc files inside the kbuild of the module using those macros. Change-Id: Ide18770973f35d0e5c45e2474b24256107f40d8c
This commit is contained in:
@@ -3834,11 +3834,9 @@ void dp_htt_stats_print_tag(uint8_t tag_type, uint32_t *tag_buf)
|
||||
dp_print_tx_tid_stats_tlv(tag_buf);
|
||||
break;
|
||||
|
||||
#ifdef CONFIG_WIN
|
||||
case HTT_STATS_TX_TID_DETAILS_V1_TAG:
|
||||
dp_print_tx_tid_stats_v1_tlv(tag_buf);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case HTT_STATS_RX_TID_DETAILS_TAG:
|
||||
dp_print_rx_tid_stats_tlv(tag_buf);
|
||||
|
Reference in New Issue
Block a user