All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <57DC735D.8020307@qca.qualcomm.com>

diff --git a/a/1.txt b/N1/1.txt
index 2e02902..7193d7a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 
 
 On 07/19/2016 03:34 AM, Michal Kazior wrote:
->   
+>  =20
 > +static int ath10k_core_reset_rx_filter(struct ath10k *ar)
 > +{
 > +	int ret;
@@ -10,19 +10,20 @@ On 07/19/2016 03:34 AM, Michal Kazior wrote:
 > +	int vdev_subtype;
 > +	const u8 *vdev_addr;
 > +
-> +	vdev_id = 0;
-> +	vdev_type = WMI_VDEV_TYPE_STA;
-> +	vdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE);
-> +	vdev_addr = ar->mac_addr;
+> +	vdev_id =3D 0;
+> +	vdev_type =3D WMI_VDEV_TYPE_STA;
+> +	vdev_subtype =3D ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE)=
+;
+> +	vdev_addr =3D ar->mac_addr;
 > +
-> +	ret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype,
+> +	ret =3D ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype,
 > +				     vdev_addr);
 > +	if (ret) {
 > +		ath10k_err(ar, "failed to create dummy vdev: %d\n", ret);
 > +		return ret;
 > +	}
 > +
-> +	ret = ath10k_wmi_vdev_delete(ar, vdev_id);
+> +	ret =3D ath10k_wmi_vdev_delete(ar, vdev_id);
 > +	if (ret) {
 > +		ath10k_err(ar, "failed to delete dummy vdev: %d\n", ret);
 > +		return ret;
@@ -42,7 +43,7 @@ On 07/19/2016 03:34 AM, Michal Kazior wrote:
 > +	 * started before vdev create/delete hack is complete allowing a short
 > +	 * window of opportunity to receive (and Tx ACK) a bunch of frames.
 > +	 */
-> +	ret = ath10k_wmi_barrier(ar);
+> +	ret =3D ath10k_wmi_barrier(ar);
 QCA6174 UTF firmware seems doesn't support the WMI_ECHO command.
 
 [16460.274822] ath10k_pci 0000:04:00.0: wmi tlv echo value 0x0ba991e9
@@ -50,10 +51,11 @@ QCA6174 UTF firmware seems doesn't support the WMI_ECHO command.
 [16463.461970] ath10k_pci 0000:04:00.0: failed to ping firmware: -110
 [16463.461975] ath10k_pci 0000:04:00.0: failed to reset rx filter: -110
 
-Has anyone verified any AP solution to see if UTF mode is still working 
+Has anyone verified any AP solution to see if UTF mode is still working=20
 with after this patch?
 
-Anyway, I would like to exclude the workaround from all solution's UTF mode.
+Anyway, I would like to exclude the workaround from all solution's UTF mode=
+.
 
 Michal any concerns? (or maybe just for QCA61x4 if any...)
 
@@ -65,8 +67,3 @@ Michal any concerns? (or maybe just for QCA61x4 if any...)
 > +	return 0;
 > +}
 >
-
-_______________________________________________
-ath10k mailing list
-ath10k@lists.infradead.org
-http://lists.infradead.org/mailman/listinfo/ath10k
diff --git a/a/content_digest b/N1/content_digest
index 1621911..2507315 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -14,7 +14,7 @@
  "\n"
  "\n"
  "On 07/19/2016 03:34 AM, Michal Kazior wrote:\n"
- ">   \n"
+ ">  =20\n"
  "> +static int ath10k_core_reset_rx_filter(struct ath10k *ar)\n"
  "> +{\n"
  "> +\tint ret;\n"
@@ -23,19 +23,20 @@
  "> +\tint vdev_subtype;\n"
  "> +\tconst u8 *vdev_addr;\n"
  "> +\n"
- "> +\tvdev_id = 0;\n"
- "> +\tvdev_type = WMI_VDEV_TYPE_STA;\n"
- "> +\tvdev_subtype = ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE);\n"
- "> +\tvdev_addr = ar->mac_addr;\n"
+ "> +\tvdev_id =3D 0;\n"
+ "> +\tvdev_type =3D WMI_VDEV_TYPE_STA;\n"
+ "> +\tvdev_subtype =3D ath10k_wmi_get_vdev_subtype(ar, WMI_VDEV_SUBTYPE_NONE)=\n"
+ ";\n"
+ "> +\tvdev_addr =3D ar->mac_addr;\n"
  "> +\n"
- "> +\tret = ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype,\n"
+ "> +\tret =3D ath10k_wmi_vdev_create(ar, vdev_id, vdev_type, vdev_subtype,\n"
  "> +\t\t\t\t     vdev_addr);\n"
  "> +\tif (ret) {\n"
  "> +\t\tath10k_err(ar, \"failed to create dummy vdev: %d\\n\", ret);\n"
  "> +\t\treturn ret;\n"
  "> +\t}\n"
  "> +\n"
- "> +\tret = ath10k_wmi_vdev_delete(ar, vdev_id);\n"
+ "> +\tret =3D ath10k_wmi_vdev_delete(ar, vdev_id);\n"
  "> +\tif (ret) {\n"
  "> +\t\tath10k_err(ar, \"failed to delete dummy vdev: %d\\n\", ret);\n"
  "> +\t\treturn ret;\n"
@@ -55,7 +56,7 @@
  "> +\t * started before vdev create/delete hack is complete allowing a short\n"
  "> +\t * window of opportunity to receive (and Tx ACK) a bunch of frames.\n"
  "> +\t */\n"
- "> +\tret = ath10k_wmi_barrier(ar);\n"
+ "> +\tret =3D ath10k_wmi_barrier(ar);\n"
  "QCA6174 UTF firmware seems doesn't support the WMI_ECHO command.\n"
  "\n"
  "[16460.274822] ath10k_pci 0000:04:00.0: wmi tlv echo value 0x0ba991e9\n"
@@ -63,10 +64,11 @@
  "[16463.461970] ath10k_pci 0000:04:00.0: failed to ping firmware: -110\n"
  "[16463.461975] ath10k_pci 0000:04:00.0: failed to reset rx filter: -110\n"
  "\n"
- "Has anyone verified any AP solution to see if UTF mode is still working \n"
+ "Has anyone verified any AP solution to see if UTF mode is still working=20\n"
  "with after this patch?\n"
  "\n"
- "Anyway, I would like to exclude the workaround from all solution's UTF mode.\n"
+ "Anyway, I would like to exclude the workaround from all solution's UTF mode=\n"
+ ".\n"
  "\n"
  "Michal any concerns? (or maybe just for QCA61x4 if any...)\n"
  "\n"
@@ -77,11 +79,6 @@
  "> +\n"
  "> +\treturn 0;\n"
  "> +}\n"
- ">\n"
- "\n"
- "_______________________________________________\n"
- "ath10k mailing list\n"
- "ath10k@lists.infradead.org\n"
- http://lists.infradead.org/mailman/listinfo/ath10k
+ >
 
-3970414e6198e2dbee1545001b1a1b0571a6dd5a8bbe78e6dc7ccae0f4f7573e
+31a6ddf3a5ac97952d7fe3baf8d1498c0ad4cf4beb3fe2c77f651fbba6c45fbb

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.