Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213994
b: refs/heads/master
c: a3d5583
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and John W. Linville committed Aug 16, 2010
1 parent 0adb16c commit a260035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2674f82d3eef97df98fd5dbd4224ce1ce4800a3b
refs/heads/master: a3d558355e7695ca78fc3f0df611af482096bd87
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/prism54/isl_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3234,7 +3234,7 @@ prism54_ioctl(struct net_device *ndev, struct ifreq *rq, int cmd)
switch (cmd) {
case PRISM54_HOSTAPD:
if (!capable(CAP_NET_ADMIN))
return -EPERM;
return -EPERM;
ret = prism54_hostapd(ndev, &wrq->u.data);
return ret;
}
Expand Down

0 comments on commit a260035

Please sign in to comment.