Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193767
b: refs/heads/master
c: 664ffe8
h: refs/heads/master
i:
  193765: 143bfd8
  193763: 426dccb
  193759: bac3af5
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Mar 23, 2010
1 parent 84a5c7b commit fb9134c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ecbacf8da78d9312e3ef5ccdbbbd547267092941
refs/heads/master: 664ffe80c0df5ad2576420ed2e6bd75cc704ba3a
3 changes: 1 addition & 2 deletions trunk/drivers/net/ewrk3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1776,8 +1776,7 @@ static int ewrk3_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
break;
case EWRK3_SET_MCA: /* Set a multicast address */
if (capable(CAP_NET_ADMIN)) {
if (ioc->len > 1024)
{
if (ioc->len > HASH_TABLE_LEN) {
status = -EINVAL;
break;
}
Expand Down

0 comments on commit fb9134c

Please sign in to comment.