diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-01-28 18:34:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-01-28 18:34:06 +0000 |
commit | d9ad14d717c122ed6f643e2445acdfeeb6a04e98 (patch) | |
tree | 5b27ea56f984ace688fc88b203418aebe4e9a695 /package/madwifi/patches/320-no_kzalloc.patch | |
parent | 5f713d6adb6eea0707716abb51455489282150cf (diff) | |
download | upstream-d9ad14d717c122ed6f643e2445acdfeeb6a04e98.tar.gz upstream-d9ad14d717c122ed6f643e2445acdfeeb6a04e98.tar.bz2 upstream-d9ad14d717c122ed6f643e2445acdfeeb6a04e98.zip |
update madwifi to latest trunk, include a few more fixes/improvements
SVN-Revision: 10294
Diffstat (limited to 'package/madwifi/patches/320-no_kzalloc.patch')
-rw-r--r-- | package/madwifi/patches/320-no_kzalloc.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/package/madwifi/patches/320-no_kzalloc.patch b/package/madwifi/patches/320-no_kzalloc.patch index 47fff71fb6..4c9f9868f7 100644 --- a/package/madwifi/patches/320-no_kzalloc.patch +++ b/package/madwifi/patches/320-no_kzalloc.patch @@ -1,8 +1,8 @@ -Index: madwifi-dfs-r3252/ath/if_ath.c +Index: madwifi-dfs-r3280/ath/if_ath.c =================================================================== ---- madwifi-dfs-r3252.orig/ath/if_ath.c 2008-01-26 11:12:45.731030258 +0100 -+++ madwifi-dfs-r3252/ath/if_ath.c 2008-01-26 11:14:38.985484262 +0100 -@@ -529,7 +529,8 @@ +--- madwifi-dfs-r3280.orig/ath/if_ath.c 2008-01-28 17:18:52.497966105 +0100 ++++ madwifi-dfs-r3280/ath/if_ath.c 2008-01-28 17:19:06.982791546 +0100 +@@ -526,7 +526,8 @@ /* Allocate space for dynamically determined maximum VAP count */ sc->sc_bslot = @@ -12,11 +12,11 @@ Index: madwifi-dfs-r3252/ath/if_ath.c /* * Cache line size is used to size and align various -Index: madwifi-dfs-r3252/ath/if_ath_radar.c +Index: madwifi-dfs-r3280/ath/if_ath_radar.c =================================================================== ---- madwifi-dfs-r3252.orig/ath/if_ath_radar.c 2008-01-26 11:14:48.638034327 +0100 -+++ madwifi-dfs-r3252/ath/if_ath_radar.c 2008-01-26 11:15:36.740775546 +0100 -@@ -1556,9 +1556,11 @@ +--- madwifi-dfs-r3280.orig/ath/if_ath_radar.c 2008-01-28 17:14:16.411947654 +0100 ++++ madwifi-dfs-r3280/ath/if_ath_radar.c 2008-01-28 17:19:07.290809101 +0100 +@@ -1539,9 +1539,11 @@ ath_rp_clear(sc); |