diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-12 15:14:27 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-12 15:14:27 +0000 |
commit | 5eef1e4f29c24803294fbbdd38bb528baab970d6 (patch) | |
tree | 6c0651131917d0afcb6fc9272e3a2f1a83860323 /package/madwifi/patches/386-acl_crashfix.patch | |
parent | 79a27bd7b23df6d31ee3ac57529ea981452343a1 (diff) | |
download | mtk-20170518-5eef1e4f29c24803294fbbdd38bb528baab970d6.zip mtk-20170518-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.gz mtk-20170518-5eef1e4f29c24803294fbbdd38bb528baab970d6.tar.bz2 |
package/madwifi: refresh madwifi patches
SVN-Revision: 23971
Diffstat (limited to 'package/madwifi/patches/386-acl_crashfix.patch')
-rw-r--r-- | package/madwifi/patches/386-acl_crashfix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/386-acl_crashfix.patch b/package/madwifi/patches/386-acl_crashfix.patch index f4ef4ca..04a1ec9 100644 --- a/package/madwifi/patches/386-acl_crashfix.patch +++ b/package/madwifi/patches/386-acl_crashfix.patch @@ -37,7 +37,7 @@ Signed-off-by: Sebastian Gottschall <brainslayer@dd-wrt.com> return NULL; } -@@ -176,11 +183,11 @@ acl_add(struct ieee80211vap *vap, const +@@ -176,11 +183,11 @@ acl_add(struct ieee80211vap *vap, const return -ENOMEM; } @@ -51,7 +51,7 @@ Signed-off-by: Sebastian Gottschall <brainslayer@dd-wrt.com> FREE(new, M_80211_ACL); IEEE80211_DPRINTF(vap, IEEE80211_MSG_ACL, "ACL: add " MAC_FMT " failed, already present\n", -@@ -191,7 +198,7 @@ acl_add(struct ieee80211vap *vap, const +@@ -191,7 +198,7 @@ acl_add(struct ieee80211vap *vap, const IEEE80211_ADDR_COPY(new->acl_macaddr, mac); TAILQ_INSERT_TAIL(&as->as_list, new, acl_list); LIST_INSERT_HEAD(&as->as_hash[hash], new, acl_hash); |