staging: rtl8723au: Get rid of struct ndis_802_11_config
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 21 May 2014 07:37:40 +0000 (09:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 07:27:43 +0000 (16:27 +0900)
commit37cb982c2685029e716bfeccf55ec244a6919a32
tree642a8fb0c93de69c5e783c0c85e83d3aa6a581fd
parent9a3c056873ccb0286ab1fdf2e6c6a99f28b1b5c7
staging: rtl8723au: Get rid of struct ndis_802_11_config

This exposed a nice endian bug in collect_bss_info23a() where two
bytes in little-endian order were copied into a u32 and afterwards
le32_to_cpu() was applied to it....

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_ap.c
drivers/staging/rtl8723au/core/rtw_ieee80211.c
drivers/staging/rtl8723au/core/rtw_mlme.c
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
drivers/staging/rtl8723au/hal/rtl8723a_cmd.c
drivers/staging/rtl8723au/include/wlan_bssdef.h
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c