aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/387-maxassoc.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-01-24 23:39:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-01-24 23:39:00 +0000
commite85f50118cb48d03bf3c83e559f3fb815d11ce7b (patch)
tree236fa8279c175edff0708ea7a66d51f9476a1958 /package/madwifi/patches/387-maxassoc.patch
parent6351d88e29a6e0ffc96d11d33d22eafdbfd1a41b (diff)
downloadupstream-e85f50118cb48d03bf3c83e559f3fb815d11ce7b.tar.gz
upstream-e85f50118cb48d03bf3c83e559f3fb815d11ce7b.tar.bz2
upstream-e85f50118cb48d03bf3c83e559f3fb815d11ce7b.zip
madwifi: fix some potential null pointer derefs with wds
SVN-Revision: 19322
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 d74419bdb0..df2b7fd1f2 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;
}