Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219889
b: refs/heads/master
c: e7cde7b
h: refs/heads/master
i:
  219887: 020be63
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Sep 20, 2010
1 parent c778be9 commit a59348a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 97d2354518897cfc42740637e6390eaa23e3d206
refs/heads/master: e7cde7b31271155e5fb896a325bea38e9e604806
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/iwctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2018,7 +2018,7 @@ param->u.wpa_key.seq_len = seq_len;

#if 0
printk("param->u.wpa_key.alg_name =%d\n",param->u.wpa_key.alg_name);
printk(KERN_DEBUG "param->addr=%pM\n", &param->addr[0]);
printk(KERN_DEBUG "param->addr=%pM\n", param->addr);
printk("param->u.wpa_key.set_tx =%d\n",param->u.wpa_key.set_tx);
printk("param->u.wpa_key.key_index =%d\n",param->u.wpa_key.key_index);
printk("param->u.wpa_key.key_len =%d\n",param->u.wpa_key.key_len);
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/vt6655/vntwifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,7 @@ VNTWIFIvGetTxRate(
wTxDataRate = (pMgmt->sNodeDBTable[0].wTxDataRate);
#ifdef PLICE_DEBUG
printk(KERN_DEBUG "GetTxRate:AP MAC is %pM,TxRate is %d\n",
&pMgmt->sNodeDBTable[0].abyMACAddr[0],
wTxDataRate);
pMgmt->sNodeDBTable[0].abyMACAddr, wTxDataRate);
#endif


Expand Down

0 comments on commit a59348a

Please sign in to comment.