madwifi: remove an unimportant part of the ibss node handling fix, which led to a...
[openwrt.git] / package / madwifi / patches / 441-fix_ibss_node_handling.patch
index e4ef20a..5894d68 100644 (file)
        return ieee80211_sta_join1(ieee80211_ref_node(ni));
  }
  EXPORT_SYMBOL(ieee80211_ibss_merge);
-@@ -1378,9 +1380,7 @@ ieee80211_add_neighbor(struct ieee80211v
-               if (sp->ath != NULL)
-                       ieee80211_saveath(ni, sp->ath);
--              /* NB: must be after ni_chan is setup */
--              ieee80211_setup_rates(ni, sp->rates, sp->xrates, IEEE80211_F_DOSORT);
--
-+              ni->ni_rates = vap->iv_bss->ni_rates;
-               if (ic->ic_newassoc != NULL)
-                       ic->ic_newassoc(ni, 1);
-               /* XXX not right for 802.1x/WPA */
This page took 0.022369 seconds and 4 git commands to generate.