Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2009 22:08:44 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191444 - head/sys/net80211
Message-ID:  <200904232208.n3NM8iWF000801@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Thu Apr 23 22:08:44 2009
New Revision: 191444
URL: http://svn.freebsd.org/changeset/base/191444

Log:
  Remove spurious 'or'.

Modified:
  head/sys/net80211/ieee80211_sta.c

Modified: head/sys/net80211/ieee80211_sta.c
==============================================================================
--- head/sys/net80211/ieee80211_sta.c	Thu Apr 23 21:41:37 2009	(r191443)
+++ head/sys/net80211/ieee80211_sta.c	Thu Apr 23 22:08:44 2009	(r191444)
@@ -1148,7 +1148,7 @@ sta_recv_mgmt(struct ieee80211_node *ni,
 		 * We process beacon/probe response frames:
 		 *    o when scanning, or
 		 *    o station mode when associated (to collect state
-		 *      updates such as 802.11g slot time), or
+		 *      updates such as 802.11g slot time)
 		 * Frames otherwise received are discarded.
 		 */ 
 		if (!((ic->ic_flags & IEEE80211_F_SCAN) || ni->ni_associd)) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904232208.n3NM8iWF000801>