From 37cb982c2685029e716bfeccf55ec244a6919a32 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Wed, 21 May 2014 09:37:40 +0200 Subject: [PATCH] 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-format-patch failed