Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186507
b: refs/heads/master
c: 1c47faa
h: refs/heads/master
i:
  186505: 0cc0260
  186503: b3b7ea2
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 1127d9b commit 26db85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: cb13887657ec7130ff3e4ea7f78cda2e8a943b30
refs/heads/master: 1c47faa0af6f9316e863174f6d30ede60ebf7e36
3 changes: 1 addition & 2 deletions trunk/drivers/staging/otus/80211core/ctxrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,7 @@ void zfProtRspSim(zdev_t* dev, zbuf_t* buf)
zm_msg2_rx(ZM_LV_2, "ip1=", dip[1]);

//ARP request to 192.168.1.15
if ((arpOp == 0x0100) && (dip[0] == 0xa8c0) && (dip[1] == 0x0f01));
{
if ((arpOp == 0x0100) && (dip[0] == 0xa8c0) && (dip[1] == 0x0f01)) {
zm_msg0_rx(ZM_LV_2, "ARP");
/* ARP response */
zmw_rx_buf_writeh(dev, buf, 20, 0x0200);
Expand Down

0 comments on commit 26db85a

Please sign in to comment.