diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-01-11 09:40:26 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-01-11 09:40:26 +0000 |
commit | 0b9849afbf089fa5d1d143cd99710697c50db51b (patch) | |
tree | f2633708cf86defdc9e3886d3df13d9b250befcd | |
parent | ad558af26dfb2d5e65a601e20ab1acc7812e63be (diff) | |
download | upstream-0b9849afbf089fa5d1d143cd99710697c50db51b.tar.gz upstream-0b9849afbf089fa5d1d143cd99710697c50db51b.tar.bz2 upstream-0b9849afbf089fa5d1d143cd99710697c50db51b.zip |
refresh patch
SVN-Revision: 19102
-rw-r--r-- | package/madwifi/patches/453-procps.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/madwifi/patches/453-procps.patch b/package/madwifi/patches/453-procps.patch index 2537640556..5a5633b1ca 100644 --- a/package/madwifi/patches/453-procps.patch +++ b/package/madwifi/patches/453-procps.patch @@ -1,6 +1,6 @@ ---- a/net80211/ieee80211_linux.h 2009-10-04 22:27:05.528151949 +0300 -+++ b/net80211/ieee80211_linux.h 2009-10-04 22:28:06.255777139 +0300 -@@ -640,12 +640,24 @@ +--- a/net80211/ieee80211_linux.h ++++ b/net80211/ieee80211_linux.h +@@ -640,12 +640,24 @@ static __inline unsigned long msecs_to_j void __user *buffer, size_t *lenp) #define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ proc_dointvec(ctl, write, filp, buffer, lenp) @@ -26,9 +26,9 @@ #endif void ieee80211_virtfs_latevattach(struct ieee80211vap *); ---- a/ath/if_athvar.h 2009-10-04 22:27:05.543151943 +0300 -+++ b/ath/if_athvar.h 2009-10-04 22:27:40.115902053 +0300 -@@ -173,14 +173,22 @@ +--- a/ath/if_athvar.h ++++ b/ath/if_athvar.h +@@ -173,14 +173,22 @@ static inline struct net_device *_alloc_ proc_dointvec(ctl, write, filp, buffer, lenp) #define ATH_SYSCTL_PROC_DOSTRING(ctl, write, filp, buffer, lenp, ppos) \ proc_dostring(ctl, write, filp, buffer, lenp) |