staging: rtl8188eu: Do not byteswap half initialized variable
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 19 May 2014 08:08:19 +0000 (10:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 16:50:54 +0000 (01:50 +0900)
commitd6c455ac1e50d0c2e377aaeae42f62833c771b2b
treef22b5c52c9f3ec1f030b392c20bc62c18178c11b
parentb5e1e9126a4957c7653d1c0ee9b6b54089b7d936
staging: rtl8188eu: Do not byteswap half initialized variable

Copying 16 bits into an uninitialized 32 bit stack variable and then
byteswapping it can provide 'interesting' results.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c