]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] wireless: correct dump of WPA IE
authorLarry Finger <Larry.Finger@lwfinger.net>
Thu, 8 Jun 2006 14:47:42 +0000 (09:47 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Jun 2006 19:48:14 +0000 (15:48 -0400)
commit7bd6b91800c996da328bd57e40e62b3f73760fbe
treeff1ae357b6789c5439864a0b611d5e7ba10949dd
parent12a3768792dc27f11a5edb96e38db32bcdc5fd27
[PATCH] wireless: correct dump of WPA IE

In net/ieee80211/softmac/ieee80211softmac_wx.c, there is a bug that
prints extended sign information whenever the byte value exceeds
0x7f. The following patch changes the printk to use a u8 cast to limit
the output to 2 digits. This bug was first noticed by Dan Williams
<dcbw@redhat.com>. This patch applies to the current master branch
of the Linville tree.

Signed-Off-By: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_wx.c