mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2026-04-01 07:00:01 +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:
@@ -3035,7 +3035,7 @@ void rtw_mesh_cfg_init(_adapter *adapter)
|
||||
mcfg->dot11MeshHWMPpreqMinInterval = RTW_MESH_PREQ_MIN_INT;
|
||||
mcfg->dot11MeshHWMPperrMinInterval = RTW_MESH_PERR_MIN_INT;
|
||||
mcfg->dot11MeshHWMPnetDiameterTraversalTime = RTW_MESH_DIAM_TRAVERSAL_TIME;
|
||||
mcfg->dot11MeshHWMPRootMode = RTW_IEEE80211_ROOTMODE_NO_ROOT;
|
||||
mcfg->dot11MeshHWMPRootMode = IEEE80211_ROOTMODE_NO_ROOT;
|
||||
mcfg->dot11MeshHWMPRannInterval = RTW_MESH_RANN_INTERVAL;
|
||||
mcfg->dot11MeshGateAnnouncementProtocol = _FALSE;
|
||||
mcfg->dot11MeshForwarding = _TRUE;
|
||||
|
||||
Reference in New Issue
Block a user