Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227967
b: refs/heads/master
c: d4fcdc6
h: refs/heads/master
i:
  227965: eddf0a6
  227963: b99f6a8
  227959: a2cd6f1
  227951: 0f7f439
  227935: cf2cd0b
  227903: 61fb165
  227839: 4ee1a4f
v: v3
  • Loading branch information
Ben Hutchings authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 2965f04 commit 84462b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69ec303a99ff68cfb5dbc6cefb043e53b6ba8945
refs/heads/master: d4fcdc68564f49cbb4fdaf9b0ebfb5c3d02c81d3
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ void dhd_rx_frame(dhd_pub_t *dhdp, int ifidx, void *pktbuf, int numpkt)
/* Process special event packets and then discard them */
if (ntoh16(skb->protocol) == ETHER_TYPE_BRCM)
dhd_wl_host_event(dhd, &ifidx,
skb->mac_header,
skb_mac_header(skb),
&event, &data);

ASSERT(ifidx < DHD_MAX_IFS && dhd->iflist[ifidx]);
Expand Down

0 comments on commit 84462b2

Please sign in to comment.