svn commit: r191559 - projects/mesh11s/sys/net80211
Rui Paulo
rpaulo at FreeBSD.org
Mon Apr 27 11:15:01 UTC 2009
Author: rpaulo
Date: Mon Apr 27 11:14:55 2009
New Revision: 191559
URL: http://svn.freebsd.org/changeset/base/191559
Log:
Fix compiler error.
Modified:
projects/mesh11s/sys/net80211/ieee80211_output.c
Modified: projects/mesh11s/sys/net80211/ieee80211_output.c
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_output.c Mon Apr 27 11:12:46 2009 (r191558)
+++ projects/mesh11s/sys/net80211/ieee80211_output.c Mon Apr 27 11:14:55 2009 (r191559)
@@ -2449,11 +2449,11 @@ ieee80211_beacon_construct(struct mbuf *
/* frm = ieee80211_add_meshconf(frm, vap); */
/* struct ieee80211_tim_ie *tie = (struct ieee80211_tim_ie *) frm;
tie->tim_ie = IEEE80211_ELEMID_TIM;
- tie->tim_len = 4; /* length *
- tie->tim_count = 0; /* DTIM count *
- tie->tim_period = vap->iv_dtim_period; /* DTIM period *
- tie->tim_bitctl = 0; /* bitmap control *
- tie->tim_bitmap[0] = 0; /* Partial Virtual Bitmap *
+ tie->tim_len = 4; * length *
+ tie->tim_count = 0; * DTIM count *
+ tie->tim_period = vap->iv_dtim_period; * DTIM period *
+ tie->tim_bitctl = 0; * bitmap control *
+ tie->tim_bitmap[0] = 0; * Partial Virtual Bitmap *
frm += sizeof(struct ieee80211_tim_ie); */
}
bo->bo_tim_trailer_len = frm - bo->bo_tim_trailer;
More information about the svn-src-projects
mailing list