svn commit: r190449 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Thu Mar 26 12:06:01 PDT 2009


Author: sam
Date: Thu Mar 26 19:06:00 2009
New Revision: 190449
URL: http://svn.freebsd.org/changeset/base/190449

Log:
  need to adjust htinfo offset when csa is inserted

Modified:
  head/sys/net80211/ieee80211_output.c

Modified: head/sys/net80211/ieee80211_output.c
==============================================================================
--- head/sys/net80211/ieee80211_output.c	Thu Mar 26 19:04:11 2009	(r190448)
+++ head/sys/net80211/ieee80211_output.c	Thu Mar 26 19:06:00 2009	(r190449)
@@ -2712,6 +2712,7 @@ ieee80211_beacon_update(struct ieee80211
 			if (vap->iv_csa_count == 0) {
 				memmove(&csa[1], csa, bo->bo_csa_trailer_len);
 				bo->bo_erp += sizeof(*csa);
+				bo->bo_htinfo += sizeof(*csa);
 				bo->bo_wme += sizeof(*csa);
 #ifdef IEEE80211_TDMA_SUPPORT
 				bo->bo_tdma += sizeof(*csa);


More information about the svn-src-head mailing list