Browse Source

remove duplicate section to find bridge name

SVN-Revision: 6591
Travis Kemen 19 years ago
parent
commit
f1432e60f0
1 changed files with 0 additions and 4 deletions
  1. 0 4
      package/madwifi/files/lib/wifi/madwifi.sh

+ 0 - 4
package/madwifi/files/lib/wifi/madwifi.sh

@@ -214,10 +214,6 @@ EOF
 						#add wpa_supplicant calls here
 					;;
 				esac
-				net_cfg="$(find_net_config "$vif")"
-				[ -z "$net_cfg" ] || {
-					bridge="$(bridge_interface "$net_cfg")"
-				}
 				wpa_supplicant ${bridge:+ -b $bridge} -Bw -D wext -i "$ifname" -c /var/run/wpa_supplicant-$ifname.conf
 			;;
 		esac