Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21235
b: refs/heads/master
c: a23f460
h: refs/heads/master
i:
  21233: 3985a3c
  21231: 1976ec1
v: v3
  • Loading branch information
Dan Williams authored and John W. Linville committed Feb 28, 2006
1 parent 778d584 commit 19be0ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: acfaf10be5c19f7dceb9d7372039dc45af66b100
refs/heads/master: a23f460dd0c7c9c58b03494c7819e126b2c72383
2 changes: 0 additions & 2 deletions trunk/drivers/net/wireless/airo.c
Original file line number Diff line number Diff line change
Expand Up @@ -5036,7 +5036,6 @@ static int set_wep_key(struct airo_info *ai, u16 index,
wkr.len = sizeof(wkr);
wkr.kindex = 0xffff;
wkr.mac[0] = (char)index;
if (perm) printk(KERN_INFO "Setting transmit key to %d\n", index);
if (perm) ai->defindex = (char)index;
} else {
// We are actually setting the key
Expand All @@ -5045,7 +5044,6 @@ static int set_wep_key(struct airo_info *ai, u16 index,
wkr.klen = keylen;
memcpy( wkr.key, key, keylen );
memcpy( wkr.mac, macaddr, ETH_ALEN );
printk(KERN_INFO "Setting key %d\n", index);
}

if (perm) disable_MAC(ai, lock);
Expand Down

0 comments on commit 19be0ef

Please sign in to comment.