Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203537
b: refs/heads/master
c: 8b967e4
h: refs/heads/master
i:
  203535: c456dde
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Jul 12, 2010
1 parent f7369d7 commit 2fe8b8b
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: b85aeb51805265b9f826857e5c5d9c0cd70dda55
refs/heads/master: 8b967e41e0f75328150b7cddf79de4ee57616f01
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/hostap/hostap_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ int prism2_wds_add(local_info_t *local, u8 *remote_addr,
return -ENOBUFS;

/* verify that there is room for wds# postfix in the interface name */
if (strlen(local->dev->name) > IFNAMSIZ - 5) {
if (strlen(local->dev->name) >= IFNAMSIZ - 5) {
printk(KERN_DEBUG "'%s' too long base device name\n",
local->dev->name);
return -EINVAL;
Expand Down

0 comments on commit 2fe8b8b

Please sign in to comment.