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); _______________________________________________ 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"