From 7b419d5d1591bb1998b6e0f7b19febf0232ecd8f Mon Sep 17 00:00:00 2001 From: flz Date: Mon, 8 May 2006 09:37:17 +0000 Subject: - Don't force the interface up, this may turns the radio on needlessly. PR: ports/93681 Submitted by: Adrian Filipi --- net/ipw-firmware/Makefile | 2 +- net/ipw-firmware/files/ipw.sh.in | 1 - net/iwi-firmware/Makefile | 2 +- net/iwi-firmware/files/iwi.sh.in | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net/ipw-firmware/Makefile b/net/ipw-firmware/Makefile index 7038b001158..d36e6a92ae0 100644 --- a/net/ipw-firmware/Makefile +++ b/net/ipw-firmware/Makefile @@ -8,7 +8,7 @@ PORTNAME?= ipw-firmware RELNAME?= ipw2100 PORTVERSION?= 1.3 -PORTREVISION?= 6 +PORTREVISION?= 7 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= flz/ipw diff --git a/net/ipw-firmware/files/ipw.sh.in b/net/ipw-firmware/files/ipw.sh.in index 9eedb74fde5..ba950ad99db 100644 --- a/net/ipw-firmware/files/ipw.sh.in +++ b/net/ipw-firmware/files/ipw.sh.in @@ -51,7 +51,6 @@ command="%%PREFIX%%/sbin/%%DRIVERNAME%%control" eval _file=\$_%%DRIVERNAME%%_file_${i} echo -n " [${i}:${_mode:=bss}]" ${command} -i ${i} -f %%FWDIR%%/${_file} - ifconfig ${i} up done echo "." } diff --git a/net/iwi-firmware/Makefile b/net/iwi-firmware/Makefile index dcb3b56e484..53eda83a137 100644 --- a/net/iwi-firmware/Makefile +++ b/net/iwi-firmware/Makefile @@ -8,7 +8,7 @@ PORTNAME= iwi-firmware RELNAME= ipw2200 PORTVERSION= 2.4 -PORTREVISION= 2 +PORTREVISION= 7 CATEGORIES= net sysutils MAINTAINER= flz@FreeBSD.org diff --git a/net/iwi-firmware/files/iwi.sh.in b/net/iwi-firmware/files/iwi.sh.in index 08b9dee3608..511a8fe7e85 100644 --- a/net/iwi-firmware/files/iwi.sh.in +++ b/net/iwi-firmware/files/iwi.sh.in @@ -44,7 +44,6 @@ command="%%PREFIX%%/sbin/%%DRIVERNAME%%control" eval _mode=\$_%%DRIVERNAME%%_file_${i} echo -n " [${i}:${_mode:=bss}]" ${command} -i ${i} -d %%FWDIR%% -m ${_mode:=bss} - ifconfig ${i} up done echo "." } -- cgit