Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220384
b: refs/heads/master
c: a113af9
h: refs/heads/master
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Oct 19, 2010
1 parent 17ec498 commit 6c1e55d
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 1bc80e95274a96f1bd6af25bb65f33cef57f6704
refs/heads/master: a113af9a35191901a2be532a7d70ee2dff8ad82d
13 changes: 11 additions & 2 deletions trunk/drivers/staging/wlags49_h2/wl_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3139,8 +3139,17 @@ void wl_process_mailbox( struct wl_private *lp )
//DBG_TRACE( DbgInfo, "(%s) lenType : 0x%04x.\n",
// lp->dev->name, probe_rsp->lenType );

DBG_TRACE( DbgInfo, "(%s) timeStamp : %s\n",
lp->dev->name, DbgHwAddr( probe_rsp->timeStamp ));
DBG_TRACE(DbgInfo, "(%s) timeStamp : "
"%d.%d.%d.%d.%d.%d.%d.%d\n",
lp->dev->name,
probe_rsp->timeStamp[0],
probe_rsp->timeStamp[1],
probe_rsp->timeStamp[2],
probe_rsp->timeStamp[3],
probe_rsp->timeStamp[4],
probe_rsp->timeStamp[5],
probe_rsp->timeStamp[6],
probe_rsp->timeStamp[7]);

DBG_TRACE( DbgInfo, "(%s) beaconInt : 0x%04x.\n",
lp->dev->name, probe_rsp->beaconInterval );
Expand Down

0 comments on commit 6c1e55d

Please sign in to comment.