ath10k: add boot messages to htt.c
To unify the boot debug level. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:
parent
42a2efbc57
commit
aad0b65f5c
|
@ -502,7 +502,7 @@ int ath10k_htt_rx_attach(struct ath10k_htt *htt)
|
||||||
if (__ath10k_htt_rx_ring_fill_n(htt, htt->rx_ring.fill_level))
|
if (__ath10k_htt_rx_ring_fill_n(htt, htt->rx_ring.fill_level))
|
||||||
goto err_fill_ring;
|
goto err_fill_ring;
|
||||||
|
|
||||||
ath10k_dbg(ATH10K_DBG_HTT, "HTT RX ring size: %d, fill_level: %d\n",
|
ath10k_dbg(ATH10K_DBG_BOOT, "htt rx ring size %d fill_level %d\n",
|
||||||
htt->rx_ring.size, htt->rx_ring.fill_level);
|
htt->rx_ring.size, htt->rx_ring.fill_level);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|
|
@ -96,7 +96,7 @@ int ath10k_htt_tx_attach(struct ath10k_htt *htt)
|
||||||
htt->max_num_pending_tx = ath10k_hif_get_free_queue_number(htt->ar,
|
htt->max_num_pending_tx = ath10k_hif_get_free_queue_number(htt->ar,
|
||||||
pipe);
|
pipe);
|
||||||
|
|
||||||
ath10k_dbg(ATH10K_DBG_HTT, "htt tx max num pending tx %d\n",
|
ath10k_dbg(ATH10K_DBG_BOOT, "htt tx max num pending tx %d\n",
|
||||||
htt->max_num_pending_tx);
|
htt->max_num_pending_tx);
|
||||||
|
|
||||||
htt->pending_tx = kzalloc(sizeof(*htt->pending_tx) *
|
htt->pending_tx = kzalloc(sizeof(*htt->pending_tx) *
|
||||||
|
|
Loading…
Reference in New Issue