svn commit: r191444 - head/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Thu Apr 23 22:08:45 UTC 2009


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)) {


More information about the svn-src-all mailing list