From: Al Viro Date: Sat, 29 Dec 2007 09:58:39 +0000 (-0500) Subject: ieee80211softmac_auth_resp() fix X-Git-Tag: v2.6.25-rc1~1162^2~217 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c414e84b2200ca8a7e7ae565cad200e5c02e02ec;p=pandora-kernel.git ieee80211softmac_auth_resp() fix The struct ieee8021_auth * passed to it comes straight from skb->data without any conversions; members of the struct are little-endian, so we'd better take that into account when doing switch by auth->algorithm, etc. Signed-off-by: Al Viro Signed-off-by: John W. Linville --- Reading git-diff-tree failed