Silence!
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 5 Dec 2007 22:52:20 +0000 (22:52 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Wed, 5 Dec 2007 22:52:20 +0000 (22:52 +0000)
ifup-pre-local

index c7c7a89..69a68ea 100755 (executable)
@@ -23,5 +23,5 @@ if [ -n "$MODE$WLANDEV" ]; then
         m=wds
         ;;
     esac
         m=wds
         ;;
     esac
-    wlanconfig "$DEVICE" create wlandev $WLANDEV wlanmode "$m"
+    wlanconfig "$DEVICE" create wlandev $WLANDEV wlanmode "$m" > /dev/null
 fi
 fi