Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28819
b: refs/heads/master
c: 7bd6b91
h: refs/heads/master
i:
  28817: eb9c369
  28815: 5d24f8b
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Jun 15, 2006
1 parent 4d6e24f commit 8a7ff27
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: 12a3768792dc27f11a5edb96e38db32bcdc5fd27
refs/heads/master: 7bd6b91800c996da328bd57e40e62b3f73760fbe
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/softmac/ieee80211softmac_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ ieee80211softmac_wx_set_genie(struct net_device *dev,
memcpy(mac->wpa.IE, extra, wrqu->data.length);
dprintk(KERN_INFO PFX "generic IE set to ");
for (i=0;i<wrqu->data.length;i++)
dprintk("%.2x", mac->wpa.IE[i]);
dprintk("%.2x", (u8)mac->wpa.IE[i]);
dprintk("\n");
mac->wpa.IElen = wrqu->data.length;
} else {
Expand Down

0 comments on commit 8a7ff27

Please sign in to comment.