commit | 94e10bfb8a7372df3ef2759c9ec2a37de2f24aca | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Oct 25 22:16:23 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Nov 10 21:58:41 2007 -0800 |
tree | 6c808532ace86c7cb62491f15df48f4b7068959a | |
parent | b226801676d9533d09da511eb379fe970fa1a770 [diff] |
softmac: fix wext MLME request reason code endianness The MLME request reason code is host-endian and our passing it to the low level functions is host-endian as well since they do the swapping. I noticed that the reason code 768 was sent (0x300) rather than 3 when wpa_supplicant terminates. This removes the superfluous cpu_to_le16() call. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>