X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7f93038dad7c0432a86a23fe87a94c8f3c6d0856..271fe72913eccc9a113c3fc3320cb5144be4871c:/package/madwifi/patches/116-adhoc_beacon_PR_1033.patch diff --git a/package/madwifi/patches/116-adhoc_beacon_PR_1033.patch b/package/madwifi/patches/116-adhoc_beacon_PR_1033.patch index 76bd8de54..5eb7074c6 100644 --- a/package/madwifi/patches/116-adhoc_beacon_PR_1033.patch +++ b/package/madwifi/patches/116-adhoc_beacon_PR_1033.patch @@ -1,7 +1,8 @@ -diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c ---- madwifi.old/ath/if_ath.c 2007-05-21 07:33:42.392925296 +0200 -+++ madwifi.dev/ath/if_ath.c 2007-05-21 07:39:50.536958896 +0200 -@@ -4359,16 +4359,31 @@ +Index: madwifi-ng-r2799-20071030/ath/if_ath.c +=================================================================== +--- madwifi-ng-r2799-20071030.orig/ath/if_ath.c 2007-10-31 14:04:48.749399549 +0100 ++++ madwifi-ng-r2799-20071030/ath/if_ath.c 2007-10-31 14:04:49.201425309 +0100 +@@ -4559,16 +4559,31 @@ struct ieee80211com *ic = &sc->sc_ic; struct ath_hal *ah = sc->sc_ah; struct ieee80211_node *ni; @@ -37,7 +38,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c /* XXX conditionalize multi-bss support? */ if (ic->ic_opmode == IEEE80211_M_HOSTAP) { /* -@@ -4382,20 +4397,61 @@ +@@ -4582,20 +4597,61 @@ if (sc->sc_stagbeacons) intval /= ATH_BCBUF; /* for staggered beacons */ if ((sc->sc_nostabeacons) && @@ -108,7 +109,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c int dtimperiod, dtimcount; int cfpperiod, cfpcount; -@@ -4411,13 +4467,13 @@ +@@ -4611,13 +4667,13 @@ dtimcount = 0; /* XXX? */ cfpperiod = 1; /* NB: no PCF support yet */ cfpcount = 0; @@ -125,7 +126,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c do { nexttbtt += intval; if (--dtimcount < 0) { -@@ -4425,7 +4481,7 @@ +@@ -4625,7 +4681,7 @@ if (--cfpcount < 0) cfpcount = cfpperiod - 1; } @@ -134,8 +135,8 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c #undef FUDGE memset(&bs, 0, sizeof(bs)); bs.bs_intval = intval; -@@ -4477,7 +4533,7 @@ - DPRINTF(sc, ATH_DEBUG_BEACON, +@@ -4677,7 +4733,7 @@ + DPRINTF(sc, ATH_DEBUG_BEACON, "%s: tsf %llu tsf:tu %u intval %u nexttbtt %u dtim %u nextdtim %u bmiss %u sleep %u cfp:period %u maxdur %u next %u timoffset %u\n", __func__, - (unsigned long long) tsf, tsftu, @@ -143,7 +144,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c bs.bs_intval, bs.bs_nexttbtt, bs.bs_dtimperiod, -@@ -4496,7 +4552,7 @@ +@@ -4699,7 +4755,7 @@ ath_hal_intrset(ah, sc->sc_imask); } else { ath_hal_intrset(ah, 0); @@ -152,7 +153,7 @@ diff -ur madwifi.old/ath/if_ath.c madwifi.dev/ath/if_ath.c intval |= HAL_BEACON_RESET_TSF; if (ic->ic_opmode == IEEE80211_M_IBSS) { /* -@@ -4533,8 +4589,40 @@ +@@ -4736,8 +4792,40 @@ if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) ath_beacon_start_adhoc(sc, vap); }