From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:35899 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753264AbZK1UPe (ORCPT ); Sat, 28 Nov 2009 15:15:34 -0500 Date: Sat, 28 Nov 2009 15:07:14 -0500 From: "John W. Linville" To: Hauke Mehrtens Cc: lrodriguez@atheros.com, linux-wireless@vger.kernel.org Subject: Re: [PATCH 2/2] [compat-2.6] add split mwl8k Message-ID: <20091128200713.GA13520@tuxdriver.com> References: <1259271064-11298-1-git-send-email-hauke@hauke-m.de> <1259271064-11298-2-git-send-email-hauke@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1259271064-11298-2-git-send-email-hauke@hauke-m.de> Sender: linux-wireless-owner@vger.kernel.org List-ID: FWIW, I'm reverting this patch in wireless-testing... On Thu, Nov 26, 2009 at 10:31:04PM +0100, Hauke Mehrtens wrote: > > Signed-off-by: Hauke Mehrtens > --- > config.mk | 7 +++++-- > scripts/admin-update.sh | 2 +- > 2 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/config.mk b/config.mk > index e9e85d7..3ee9e53 100644 > --- a/config.mk > +++ b/config.mk > @@ -155,7 +155,7 @@ CONFIG_ATH9K=m > # CONFIG_ATH9K_COMMON to an area that doesn't depend on PCI > # as you could then have ath9k disabled but ath9k_htc enabled. > CONFIG_ATH9K_COMMON=m > -# CONFIG_ATH9K_DEBUG=y > +# CONFIG_ATH9K_DEBUGFS=y > > > CONFIG_IWLWIFI=m > @@ -272,7 +272,10 @@ endif > CONFIG_ATMEL=m > CONFIG_PCI_ATMEL=m > > -CONFIG_MWL8K=m > +CONFIG_MWL8K=y > +CONFIG_MWL8K_COMMON=m > +CONFIG_MWL8687=m > +CONFIG_MWL8366=m > > endif > ## end of PCI > diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh > index f85dacf..a6965a3 100755 > --- a/scripts/admin-update.sh > +++ b/scripts/admin-update.sh > @@ -75,13 +75,13 @@ DRIVERS="$DRIVERS drivers/net/wireless/libertas_tf" > DRIVERS="$DRIVERS drivers/net/wireless/ipw2x00" > DRIVERS="$DRIVERS drivers/net/wireless/wl12xx" > DRIVERS="$DRIVERS drivers/net/wireless/iwmc3200wifi" > +DRIVERS="$DRIVERS drivers/net/wireless/mwl8k" > > # Drivers that belong the the wireless directory > DRIVER_FILES="adm8211.c adm8211.h" > DRIVER_FILES="$DRIVER_FILES rndis_wlan.c" > DRIVER_FILES="$DRIVER_FILES mac80211_hwsim.c" > DRIVER_FILES="$DRIVER_FILES at76c50x-usb.c at76c50x-usb.h" > -DRIVER_FILES="$DRIVER_FILES mwl8k.c" > > mkdir -p include/linux/ include/net/ include/linux/usb \ > include/linux/unaligned \ > -- > 1.6.3.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- John W. Linville Someday the world will need a hero, and you linville@tuxdriver.com might be all we have. Be ready.