|
@@ -668,7 +668,8 @@ int wil_vring_init_tx(struct wil6210_priv *wil, int id, int size,
|
|
|
struct vring *vring = &wil->vring_tx[id];
|
|
|
struct vring_tx_data *txdata = &wil->vring_tx_data[id];
|
|
|
|
|
|
- wil_dbg_misc(wil, "%s()\n", __func__);
|
|
|
+ wil_dbg_misc(wil, "%s() max_mpdu_size %d\n", __func__,
|
|
|
+ cmd.vring_cfg.tx_sw_ring.max_mpdu_size);
|
|
|
|
|
|
if (vring->va) {
|
|
|
wil_err(wil, "Tx ring [%d] already allocated\n", id);
|