All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1536225538-16454-5-git-send-email-sgruszka@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 3c02e72..4b69b26 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,11 +1,11 @@
-From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
+From: Lorenzo Bianconi <lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 
 Move mt76x2u_tx_complete_skb routine in mt76x02-lib module
 and rename it in mt76x02_tx_complete_skb in order to be reused
 in mt76x0 driver
 
-Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
-Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
+Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+Signed-off-by: Stanislaw Gruszka <sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 ---
  drivers/net/wireless/mediatek/mt76/mt76x02_util.c | 8 ++++++++
  drivers/net/wireless/mediatek/mt76/mt76x02_util.h | 2 ++
@@ -69,28 +69,4 @@ index 01dcc5382798..7ba5e5c71dc3 100644
 -{
 -	mt76x02_remove_dma_hdr(e->skb);
 -	mt76x02_tx_complete(mdev, e->skb);
--}
--
-diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c b/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c
-index 53ace9d21fc8..f166246da002 100644
---- a/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c
-+++ b/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c
-@@ -17,6 +17,7 @@
- #include <linux/delay.h>
- 
- #include "mt76x2u.h"
-+#include "mt76x02_util.h"
- #include "mt76x2_eeprom.h"
- 
- static void mt76x2u_init_dma(struct mt76x2_dev *dev)
-@@ -136,7 +137,7 @@ struct mt76x2_dev *mt76x2u_alloc_device(struct device *pdev)
- {
- 	static const struct mt76_driver_ops drv_ops = {
- 		.tx_prepare_skb = mt76x2u_tx_prepare_skb,
--		.tx_complete_skb = mt76x2u_tx_complete_skb,
-+		.tx_complete_skb = mt76x02_tx_complete_skb,
- 		.tx_status_data = mt76x2u_tx_status_data,
- 		.rx_skb = mt76x2_queue_rx_skb,
- 	};
--- 
-2.7.5
\ No newline at end of file
+-}
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index 2cc6bcd..2fdd487 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,10 @@
   "ref\0001536225538-16454-1-git-send-email-sgruszka\@redhat.com\0"
 ]
 [
-  "From\0Stanislaw Gruszka <sgruszka\@redhat.com>\0"
+  "ref\0001536225538-16454-1-git-send-email-sgruszka-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org\0"
+]
+[
+  "From\0Stanislaw Gruszka <sgruszka-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\0"
 ]
 [
   "Subject\0[PATCH 04/42] mt76: move mt76x2u_tx_complete_skb in mt76x02-lib moudule\0"
@@ -11,12 +14,12 @@
   "Date\0Thu,  6 Sep 2018 11:18:20 +0200\0"
 ]
 [
-  "To\0linux-wireless\@vger.kernel.org\0"
+  "To\0linux-wireless-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org\0"
 ]
 [
-  "Cc\0Lorenzo Bianconi <lorenzo.bianconi\@redhat.com>",
-  " Felix Fietkau <nbd\@nbd.name>",
-  " linux-mediatek\@lists.infradead.org\0"
+  "Cc\0Lorenzo Bianconi <lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>",
+  " Felix Fietkau <nbd-Vt+b4OUoWG0\@public.gmane.org>",
+  " linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r\@public.gmane.org\0"
 ]
 [
   "\0000:1\0"
@@ -25,14 +28,14 @@
   "b\0"
 ]
 [
-  "From: Lorenzo Bianconi <lorenzo.bianconi\@redhat.com>\n",
+  "From: Lorenzo Bianconi <lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\n",
   "\n",
   "Move mt76x2u_tx_complete_skb routine in mt76x02-lib module\n",
   "and rename it in mt76x02_tx_complete_skb in order to be reused\n",
   "in mt76x0 driver\n",
   "\n",
-  "Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi\@redhat.com>\n",
-  "Signed-off-by: Stanislaw Gruszka <sgruszka\@redhat.com>\n",
+  "Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\n",
+  "Signed-off-by: Stanislaw Gruszka <sgruszka-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\n",
   "---\n",
   " drivers/net/wireless/mediatek/mt76/mt76x02_util.c | 8 ++++++++\n",
   " drivers/net/wireless/mediatek/mt76/mt76x02_util.h | 2 ++\n",
@@ -96,31 +99,7 @@
   "-{\n",
   "-\tmt76x02_remove_dma_hdr(e->skb);\n",
   "-\tmt76x02_tx_complete(mdev, e->skb);\n",
-  "-}\n",
-  "-\n",
-  "diff --git a/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c b/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c\n",
-  "index 53ace9d21fc8..f166246da002 100644\n",
-  "--- a/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c\n",
-  "+++ b/drivers/net/wireless/mediatek/mt76/mt76x2u_init.c\n",
-  "\@\@ -17,6 +17,7 \@\@\n",
-  " #include <linux/delay.h>\n",
-  " \n",
-  " #include \"mt76x2u.h\"\n",
-  "+#include \"mt76x02_util.h\"\n",
-  " #include \"mt76x2_eeprom.h\"\n",
-  " \n",
-  " static void mt76x2u_init_dma(struct mt76x2_dev *dev)\n",
-  "\@\@ -136,7 +137,7 \@\@ struct mt76x2_dev *mt76x2u_alloc_device(struct device *pdev)\n",
-  " {\n",
-  " \tstatic const struct mt76_driver_ops drv_ops = {\n",
-  " \t\t.tx_prepare_skb = mt76x2u_tx_prepare_skb,\n",
-  "-\t\t.tx_complete_skb = mt76x2u_tx_complete_skb,\n",
-  "+\t\t.tx_complete_skb = mt76x02_tx_complete_skb,\n",
-  " \t\t.tx_status_data = mt76x2u_tx_status_data,\n",
-  " \t\t.rx_skb = mt76x2_queue_rx_skb,\n",
-  " \t};\n",
-  "-- \n",
-  "2.7.5"
+  "-}"
 ]
 
-ed24af39483d557084b2e93a38657f31ae7e9306b2a1495d861cb7ce7c11f314
+d7abe8835cfa2e9a1d8b50ac36f5dc7f13fec606d71e014827f15f5c322cf687

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.