apm-wifi-suspendfix: add libertas to the cards being ejected before suspend. Closes...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 5 Mar 2008 16:07:22 +0000 (16:07 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 5 Mar 2008 16:07:22 +0000 (16:07 +0000)
packages/apmd/files/90-wifi-off

index c54936c..645484b 100644 (file)
@@ -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