Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258513
b: refs/heads/master
c: 8f89502
h: refs/heads/master
i:
  258511: 071b036
v: v3
  • Loading branch information
Andy Shevchenko authored and John W. Linville committed Jul 20, 2011
1 parent 82b84b6 commit c742521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 1d15b5f2d380186761d49588de27b2a6538afacb
refs/heads/master: 8f895026e8ef26419c38851a958c16286fffb43a
7 changes: 2 additions & 5 deletions trunk/drivers/net/wireless/ath/ath9k/htc_drv_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,11 +623,8 @@ static ssize_t read_file_base_eeprom(struct file *file, char __user *user_buf,
pBase9287->openLoopPwrCntl);
}

len += snprintf(buf + len, size - len,
"%20s : %02X:%02X:%02X:%02X:%02X:%02X\n",
"MacAddress",
pBase->macAddr[0], pBase->macAddr[1], pBase->macAddr[2],
pBase->macAddr[3], pBase->macAddr[4], pBase->macAddr[5]);
len += snprintf(buf + len, size - len, "%20s : %pM\n", "MacAddress",
pBase->macAddr);
if (len > size)
len = size;

Expand Down

0 comments on commit c742521

Please sign in to comment.