mac80211: brcmfmac: support dumping stations
[15.05/openwrt.git] / package / kernel / mac80211 / patches / 372-0004-brcmfmac-remove-conversational-comment.patch
1 From: Arend van Spriel <arend@broadcom.com>
2 Date: Thu, 8 Oct 2015 20:33:14 +0200
3 Subject: [PATCH] brcmfmac: remove conversational comment
4
5 Removing a comment that was only useful during the review of
6 the change that introduced it and which should never have been
7 submitted.
8
9 Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
10 Signed-off-by: Arend van Spriel <arend@broadcom.com>
11 Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
12 ---
13
14 --- a/drivers/net/wireless/brcm80211/brcmfmac/msgbuf.c
15 +++ b/drivers/net/wireless/brcm80211/brcmfmac/msgbuf.c
16 @@ -873,9 +873,6 @@ brcmf_msgbuf_process_txstatus(struct brc
17         commonring = msgbuf->flowrings[flowid];
18         atomic_dec(&commonring->outstanding_tx);
19  
20 -       /* Hante: i believe this was a bug as tx_status->msg.ifidx was used
21 -        * in brcmf_txfinalize as index in drvr->iflist. Can you confirm/deny?
22 -        */
23         brcmf_txfinalize(brcmf_get_ifp(msgbuf->drvr, tx_status->msg.ifidx),
24                          skb, true);
25  }