All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <200711102049.32921.mboton.lkml@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index fdfa022..e923cc1 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,47 +1,37 @@
 Remove unnecesary code in iwl3945 and iwl4965 drivers.
 
-"final_mode" variable is already initialized with the value of the "mod=
-e" variable.
+"final_mode" variable is already initialized with the value of the "mode" variable.
 
 Signed-off-by: Miguel Boton <mboton@gmail.com>
 
 Index: linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl3945-base.c
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
+===================================================================
 --- linux-2.6.24-rc2.orig/drivers/net/wireless/iwlwifi/iwl3945-base.c
 +++ linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl3945-base.c
 @@ -2377,9 +2377,6 @@
  	case IWL_POWER_AC:
- 		final_mode =3D IWL_POWER_MODE_CAM;
+ 		final_mode = IWL_POWER_MODE_CAM;
  		break;
 -	default:
--		final_mode =3D mode;
+-		final_mode = mode;
 -		break;
  	}
-=20
+ 
  	iwl_update_power_cmd(priv, &cmd, final_mode);
 Index: linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl4965-base.c
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
-=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
+===================================================================
 --- linux-2.6.24-rc2.orig/drivers/net/wireless/iwlwifi/iwl4965-base.c
 +++ linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl4965-base.c
 @@ -2233,9 +2233,6 @@
  	case IWL_POWER_AC:
- 		final_mode =3D IWL_POWER_MODE_CAM;
+ 		final_mode = IWL_POWER_MODE_CAM;
  		break;
 -	default:
--		final_mode =3D mode;
+-		final_mode = mode;
 -		break;
  	}
-=20
- 	cmd.keep_alive_beacons =3D 0;
+ 
+ 	cmd.keep_alive_beacons = 0;
 
---=20
-	Miguel Bot=F3n
--
-To unsubscribe from this list: send the line "unsubscribe linux-wireles=
-s" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
+-- 
+	Miguel Botón
diff --git a/a/content_digest b/N1/content_digest
index bdbf061..4f6cb59 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,50 +7,40 @@
  "b\0"
  "Remove unnecesary code in iwl3945 and iwl4965 drivers.\n"
  "\n"
- "\"final_mode\" variable is already initialized with the value of the \"mod=\n"
- "e\" variable.\n"
+ "\"final_mode\" variable is already initialized with the value of the \"mode\" variable.\n"
  "\n"
  "Signed-off-by: Miguel Boton <mboton@gmail.com>\n"
  "\n"
  "Index: linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl3945-base.c\n"
- "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=\n"
- "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=\n"
- "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D\n"
+ "===================================================================\n"
  "--- linux-2.6.24-rc2.orig/drivers/net/wireless/iwlwifi/iwl3945-base.c\n"
  "+++ linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl3945-base.c\n"
  "@@ -2377,9 +2377,6 @@\n"
  " \tcase IWL_POWER_AC:\n"
- " \t\tfinal_mode =3D IWL_POWER_MODE_CAM;\n"
+ " \t\tfinal_mode = IWL_POWER_MODE_CAM;\n"
  " \t\tbreak;\n"
  "-\tdefault:\n"
- "-\t\tfinal_mode =3D mode;\n"
+ "-\t\tfinal_mode = mode;\n"
  "-\t\tbreak;\n"
  " \t}\n"
- "=20\n"
+ " \n"
  " \tiwl_update_power_cmd(priv, &cmd, final_mode);\n"
  "Index: linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl4965-base.c\n"
- "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=\n"
- "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=\n"
- "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D\n"
+ "===================================================================\n"
  "--- linux-2.6.24-rc2.orig/drivers/net/wireless/iwlwifi/iwl4965-base.c\n"
  "+++ linux-2.6.24-rc2/drivers/net/wireless/iwlwifi/iwl4965-base.c\n"
  "@@ -2233,9 +2233,6 @@\n"
  " \tcase IWL_POWER_AC:\n"
- " \t\tfinal_mode =3D IWL_POWER_MODE_CAM;\n"
+ " \t\tfinal_mode = IWL_POWER_MODE_CAM;\n"
  " \t\tbreak;\n"
  "-\tdefault:\n"
- "-\t\tfinal_mode =3D mode;\n"
+ "-\t\tfinal_mode = mode;\n"
  "-\t\tbreak;\n"
  " \t}\n"
- "=20\n"
- " \tcmd.keep_alive_beacons =3D 0;\n"
+ " \n"
+ " \tcmd.keep_alive_beacons = 0;\n"
  "\n"
- "--=20\n"
- "\tMiguel Bot=F3n\n"
- "-\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-wireles=\n"
- "s\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ "-- \n"
+ "\tMiguel Bot\303\263n"
 
-6b71702843040dd9ba00b91ef3c5ca0d123f8eb56db3eb09d6bd1078a98d2438
+7c1c94a342c6b0ae994ff28fa9371da5cbb5cae7fb2fa35f75fdf1707792bd67

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.