From patchwork Fri Nov 11 03:04:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fu Yingang X-Patchwork-Id: 125078 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 39F181007D1 for ; Fri, 11 Nov 2011 14:04:47 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id E6F599D1EE; Thu, 10 Nov 2011 22:04:43 -0500 (EST) 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 vMsyyfIaN6Kj; Thu, 10 Nov 2011 22:04:43 -0500 (EST) Received: from maxx.shmoo.com (localhost [127.0.0.1]) by maxx.maxx.shmoo.com (Postfix) with ESMTP id B4D879D1F2; Thu, 10 Nov 2011 22:04:35 -0500 (EST) 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 A86649D1F0 for ; Thu, 10 Nov 2011 22:04:33 -0500 (EST) 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 aGte06bioEsB for ; Thu, 10 Nov 2011 22:04:30 -0500 (EST) Received: from nm14.bullet.mail.sp2.yahoo.com (nm14.bullet.mail.sp2.yahoo.com [98.139.91.84]) by maxx.maxx.shmoo.com (Postfix) with SMTP id B15A79D1EA for ; Thu, 10 Nov 2011 22:04:29 -0500 (EST) Received: from [98.139.91.62] by nm14.bullet.mail.sp2.yahoo.com with NNFMP; 11 Nov 2011 03:04:29 -0000 Received: from [98.139.91.40] by tm2.bullet.mail.sp2.yahoo.com with NNFMP; 11 Nov 2011 03:04:29 -0000 Received: from [127.0.0.1] by omp1040.mail.sp2.yahoo.com with NNFMP; 11 Nov 2011 03:04:29 -0000 X-Yahoo-Newman-Id: 153003.99449.bm@omp1040.mail.sp2.yahoo.com Received: (qmail 71954 invoked from network); 11 Nov 2011 03:04:29 -0000 X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: jQzy4vgVM1lVHgyQz9P1UbfeKEkfFjzr2ygUqC71O_sxGF4 mddZ52I3d52bNIrFWRfnX5q6l9XwrKWyMc1yYTBKtsErnGKyfCjKwO1AsOO7 zr2rP5wHB6xWGZRJsIzxE9m39mcNfb0X3wxm2mPHVKlue90EAmSIDlFXev.O NmDaPk4btg3mBZuW7k4c0DlFFfQM9hqI2Hp0PhzDCKJlqB4TYHqz_Ms3lzWR 1bOFd5dZPaRFbSYMNLcBu8S5oIeZMXucC0igJeo4zYvJR1K9I8D81qUAu9aD S03pVa66gsEe2c8OHofBmdnENBj9XX2QQT3rVBZ_3DVyMAlFgFKmBXeEZkmS e.9Z5_jJ6pOTMYymrjKeOt9ujh2MzBHjYTfwrArERkgbk.HZuiW8- X-Yahoo-SMTP: cY5HNO2swBDxMycRQwuw04Yv_HvVZ0RlQPYRohaYqQ-- Received: from [192.168.5.183] (yingang.fu@122.200.68.253 with plain) by smtp115.biz.mail.sp1.yahoo.com with SMTP; 10 Nov 2011 19:04:28 -0800 PST Message-ID: <4EBC90BA.7030405@borqs.com> Date: Fri, 11 Nov 2011 11:04:26 +0800 From: Fu Yingang User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: hostap@lists.shmoo.com Subject: [PATCH] Correct a spelling mistake 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: , Sender: hostap-bounces@lists.shmoo.com Errors-To: hostap-bounces@lists.shmoo.com hi, The word "targer" in the comments for pending_bssid of wpa_supplicant data structure should be "target". Thanks Yingang From 9a1bccd42096eb3ce168f30b4158aeed8b503695 Mon Sep 17 00:00:00 2001 From: Fu yingang Date: Fri, 11 Nov 2011 10:58:53 +0800 Subject: [PATCH] Correct a spelling mistake The word "targer" in the comments for pending_bssid of wpa_supplicant data structure should be "target". --- wpa_supplicant/wpa_supplicant_i.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wpa_supplicant/wpa_supplicant_i.h b/wpa_supplicant/wpa_supplicant_i.h index fd04a7d..63a6fea 100644 --- a/wpa_supplicant/wpa_supplicant_i.h +++ b/wpa_supplicant/wpa_supplicant_i.h @@ -266,7 +266,7 @@ struct wpa_supplicant { os_time_t last_michael_mic_error; u8 bssid[ETH_ALEN]; u8 pending_bssid[ETH_ALEN]; /* If wpa_state == WPA_ASSOCIATING, this - * field contains the targer BSSID. */ + * field contains the target BSSID. */ int reassociate; /* reassociation requested */ int disconnected; /* all connections disabled; i.e., do no reassociate * before this has been cleared */ -- 1.7.1