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)) {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to