brcmfmac: remove conversational comment
authorArend van Spriel <arend@broadcom.com>
Thu, 8 Oct 2015 18:33:14 +0000 (20:33 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 21 Oct 2015 07:56:42 +0000 (10:56 +0300)
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: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/brcm80211/brcmfmac/msgbuf.c

index 7eff9de6885bb2be078686236fdc118222fe2e48..44e618f9d89046b9350ce6fbc4eabb16f392458e 100644 (file)
@@ -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);
 }