X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=9d85bc8561bd558619c07534c88f74c97dfddfc1;hp=cab50443ffa685d4fedbeb9c0a413d8041c806b2;hb=8ae37ab733a40aa3d76400cee6f836305ca7ccec;hpb=3673e2afc2792a303e34b1dfec95dd3a868fccce diff --git a/autoconfig.functions b/autoconfig.functions index cab5044..9d85bc8 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -2496,19 +2496,6 @@ fi } # }}} -# {{{ check for broken ipw3945 driver which causes problems (especially on hd install) -config_ipw3945() { - if grep -q ipw3945 /proc/modules ; then - if ! iwconfig 2>/dev/null| grep -qe 'IEEE 802' -qe 'unassociated' ; then - ewarn "Broken ipw3945 network interface found, reloading module." - rmmod ipw3945 - modprobe ipw3945 - eend $? - fi - fi -} -# }}} - # {{{ disable console blanking config_blanking(){ if checkbootparam 'noblank' ; then