|
@@ -556,7 +556,10 @@ ol_tx_prepare_ll_fast(struct ol_txrx_pdev_t *pdev,
|
|
}
|
|
}
|
|
|
|
|
|
htt_tx_desc = tx_desc->htt_tx_desc;
|
|
htt_tx_desc = tx_desc->htt_tx_desc;
|
|
|
|
+
|
|
|
|
+#if defined(HELIUMPLUS)
|
|
qdf_mem_zero(tx_desc->htt_frag_desc, sizeof(struct msdu_ext_desc_t));
|
|
qdf_mem_zero(tx_desc->htt_frag_desc, sizeof(struct msdu_ext_desc_t));
|
|
|
|
+#endif
|
|
|
|
|
|
/* Make sure frags num is set to 0 */
|
|
/* Make sure frags num is set to 0 */
|
|
/*
|
|
/*
|