--- netcfg-wpa_actiond 2010-02-28 11:31:19.000000000 +0000 +++ netcfg-wpa_actiond_patched 2010-02-28 11:31:01.000000000 +0000 @@ -16,6 +16,7 @@ case $1 in [[ -z $2 ]] && echo "Please specify an interface to stop" && exit 1 interface=$2 [[ -f "$IFACE_DIR/$interface" ]] && source "$IFACE_DIR/$interface" + /usr/bin/netcfg -i $interface stop_wpa $2 kill $(cat "/var/run/wpa_actiond_${2}.pid") if [[ -n "$RFKILL" ]]; then