mac80211: add missing done to mac80211.sh (#8735)

SVN-Revision: 25131
This commit is contained in:
Jo-Philipp Wich 2011-01-26 21:01:23 +00:00
parent 1c92e047c8
commit 3b0c90325e

View File

@ -411,6 +411,7 @@ enable_mac80211() {
[ $idx -eq $key ] && ikey="d:$ikey" [ $idx -eq $key ] && ikey="d:$ikey"
append keyspec "$ikey" append keyspec "$ikey"
} }
done
;; ;;
*) append keyspec "d:0:$(prepare_key_wep "$key")" ;; *) append keyspec "d:0:$(prepare_key_wep "$key")" ;;
esac esac