ieee80211softmac_auth_resp() fix
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 29 Dec 2007 09:58:39 +0000 (04:58 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:08:47 +0000 (15:08 -0800)
commitc414e84b2200ca8a7e7ae565cad200e5c02e02ec
tree8e4121b30330b003b9dc9a57a433acdeb95fc6b4
parentb16f13d00c6f7e7317d3074f9bd07b5c9f313891
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 <viro@zeniv.linux.org.uk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/ieee80211softmac_auth.c