Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199883
b: refs/heads/master
c: 2d98bb2
h: refs/heads/master
i:
  199881: 254ea7e
  199879: 8deee3d
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent eaadbae commit 4162566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c60e55f30a4dac15db51b398c3bd94e4cfbf743a
refs/heads/master: 2d98bb22c33b033182edd3a3c6b4c4e1d091db4d
2 changes: 2 additions & 0 deletions trunk/drivers/staging/rt2860/sta_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2522,6 +2522,8 @@ int rt28xx_sta_ioctl(IN struct net_device *net_dev,
Status =
copy_to_user(erq->pointer, pAd->nickname,
erq->length);
if (Status)
Status = -EFAULT;
break;
}
case SIOCGIWRATE: /*get default bit rate (bps) */
Expand Down

0 comments on commit 4162566

Please sign in to comment.