commit | 0f6df02ad85fa79e48468932a9d93605a4088ba2 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Fri May 09 15:03:18 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 15 13:11:56 2014 -0700 |
tree | 4e1167f74fc1e8c275f880a1f1e1ee573f3a82b0 | |
parent | d217e5dd224829a7d2a190c8119f16385f7d275a [diff] |
staging: rtl8723au: Fix endian abnormality in mlme_evt_hdl23a() Every other place uses C2HEvent_Header() for events. Given the struct is endian dependant, use it here too to retrieve data from the parm buffer. Note the length field is not set/read in le order - question is whether it's simply an opaque field? Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>