Skip to content

Commit 4b2814f

Browse files
James Hughespopcornmix
James Hughes
authored andcommitted
Sets the BCDC priority to constant 0
This is to workaround for a possible issue in the wireless chip firmware where some packets with higher priorities seem to go missing. See #1342 for details.
1 parent 03397e6 commit 4b2814f

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

1 file changed

+1
-1
lines changed

drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcdc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ brcmf_proto_bcdc_hdrpush(struct brcmf_pub *drvr, int ifidx, u8 offset,
274274
if (pktbuf->ip_summed == CHECKSUM_PARTIAL)
275275
h->flags |= BCDC_FLAG_SUM_NEEDED;
276276

277-
h->priority = (pktbuf->priority & BCDC_PRIORITY_MASK);
277+
h->priority = 0;
278278
h->flags2 = 0;
279279
h->data_offset = offset;
280280
BCDC_SET_IF_IDX(h, ifidx);

0 commit comments

Comments
 (0)