diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-06-01 03:01:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-06-01 03:01:58 +0000 |
commit | a91f7dcfd824d920378d2034f97cb2e06274226d (patch) | |
tree | 142c36f37e0f42439a540dcf785bc72e05d31165 /package/madwifi/patches/341-minrate.patch | |
parent | c05f60e0d0c4f57b99e21982f4bff5d385d073d0 (diff) | |
download | upstream-a91f7dcfd824d920378d2034f97cb2e06274226d.tar.gz upstream-a91f7dcfd824d920378d2034f97cb2e06274226d.tar.bz2 upstream-a91f7dcfd824d920378d2034f97cb2e06274226d.zip |
madwifi: refresh patches
SVN-Revision: 11316
Diffstat (limited to 'package/madwifi/patches/341-minrate.patch')
-rw-r--r-- | package/madwifi/patches/341-minrate.patch | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/package/madwifi/patches/341-minrate.patch b/package/madwifi/patches/341-minrate.patch index 1d5628c6a9..37d09cafa2 100644 --- a/package/madwifi/patches/341-minrate.patch +++ b/package/madwifi/patches/341-minrate.patch @@ -1,7 +1,7 @@ Index: madwifi-trunk-r3314/ath/if_ath.c =================================================================== ---- madwifi-trunk-r3314.orig/ath/if_ath.c 2008-03-07 02:30:53.276363092 +0100 -+++ madwifi-trunk-r3314/ath/if_ath.c 2008-03-07 02:32:12.584882631 +0100 +--- madwifi-trunk-r3314.orig/ath/if_ath.c ++++ madwifi-trunk-r3314/ath/if_ath.c @@ -1308,6 +1308,7 @@ vap->iv_key_update_begin = ath_key_update_begin; vap->iv_key_update_end = ath_key_update_end; @@ -12,8 +12,8 @@ Index: madwifi-trunk-r3314/ath/if_ath.c * use those (only). */ Index: madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c =================================================================== ---- madwifi-trunk-r3314.orig/ath_rate/minstrel/minstrel.c 2008-03-07 02:30:53.276363092 +0100 -+++ madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c 2008-03-07 02:32:12.584882631 +0100 +--- madwifi-trunk-r3314.orig/ath_rate/minstrel/minstrel.c ++++ madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c @@ -638,9 +638,15 @@ sn->rs_succ_hist [x] = 0; sn->rs_att_hist [x] = 0; @@ -42,8 +42,8 @@ Index: madwifi-trunk-r3314/ath_rate/minstrel/minstrel.c ath_fill_sample_table(sn); Index: madwifi-trunk-r3314/ath_rate/sample/sample.c =================================================================== ---- madwifi-trunk-r3314.orig/ath_rate/sample/sample.c 2008-03-07 02:30:53.280363321 +0100 -+++ madwifi-trunk-r3314/ath_rate/sample/sample.c 2008-03-07 02:32:12.596883312 +0100 +--- madwifi-trunk-r3314.orig/ath_rate/sample/sample.c ++++ madwifi-trunk-r3314/ath_rate/sample/sample.c @@ -842,8 +842,15 @@ sn->num_rates = vap->iv_maxrateindex; @@ -64,8 +64,8 @@ Index: madwifi-trunk-r3314/ath_rate/sample/sample.c dev_info, __func__, x); Index: madwifi-trunk-r3314/net80211/ieee80211_ioctl.h =================================================================== ---- madwifi-trunk-r3314.orig/net80211/ieee80211_ioctl.h 2008-03-07 02:30:53.284363550 +0100 -+++ madwifi-trunk-r3314/net80211/ieee80211_ioctl.h 2008-03-07 02:32:12.600883541 +0100 +--- madwifi-trunk-r3314.orig/net80211/ieee80211_ioctl.h ++++ madwifi-trunk-r3314/net80211/ieee80211_ioctl.h @@ -642,6 +642,7 @@ IEEE80211_PARAM_BEACON_MISS_THRESH = 73, /* Beacon miss threshold (in beacons) */ IEEE80211_PARAM_BEACON_MISS_THRESH_MS = 74, /* Beacon miss threshold (in ms) */ @@ -76,8 +76,8 @@ Index: madwifi-trunk-r3314/net80211/ieee80211_ioctl.h #define SIOCG80211STATS (SIOCDEVPRIVATE+2) Index: madwifi-trunk-r3314/net80211/ieee80211_var.h =================================================================== ---- madwifi-trunk-r3314.orig/net80211/ieee80211_var.h 2008-03-07 02:31:48.563513730 +0100 -+++ madwifi-trunk-r3314/net80211/ieee80211_var.h 2008-03-07 02:32:12.604883771 +0100 +--- madwifi-trunk-r3314.orig/net80211/ieee80211_var.h ++++ madwifi-trunk-r3314/net80211/ieee80211_var.h @@ -282,6 +282,7 @@ struct ieee80211_app_ie app_ie[IEEE80211_APPIE_NUM_OF_FRAME]; /* app-specified IEs by frame type */ u_int32_t app_filter; /* filters which management frames are forwarded to app */ @@ -88,8 +88,8 @@ Index: madwifi-trunk-r3314/net80211/ieee80211_var.h /* Debug functions need the defintion of struct ieee80211vap because iv_debug Index: madwifi-trunk-r3314/net80211/ieee80211_wireless.c =================================================================== ---- madwifi-trunk-r3314.orig/net80211/ieee80211_wireless.c 2008-03-07 02:30:53.292364006 +0100 -+++ madwifi-trunk-r3314/net80211/ieee80211_wireless.c 2008-03-07 02:32:12.604883771 +0100 +--- madwifi-trunk-r3314.orig/net80211/ieee80211_wireless.c ++++ madwifi-trunk-r3314/net80211/ieee80211_wireless.c @@ -2845,6 +2845,12 @@ else vap->iv_maxrateindex = 0; |