Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170679
b: refs/heads/master
c: a81d4bf
h: refs/heads/master
i:
  170677: 8cd6f6d
  170675: f6f9192
  170671: 9472985
v: v3
  • Loading branch information
roel kluin authored and David S. Miller committed Oct 13, 2009
1 parent 5ac3725 commit 161234c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 06a96b33aea838b61a6eeccded781a305cf85a12
refs/heads/master: a81d4bfdef72af6b332306a64e2d119bd5365506
3 changes: 2 additions & 1 deletion trunk/drivers/net/hamradio/baycom_epp.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,8 @@ static int receive(struct net_device *dev, int cnt)
state = 0;

/* not flag received */
else if (!(bitstream & (0x1fe << j)) != (0x0fc << j)) {
else if ((bitstream & (0x1fe << j)) !=
(0x0fc << j)) {
if (state)
do_rxpacket(dev);
bc->hdlcrx.bufcnt = 0;
Expand Down

0 comments on commit 161234c

Please sign in to comment.