diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-17 04:56:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-17 04:56:05 +0000 |
commit | fdb032fd772da4d6a5a77a166e5f90c631114133 (patch) | |
tree | 0700d8c121b6085a24b6e70985b47240ebec09f7 /package/madwifi/patches/446-single_module.patch | |
parent | 6e9ada01c0a6bfd36a548a1b619cb97d843e78ce (diff) | |
download | upstream-fdb032fd772da4d6a5a77a166e5f90c631114133.tar.gz upstream-fdb032fd772da4d6a5a77a166e5f90c631114133.tar.bz2 upstream-fdb032fd772da4d6a5a77a166e5f90c631114133.zip |
madwifi: fix various noderef/memleak issues
SVN-Revision: 18052
Diffstat (limited to 'package/madwifi/patches/446-single_module.patch')
-rw-r--r-- | package/madwifi/patches/446-single_module.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/446-single_module.patch b/package/madwifi/patches/446-single_module.patch index ed02ae8f5e..e546b054a8 100644 --- a/package/madwifi/patches/446-single_module.patch +++ b/package/madwifi/patches/446-single_module.patch @@ -351,7 +351,7 @@ #include <linux/module.h> #include <linux/skbuff.h> #include <linux/netdevice.h> -@@ -2014,3 +2015,65 @@ ieee80211_build_sc_ie(struct ieee80211co +@@ -2015,3 +2016,65 @@ ieee80211_build_sc_ie(struct ieee80211co int ath_debug_global = 0; EXPORT_SYMBOL(ath_debug_global); |