From: Jes Sorensen Date: Wed, 21 May 2014 07:37:40 +0000 (+0200) Subject: staging: rtl8723au: Get rid of struct ndis_802_11_config X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~630 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37cb982c2685029e716bfeccf55ec244a6919a32;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed