diff options
author | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 14:33:55 +0000 |
commit | 5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch) | |
tree | 45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/prism3-support/files/hostap-fw-load | |
parent | 42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff) | |
download | poky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz |
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/prism3-support/files/hostap-fw-load')
-rw-r--r-- | openembedded/packages/prism3-support/files/hostap-fw-load | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/packages/prism3-support/files/hostap-fw-load b/openembedded/packages/prism3-support/files/hostap-fw-load index 538a4a7836..0b2aec51a8 100644 --- a/openembedded/packages/prism3-support/files/hostap-fw-load +++ b/openembedded/packages/prism3-support/files/hostap-fw-load | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | # Special case for prism3 cards needing firmware upload | 3 | # Special case for prism3 cards needing firmware upload |
4 | # Add more known manfids, if necessary | 4 | # Add more known manfids, if necessary |
5 | |||
6 | test -x /sbin/cardctl || exit 0 | ||
5 | 7 | ||
6 | if [ `cardctl info|grep "d601,0010\|d601,0101"` ]; then | 8 | if [ `cardctl info|grep "d601,0010\|d601,0101"` ]; then |
7 | iwpriv "$IFACE" reset 1 | 9 | iwpriv "$IFACE" reset 1 |