OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 12... Line 12...
12 mesh_rssi_threshold mesh_hwmp_active_path_to_root_timeout mesh_hwmp_root_interval 12 mesh_rssi_threshold mesh_hwmp_active_path_to_root_timeout mesh_hwmp_root_interval
13 mesh_hwmp_confirmation_interval mesh_awake_window mesh_plink_timeout" 13 mesh_hwmp_confirmation_interval mesh_awake_window mesh_plink_timeout"
14 MP_CONFIG_BOOL="mesh_auto_open_plinks mesh_fwding" 14 MP_CONFIG_BOOL="mesh_auto_open_plinks mesh_fwding"
15 MP_CONFIG_STRING="mesh_power_mode" 15 MP_CONFIG_STRING="mesh_power_mode"
Line 16... Line -...
16   -  
17 iw() { -  
18 command iw $@ || logger -t mac80211 "Failed command: iw $@" -  
19 } -  
20   16  
21 drv_mac80211_init_device_config() { 17 drv_mac80211_init_device_config() {
Line 22... Line 18...
22 hostapd_common_add_device_config 18 hostapd_common_add_device_config
23   19