From patchwork Tue Sep 1 15:53:49 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Rodriguez X-Patchwork-Id: 45092 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n81FrrpY005655 for ; Tue, 1 Sep 2009 15:53:53 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753805AbZIAPxs (ORCPT ); Tue, 1 Sep 2009 11:53:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753854AbZIAPxs (ORCPT ); Tue, 1 Sep 2009 11:53:48 -0400 Received: from mail.atheros.com ([12.36.123.2]:11579 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753764AbZIAPxs (ORCPT ); Tue, 1 Sep 2009 11:53:48 -0400 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Tue, 01 Sep 2009 08:53:51 -0700 Received: from smtp.atheros.com (10.10.18.125) by SC1EXHC-01.global.atheros.com (10.10.20.111) with Microsoft SMTP Server (TLS) id 8.0.751.0; Tue, 1 Sep 2009 08:53:49 -0700 Received: by smtp.atheros.com (sSMTP sendmail emulation); Tue, 01 Sep 2009 08:53:49 -0700 From: "Luis R. Rodriguez" To: CC: , "Luis R. Rodriguez" , Johannes Berg Subject: [PATCH v2 3/7] wireless: update cfg80211 kconfig entry Date: Tue, 1 Sep 2009 08:53:49 -0700 Message-ID: <1251820429-11003-1-git-send-email-lrodriguez@atheros.com> X-Mailer: git-send-email 1.6.3.3 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org cfg80211 is now *the* wireless configuration API. Lets also give a little explanation as to what it is and refer people to the wireless wiki for more information. Cc: Johannes Berg Signed-off-by: Luis R. Rodriguez --- Changes description of when we build cfg80211 as a module as pointed out by Larry. net/wireless/Kconfig | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index aea7e68..9fd570b 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -1,6 +1,15 @@ config CFG80211 - tristate "Improved wireless configuration API" + tristate "cfg80211 - wireless configuration API" depends on RFKILL || !RFKILL + ---help--- + cfg80211 is the Linux wireless LAN (802.11) configuration API. + Enable this if you have a wireless device. + + For more information refer to documentation on the wireless wiki: + + http://wireless.kernel.org/en/developers/Documentation/cfg80211 + + When built as a module it will be called cfg80211. config NL80211_TESTMODE bool "nl80211 testmode command"