mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-12 17:24:10 +00:00
Replace custom emun
Replace rtw_ieee80211_channel_flags with ieee80211_channel_flags from net/cfg80211.h Replace rtw_ieee80211_root_mode_identifier with ieee80211_root_mode_identifier from linux/ieee80211.h port b658acbf64ae38b8fca982c2929ccc0bf4eb1ea2 port 5befa937e8daaebcde81b9423eb93f3ff2e918f7
This commit is contained in:
@@ -8030,9 +8030,9 @@ static void rtw_cfg80211_mesh_cfg_set(_adapter *adapter, const struct mesh_confi
|
||||
mcfg->dot11MeshGateAnnouncementProtocol = conf->dot11MeshGateAnnouncementProtocol;
|
||||
/* our current gate annc implementation rides on root annc with gate annc bit in PREQ flags */
|
||||
if (mcfg->dot11MeshGateAnnouncementProtocol
|
||||
&& mcfg->dot11MeshHWMPRootMode <= RTW_IEEE80211_ROOTMODE_ROOT
|
||||
&& mcfg->dot11MeshHWMPRootMode <= IEEE80211_ROOTMODE_ROOT
|
||||
) {
|
||||
mcfg->dot11MeshHWMPRootMode = RTW_IEEE80211_PROACTIVE_RANN;
|
||||
mcfg->dot11MeshHWMPRootMode = IEEE80211_PROACTIVE_RANN;
|
||||
RTW_INFO(ADPT_FMT" enable PROACTIVE_RANN becaue gate annc is needed\n", ADPT_ARG(adapter));
|
||||
}
|
||||
if (chk_mesh_attr(NL80211_MESHCONF_HWMP_RANN_INTERVAL, mask))
|
||||
|
||||
Reference in New Issue
Block a user