Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27343
b: refs/heads/master
c: 6274115
h: refs/heads/master
i:
  27341: 1a6d95e
  27339: bbc2f49
  27335: e81e8a5
  27327: a5f075d
v: v3
  • Loading branch information
Adrian Bunk authored and John W. Linville committed May 5, 2006
1 parent e19b7b6 commit c1c4658
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: 6d92f83ffafe8e2ce105c3ec5696c62d6fcebcee
refs/heads/master: 6274115ce9f0c87068761b2ba5b0b2f7d13c17cf
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/ieee80211_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ int ieee80211_wx_get_encode(struct ieee80211_device *ieee,
len = sec->key_sizes[key];
memcpy(keybuf, sec->keys[key], len);

erq->length = (len >= 0 ? len : 0);
erq->length = len;
erq->flags |= IW_ENCODE_ENABLED;

if (ieee->open_wep)
Expand Down

0 comments on commit c1c4658

Please sign in to comment.