| package/madwifi/patches/453-procps.patch |
| 1 | | +++ b/net80211/ieee80211_linux.h 2009-10-04 22:28:06.255777139 +0300 |
| 2 | | @@ -640,12 +640,24 @@ |
| 1 | --- a/net80211/ieee80211_linux.h |
| 2 | @@ -640,12 +640,24 @@ static __inline unsigned long msecs_to_j |
| 3 | 3 | void __user *buffer, size_t *lenp) |
| 4 | 4 | #define IEEE80211_SYSCTL_PROC_DOINTVEC(ctl, write, filp, buffer, lenp, ppos) \ |
| 5 | 5 | proc_dointvec(ctl, write, filp, buffer, lenp) |
| ... | ... | |
| 26 | 26 | #endif |
| 27 | 27 | |
| 28 | 28 | void ieee80211_virtfs_latevattach(struct ieee80211vap *); |
| 29 | | +++ b/ath/if_athvar.h 2009-10-04 22:27:40.115902053 +0300 |
| 30 | | @@ -173,14 +173,22 @@ |
| 29 | --- a/ath/if_athvar.h |
| 30 | @@ -173,14 +173,22 @@ static inline struct net_device *_alloc_ |
| 31 | 31 | proc_dointvec(ctl, write, filp, buffer, lenp) |
| 32 | 32 | #define ATH_SYSCTL_PROC_DOSTRING(ctl, write, filp, buffer, lenp, ppos) \ |
| 33 | 33 | proc_dostring(ctl, write, filp, buffer, lenp) |