diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:50:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-07-18 22:50:46 +0000 |
commit | 16731f482f4d3f3e94c90beb70c9cbba9c8dd631 (patch) | |
tree | 59850f98e47a5e8165d1a1084b7e78d45db77b64 /package/madwifi/patches-r3776/201-no_debug_extra.patch | |
parent | 4d144eee67a94959f1a5d875678e466775782c14 (diff) | |
download | upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.gz upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.tar.bz2 upstream-16731f482f4d3f3e94c90beb70c9cbba9c8dd631.zip |
refresh madwifi-testing patches
SVN-Revision: 11866
Diffstat (limited to 'package/madwifi/patches-r3776/201-no_debug_extra.patch')
-rw-r--r-- | package/madwifi/patches-r3776/201-no_debug_extra.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package/madwifi/patches-r3776/201-no_debug_extra.patch b/package/madwifi/patches-r3776/201-no_debug_extra.patch index f1fe4aff52..0e26d5f398 100644 --- a/package/madwifi/patches-r3776/201-no_debug_extra.patch +++ b/package/madwifi/patches-r3776/201-no_debug_extra.patch @@ -1,7 +1,5 @@ -Index: madwifi-trunk-r3776/ath/if_ath.c -=================================================================== ---- madwifi-trunk-r3776.orig/ath/if_ath.c 2008-07-17 01:15:21.000000000 +0200 -+++ madwifi-trunk-r3776/ath/if_ath.c 2008-07-17 01:20:11.000000000 +0200 +--- a/ath/if_ath.c ++++ b/ath/if_ath.c @@ -423,8 +423,8 @@ "defaults to '" DEF_RATE_CTL "'"); MODULE_PARM_DESC(intmit, "Enable interference mitigation by default. Default is 0."); @@ -33,4 +31,3 @@ Index: madwifi-trunk-r3776/ath/if_ath.c ic->ic_wme.wme_update = ath_wme_update; ic->ic_uapsd_flush = ath_uapsd_flush; - |