Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267650
b: refs/heads/master
c: 2246698
h: refs/heads/master
v: v3
  • Loading branch information
Mike McCormack authored and Larry Finger committed Aug 24, 2011
1 parent 7994f41 commit 2906698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 4f6807e8d2e972393009830d305ecec2d80c0449
refs/heads/master: 2246698303be8ffb36fc19f4daff1052521e7ea1
12 changes: 1 addition & 11 deletions trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -3188,17 +3188,7 @@ int rtl8192_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
}
}
}
#ifdef JOHN_DEBUG
{
int i;
RT_TRACE(COMP_DBG, "@@ wrq->u pointer = ");
for (i=0;i<wrq->u.data.length;i++){
if (i%10==0) RT_TRACE(COMP_DBG, "\n");
RT_TRACE(COMP_DBG, "%8x|", ((u32*)wrq->u.data.pointer)[i] );
}
RT_TRACE(COMP_DBG, "\n");
}
#endif

ret = rtllib_wpa_supplicant_ioctl(priv->rtllib, &wrq->u.data, 0);
kfree(ipw);
break;
Expand Down

0 comments on commit 2906698

Please sign in to comment.