kernel/net/wireless/mesh.c
.. .. @@ -78,6 +78,7 @@ 78 78 .power_mode = NL80211_MESH_POWER_ACTIVE, 79 79 .dot11MeshAwakeWindowDuration = MESH_DEFAULT_AWAKE_WINDOW, 80 80 .plink_timeout = MESH_DEFAULT_PLINK_TIMEOUT, 81 + .dot11MeshNolearn = false,81 82 }; 82 83 83 84 const struct mesh_setup default_mesh_setup = {