1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-04 10:11:17 +02:00
openwrt/package/madwifi/patches/435-ibss_neighbor_fix.patch
Felix Fietkau f5918f5a00 madwifi: fix a rare ad-hoc mode crash
SVN-Revision: 15964
2009-05-21 18:23:53 +00:00

12 lines
514 B
Diff

--- a/net80211/ieee80211_input.c
+++ b/net80211/ieee80211_input.c
@@ -313,7 +313,7 @@ ieee80211_input(struct ieee80211vap * va
if (type == IEEE80211_FC0_TYPE_DATA && ni == vap->iv_bss &&
!IEEE80211_ADDR_EQ(vap->iv_bss->ni_macaddr, wh->i_addr2)) {
/* Try to find sender in local node table. */
- ni = ieee80211_find_node(vap->iv_bss->ni_table, wh->i_addr2);
+ ni = ieee80211_find_node(&ic->ic_sta, wh->i_addr2);
if (ni == NULL) {
/*
* Fake up a node for this newly discovered