From: Rolf Leggewie Date: Wed, 5 Mar 2008 16:07:22 +0000 (+0000) Subject: apm-wifi-suspendfix: add libertas to the cards being ejected before suspend. Closes... X-Git-Tag: Release-2010-05/1~7572^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=962d4fad2822363631c22759b0e46713668dbb84;p=openembedded.git apm-wifi-suspendfix: add libertas to the cards being ejected before suspend. Closes 3938. --- diff --git a/packages/apmd/files/90-wifi-off b/packages/apmd/files/90-wifi-off index c54936c4be..645484b8cd 100644 --- a/packages/apmd/files/90-wifi-off +++ b/packages/apmd/files/90-wifi-off @@ -3,7 +3,7 @@ # # turn off wifi cards before suspend so they are fully reloaded upon resume -wifislot = `pccardctl ls|egrep '(hostap|orinoco)'|cut -f 2 -d " "` +wifislot = `pccardctl ls|egrep '(hostap|orinoco|libertas)'|cut -f 2 -d " "` if test $wifislot then for slot in $wifislot; do