From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754434AbZJ3DSE (ORCPT ); Thu, 29 Oct 2009 23:18:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753658AbZJ3DSD (ORCPT ); Thu, 29 Oct 2009 23:18:03 -0400 Received: from chilli.pcug.org.au ([203.10.76.44]:56334 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752351AbZJ3DSC (ORCPT ); Thu, 29 Oct 2009 23:18:02 -0400 Date: Fri, 30 Oct 2009 14:18:00 +1100 From: Stephen Rothwell To: David Miller , Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Randy Dunlap , Greg Kroah-Hartman , Larry Finger , "John W. Linville" Subject: linux-next: manual merge of the net/wireless tree with the staging.current tree Message-Id: <20091030141800.eb72e320.sfr@canb.auug.org.au> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.3; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, Today's linux-next merge of the net tree got conflicts in drivers/staging/rtl8187se/Kconfig and drivers/staging/rtl8192e/Kconfig between commit a26961e914c88e3e2ed46ef67f83a33ad7b57c36 ("Staging: fix wireless drivers depends") from the staging.current tree and commit 125b181aec7a67c71234284ecf6d9c729d05deda ("staging: Add proper selection of WIRELESS_EXT and WEXT_PRIV") from the net/wireless tree. Just context changes. I fixed it up (see below) and can carry the fix for a while. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/staging/rtl8187se/Kconfig index 203c79b,faf6c60..0000000 --- a/drivers/staging/rtl8187se/Kconfig +++ b/drivers/staging/rtl8187se/Kconfig @@@ -1,6 -1,7 +1,7 @@@ config RTL8187SE tristate "RealTek RTL8187SE Wireless LAN NIC driver" - depends on PCI + depends on PCI && WLAN - depends on WIRELESS_EXT + select WIRELESS_EXT + select WEXT_PRIV default N ---help--- diff --cc drivers/staging/rtl8192e/Kconfig index 37e4fde,5c077b9..0000000 --- a/drivers/staging/rtl8192e/Kconfig +++ b/drivers/staging/rtl8192e/Kconfig @@@ -1,6 -1,7 +1,7 @@@ config RTL8192E tristate "RealTek RTL8192E Wireless LAN NIC driver" - depends on PCI + depends on PCI && WLAN - depends on WIRELESS_EXT + select WIRELESS_EXT + select WEXT_PRIV default N ---help---