Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:49012 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751888AbZBTGE5 (ORCPT ); Fri, 20 Feb 2009 01:04:57 -0500 From: "Luis R. Rodriguez" To: linville@tuxdriver.com, johannes@sipsolutions.net, marcel@holtmann.org, kalle.valo@nokia.com, kyle@mcmartin.ca Cc: linux-wireless@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH 5/5] cfg80211: default OLD_REG to n Date: Fri, 20 Feb 2009 01:04:34 -0500 Message-Id: <1235109874-3966-6-git-send-email-lrodriguez@atheros.com> (sfid-20090220_070504_568388_5224377E) In-Reply-To: <1235109874-3966-1-git-send-email-lrodriguez@atheros.com> References: <1235109874-3966-1-git-send-email-lrodriguez@atheros.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: Since we are not following the schedule to remove OLD_REG by 2.6.29 lets simply set it to default to n for 2.6.30 and schedule its removal for 2.6.31 Signed-off-by: Luis R. Rodriguez --- Documentation/feature-removal-schedule.txt | 5 +++-- net/wireless/Kconfig | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index ac98851..bf83b02 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -7,7 +7,7 @@ be removed from this file. --------------------------- What: old static regulatory information and ieee80211_regdom module parameter -When: 2.6.29 +When: 2.6.31 Why: The old regulatory infrastructure has been replaced with a new one which does not require statically defined regulatory domains. We do not want to keep static regulatory domains in the kernel due to the @@ -19,7 +19,8 @@ Why: The old regulatory infrastructure has been replaced with a new one and used by default the US when CONFIG_WIRELESS_OLD_REGULATORY was set. We also kept around the ieee80211_regdom module parameter in case some applications were relying on it. Changing regulatory domains - can now be done instead by using nl80211, as is done with iw. + can now be done instead by using nl80211, as is done with iw, or + wpa_supplicant. Who: Luis R. Rodriguez --------------------------- diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig index e28e2b8..009f5b8 100644 --- a/net/wireless/Kconfig +++ b/net/wireless/Kconfig @@ -25,7 +25,7 @@ config NL80211 config WIRELESS_OLD_REGULATORY bool "Old wireless static regulatory definitions" - default y + default n ---help--- This option enables the old static regulatory information and uses it within the new framework. This is available -- 1.6.0.3