]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3cccf69602b6c3f91f6bfbe75ff64d3bcc3b68ea
tree642a8fb0c93de69c5e783c0c85e83d3aa6a581fd
parent51d91802955123b1312c044cd83a04599a87b5f2
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