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/393-mbss_vap_auth.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/393-mbss_vap_auth.patch')
-rw-r--r-- | package/madwifi/patches/393-mbss_vap_auth.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/madwifi/patches/393-mbss_vap_auth.patch b/package/madwifi/patches/393-mbss_vap_auth.patch index 71e11fa39a..0e3ecaf69f 100644 --- a/package/madwifi/patches/393-mbss_vap_auth.patch +++ b/package/madwifi/patches/393-mbss_vap_auth.patch @@ -327,7 +327,7 @@ int found = 0; IEEE80211_LOCK_IRQ(vap->iv_ic); -@@ -3551,10 +3561,12 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3553,10 +3563,12 @@ ieee80211_recv_mgmt(struct ieee80211vap ni->ni_associd |= 0xc000; avp->iv_wdsnode = ieee80211_ref_node(ni); IEEE80211_UNLOCK_IRQ(ic); @@ -341,7 +341,7 @@ } else { /* * Copy data from beacon to neighbor table. -@@ -3593,6 +3605,8 @@ ieee80211_recv_mgmt(struct ieee80211vap +@@ -3595,6 +3607,8 @@ ieee80211_recv_mgmt(struct ieee80211vap ni->ni_rssi = rssi; ni->ni_rtsf = rtsf; ni->ni_last_rx = jiffies; |