Hello:

  Please find attached a patch to solve power_level tip for iwl3945. A typo 
looked to prevent this working.

  Of course comments are welcome. Regards,

 Note: please CC me, I'm not subscribed.

-- 
     Raúl Sánchez Siles
----->Proud Debian user<-----
Linux registered user #416098
diff -r 2eccfea22bb0 wireless.c
--- a/wireless.c	Thu Mar 27 18:44:50 2008 +0000
+++ b/wireless.c	Tue May 06 23:08:03 2008 +0200
@@ -160,7 +160,7 @@
 	while ((dirent = readdir(dir))) {
 		if (dirent->d_name[0]=='.')
 			continue;
-		sprintf(pathname, "/sys/bus/pci/drivers/iwl4965/%s/power_level", dirent->d_name);
+		sprintf(pathname, "/sys/bus/pci/drivers/iwl3945/%s/power_level", dirent->d_name);
 		if (!access(pathname, W_OK))
 			strcpy(powersave_path, pathname);
 	}

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power

Reply via email to