Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278504
b: refs/heads/master
c: 005b0b0
h: refs/heads/master
v: v3
  • Loading branch information
sjur.brandeland@stericsson.com authored and David S. Miller committed Dec 6, 2011
1 parent f71a0f5 commit 4fac6f7
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: 1e226773c7e79051aa8a48258fe6ae61d20332bf
refs/heads/master: 005b0b076ff68a10cc7ca8d3ba32def3ae95ad96
2 changes: 1 addition & 1 deletion trunk/net/caif/cfrfml.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ static int cfrfml_receive(struct cflayer *layr, struct cfpkt *pkt)

static int cfrfml_transmit_segment(struct cfrfml *rfml, struct cfpkt *pkt)
{
caif_assert(cfpkt_getlen(pkt) < rfml->fragment_size);
caif_assert(cfpkt_getlen(pkt) < rfml->fragment_size + RFM_HEAD_SIZE);

/* Add info for MUX-layer to route the packet out. */
cfpkt_info(pkt)->channel_id = rfml->serv.layer.id;
Expand Down

0 comments on commit 4fac6f7

Please sign in to comment.