Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c:203:34: error: 'struct ieee80211_hdr' has no member named 'addr1' ieee->dev->name, header->addr1); ^ I can't easily see what caused this, so I just disabled the staging tree driver: From: Stephen Rothwell Date: Wed, 28 May 2014 19:43:17 +1000 Subject: [PATCH] staging: rtl8192u: diable broken driver Signed-off-by: Stephen Rothwell --- drivers/staging/rtl8192u/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/rtl8192u/Kconfig b/drivers/staging/rtl8192u/Kconfig index 3ee9d0d00fb6..ea5d02d8cca2 100644 --- a/drivers/staging/rtl8192u/Kconfig +++ b/drivers/staging/rtl8192u/Kconfig @@ -2,6 +2,7 @@ config RTL8192U tristate "RealTek RTL8192U Wireless LAN NIC driver" depends on PCI && WLAN && USB depends on m + depends on BROKEN select WIRELESS_EXT select WEXT_PRIV select CRYPTO -- 2.0.0.rc4 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au