From: Larry Finger Date: Thu, 8 Jun 2006 14:47:42 +0000 (-0500) Subject: [PATCH] wireless: correct dump of WPA IE X-Git-Tag: v2.6.18-rc1~1081^2~224^2~27^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd6b91800c996da328bd57e40e62b3f73760fbe;p=pandora-kernel.git [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 . This patch applies to the current master branch of the Linville tree. Signed-Off-By: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed