summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_sta.c
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-04-23 22:08:44 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-04-23 22:08:44 +0000
commitcf180385639cb87cc937f03fd98dbdf7010ded69 (patch)
tree7b70721daf1e66d2fa49f63d13f8b81a296bf4c2 /sys/net80211/ieee80211_sta.c
parenta761d4fb36c74dca2928fcbdbe09f0fb26a86182 (diff)
downloadFreeBSD-src-cf180385639cb87cc937f03fd98dbdf7010ded69.zip
FreeBSD-src-cf180385639cb87cc937f03fd98dbdf7010ded69.tar.gz
Remove spurious 'or'.
Diffstat (limited to 'sys/net80211/ieee80211_sta.c')
-rw-r--r--sys/net80211/ieee80211_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
index ff3365f..039670b 100644
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -1148,7 +1148,7 @@ sta_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0,
* 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)) {
OpenPOWER on IntegriCloud