diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-24 23:39:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-24 23:39:00 +0000 |
commit | e85f50118cb48d03bf3c83e559f3fb815d11ce7b (patch) | |
tree | 236fa8279c175edff0708ea7a66d51f9476a1958 /package/madwifi/patches/394-probereq.patch | |
parent | 6351d88e29a6e0ffc96d11d33d22eafdbfd1a41b (diff) | |
download | upstream-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/394-probereq.patch')
-rw-r--r-- | package/madwifi/patches/394-probereq.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/patches/394-probereq.patch b/package/madwifi/patches/394-probereq.patch index becd4c99f5..c754bfa9f0 100644 --- a/package/madwifi/patches/394-probereq.patch +++ b/package/madwifi/patches/394-probereq.patch @@ -1,6 +1,6 @@ --- a/net80211/ieee80211_input.c +++ b/net80211/ieee80211_input.c -@@ -3619,6 +3619,8 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3621,6 +3621,8 @@ ieee80211_recv_mgmt(struct ieee80211vap vap->iv_stats.is_rx_mgtdiscard++; return; } |