BKrev: 41979ce9ihlRWDGRzcpaivq-yS1DSg
exit 0
fi
+# Detect and do nothing for linux-wlan-ng interfaces;
+# which are configured by thier own if-pre-up script.
+if [ -x /sbin/wlancfg ]; then
+ if /sbin/wlancfg show $IFACE >/dev/null 2>&1; then
+ exit 0
+ fi
+fi
+
if [ -n "$IF_NEEDS_RESET" ]; then
$IWPRIV "$IFACE" reset 1
sleep 1
DEPENDS = "virtual/kernel"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://pcmcia-cs.sourceforge.net/ftp/contrib/wireless_tools.${PV}.tar.gz \
file://man.patch;patch=1 \