From patchwork Tue Sep 1 15:54:25 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Rodriguez X-Patchwork-Id: 45093 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 n81FsTnW005737 for ; Tue, 1 Sep 2009 15:54:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753854AbZIAPyY (ORCPT ); Tue, 1 Sep 2009 11:54:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753962AbZIAPyY (ORCPT ); Tue, 1 Sep 2009 11:54:24 -0400 Received: from mail.atheros.com ([12.36.123.2]:11589 "EHLO mail.atheros.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753557AbZIAPyY (ORCPT ); Tue, 1 Sep 2009 11:54:24 -0400 Received: from mail.atheros.com ([10.10.20.105]) by sidewinder.atheros.com for ; Tue, 01 Sep 2009 08:54:27 -0700 Received: from smtp.atheros.com (10.10.18.125) by SC1EXHC-01.global.atheros.com (10.10.20.106) with Microsoft SMTP Server (TLS) id 8.0.751.0; Tue, 1 Sep 2009 08:54:25 -0700 Received: by smtp.atheros.com (sSMTP sendmail emulation); Tue, 01 Sep 2009 08:54:25 -0700 From: "Luis R. Rodriguez" To: CC: , "Luis R. Rodriguez" , Jouni Malinen , Johannes Berg Subject: [PATCH v2 6/7] wireless: update mac80211 kconfig entry Date: Tue, 1 Sep 2009 08:54:25 -0700 Message-ID: <1251820465-11104-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 This updates the mac80211 kconfig entry to clarify what it is and refer people to our wireless wiki for more documentation. Cc: Jouni Malinen Cc: Johannes Berg Signed-off-by: Luis R. Rodriguez --- Changed description of when built as a module as pointed out by Larry. net/mac80211/Kconfig | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 9db4ff8..72006f9 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -1,5 +1,5 @@ config MAC80211 - tristate "Generic IEEE 802.11 Networking Stack (mac80211)" + tristate "mac80211 - SoftMAC device support" depends on CFG80211 select CRYPTO select CRYPTO_ECB @@ -7,8 +7,21 @@ config MAC80211 select CRYPTO_AES select CRC32 ---help--- - This option enables the hardware independent IEEE 802.11 - networking stack. + This option enables support for a framework used by IEEE-802.11 + SoftMAC devices. SoftMAC devices allow for a finer control of the + hardware, allowing for 802.11 frame management to be done in software + for them, for both parsing and generation of 802.11 wireless frames. + Most 802.11 devices today tend to be of this type. + + If you have new userspace utitlities which support nl80211 you do not + need wireless-extensions to support a mac80211 device. + + For more information refer the the wireless wiki entry on mac80211: + + http://wireless.kernel.org/en/developers/Documentation/mac80211 + + When built as a module it will be called as mac80211, if not sure + you should build this as a module. comment "CFG80211 needs to be enabled for MAC80211" depends on CFG80211=n