summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/387-maxassoc.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-24 23:39:00 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-01-24 23:39:00 +0000
commitc941f1cfbc302cfd6741959f0e1e4dcbe289704c (patch)
tree8178c6961d24310356875e5880d58d72f157e2b5 /package/madwifi/patches/387-maxassoc.patch
parentde12d253e8163322f7e71bed07a908dc942114e4 (diff)
madwifi: fix some potential null pointer derefs with wds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19322 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/387-maxassoc.patch')
-rw-r--r--package/madwifi/patches/387-maxassoc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/387-maxassoc.patch b/package/madwifi/patches/387-maxassoc.patch
index d74419bdb..df2b7fd1f 100644
--- a/package/madwifi/patches/387-maxassoc.patch
+++ b/package/madwifi/patches/387-maxassoc.patch
@@ -56,7 +56,7 @@
/*
--- a/net80211/ieee80211_input.c
+++ b/net80211/ieee80211_input.c
-@@ -4018,7 +4018,26 @@ ieee80211_recv_mgmt(struct ieee80211vap
+@@ -4020,7 +4020,26 @@ ieee80211_recv_mgmt(struct ieee80211vap
vap->iv_stats.is_rx_assoc_norate++;
return;
}