Browse Source

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

SVN-Revision: 25131
Jo-Philipp Wich 15 years ago
parent
commit
3b0c90325e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/mac80211/files/lib/wifi/mac80211.sh

+ 1 - 0
package/mac80211/files/lib/wifi/mac80211.sh

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