From b8ed58ca16b83fa0f273803150c7e5395521c8be Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 26 Jun 2007 09:16:13 +0000 Subject: prism3-support: dropped git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2002 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/prism3-support/files/hostap-fw-load | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/packages/prism3-support/files/hostap-fw-load (limited to 'meta/packages/prism3-support/files') diff --git a/meta/packages/prism3-support/files/hostap-fw-load b/meta/packages/prism3-support/files/hostap-fw-load deleted file mode 100644 index 707030c6a..000000000 --- a/meta/packages/prism3-support/files/hostap-fw-load +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# dont handle non-wireless interfaces -if [ -n `cat /proc/net/wireless|grep $IFACE` ]; then - exit 0 -fi - -if test -e /sbin/cardctl; then - CARDCTL=/sbin/cardctl -elif test -e /sbin/pccardctl; then - CARDCTL=/sbin/pccardctl -else - exit 0 -fi - -# Special case for prism3 cards needing firmware upload -# Add more known manfids, if necessary - -if [ `$CARDCTL info|grep "d601,0010\|d601,0101"` ]; then - iwpriv "$IFACE" reset 1 - hostap_fw_load "$IFACE" -fi - -# lets hope that run-parts obeys the order :D - -exit 0 \ No newline at end of file -- cgit v1.2.3