Commit 43569bfa authored by Arend van Spriel's avatar Arend van Spriel Committed by Kalle Valo
Browse files

brcmfmac: remove conversational comment



Removing a comment that was only useful during the review of
the change that introduced it and which should never have been
submitted.

Reviewed-by: default avatarHante Meuleman <meuleman@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 4a346284
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -873,9 +873,6 @@ brcmf_msgbuf_process_txstatus(struct brcmf_msgbuf *msgbuf, void *buf)
	commonring = msgbuf->flowrings[flowid];
	atomic_dec(&commonring->outstanding_tx);

	/* Hante: i believe this was a bug as tx_status->msg.ifidx was used
	 * in brcmf_txfinalize as index in drvr->iflist. Can you confirm/deny?
	 */
	brcmf_txfinalize(brcmf_get_ifp(msgbuf->drvr, tx_status->msg.ifidx),
			 skb, true);
}