From patchwork Mon Apr 2 19:54:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chinchilla, Angie V" X-Patchwork-Id: 150244 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from maxx.maxx.shmoo.com (maxx.shmoo.com [205.134.188.171]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "maxx.shmoo.com", Issuer "CA Cert Signing Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id F0FECB6F9A for ; Tue, 3 Apr 2012 05:57:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id EE07D9D1FD; Mon, 2 Apr 2012 15:57:26 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H6jwC7SXPerT; Mon, 2 Apr 2012 15:57:26 -0400 (EDT) Received: from maxx.shmoo.com (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id F34F79D236; Mon, 2 Apr 2012 15:57:22 -0400 (EDT) X-Original-To: mailman-post+hostap@maxx.shmoo.com Delivered-To: mailman-post+hostap@maxx.shmoo.com Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id A67F19D1FD for ; Mon, 2 Apr 2012 15:57:21 -0400 (EDT) X-Virus-Scanned: amavisd-new at maxx.shmoo.com Received: from maxx.maxx.shmoo.com ([127.0.0.1]) by localhost (maxx.shmoo.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mJcqn9WpVqbr for ; Mon, 2 Apr 2012 15:57:16 -0400 (EDT) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id 840B59D236 for ; Mon, 2 Apr 2012 15:57:16 -0400 (EDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 02 Apr 2012 12:57:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="136731757" Received: from tester-laptop-1.hf.intel.com (HELO localhost.localdomain) ([10.10.69.67]) by fmsmga001.fm.intel.com with ESMTP; 02 Apr 2012 12:57:15 -0700 From: Angie Chinchilla To: hostap@lists.shmoo.com Subject: [PATCH] Clarify comment in wpa_supplicant/defconfig. Date: Mon, 2 Apr 2012 12:54:41 -0700 Message-Id: <1333396481-10371-1-git-send-email-angie.v.chinchilla@intel.com> X-Mailer: git-send-email 1.7.0.4 X-BeenThere: hostap@lists.shmoo.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: HostAP Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: hostap-bounces@lists.shmoo.com Errors-To: hostap-bounces@lists.shmoo.com I think this comment, as originally stated, says the opposite of what is meant. Reword to help the next guy. Signed-hostap: Angie Chinchilla --- wpa_supplicant/defconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 4aea570..63b663c 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -439,7 +439,7 @@ CONFIG_PEERKEY=y # This enables use of libbfd to get more detailed symbols for the backtraces # generated by CONFIG_WPA_TRACE=y. #CONFIG_WPA_TRACE_BFD=y -# For BSD, comment out these. +# For BSD, uncomment these. #LIBS += -lbfd -liberty -lz #LIBS_p += -lbfd -liberty -lz #LIBS_c += -lbfd -liberty -lz