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

diff --git a/a/1.txt b/N1/1.txt
index 73f60ef..1cb1ae0 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>
 
 Since it is actually used in a single place and it just
 runs mt76x0_chip_onoff routine, remove mt76x0_stop_hardware
 and use mt76x0_chip_onoff directly
 
-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/mt76x0/init.c | 7 +------
  1 file changed, 1 insertion(+), 6 deletions(-)
@@ -21,19 +21,4 @@ index 418e1918086d..5b819a224d33 100644
 -static void mt76x0_stop_hardware(struct mt76x0_dev *dev)
 -{
 -	mt76x0_chip_onoff(dev, false, false);
--}
--
- int mt76x0_init_hardware(struct mt76x0_dev *dev)
- {
- 	static const u16 beacon_offsets[16] = {
-@@ -476,7 +471,7 @@ void mt76x0_cleanup(struct mt76x0_dev *dev)
- 	if (!test_and_clear_bit(MT76_STATE_INITIALIZED, &dev->mt76.state))
- 		return;
- 
--	mt76x0_stop_hardware(dev);
-+	mt76x0_chip_onoff(dev, false, false);
- 	mt76u_queues_deinit(&dev->mt76);
- 	mt76u_mcu_deinit(&dev->mt76);
- }
--- 
-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 cf3b41f..ae185e5 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 28/42] mt76x0: remove mt76x0_stop_hardware routine\0"
@@ -11,12 +14,12 @@
   "Date\0Thu,  6 Sep 2018 11:18:44 +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",
   "Since it is actually used in a single place and it just\n",
   "runs mt76x0_chip_onoff routine, remove mt76x0_stop_hardware\n",
   "and use mt76x0_chip_onoff directly\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/mt76x0/init.c | 7 +------\n",
   " 1 file changed, 1 insertion(+), 6 deletions(-)\n",
@@ -48,22 +51,7 @@
   "-static void mt76x0_stop_hardware(struct mt76x0_dev *dev)\n",
   "-{\n",
   "-\tmt76x0_chip_onoff(dev, false, false);\n",
-  "-}\n",
-  "-\n",
-  " int mt76x0_init_hardware(struct mt76x0_dev *dev)\n",
-  " {\n",
-  " \tstatic const u16 beacon_offsets[16] = {\n",
-  "\@\@ -476,7 +471,7 \@\@ void mt76x0_cleanup(struct mt76x0_dev *dev)\n",
-  " \tif (!test_and_clear_bit(MT76_STATE_INITIALIZED, &dev->mt76.state))\n",
-  " \t\treturn;\n",
-  " \n",
-  "-\tmt76x0_stop_hardware(dev);\n",
-  "+\tmt76x0_chip_onoff(dev, false, false);\n",
-  " \tmt76u_queues_deinit(&dev->mt76);\n",
-  " \tmt76u_mcu_deinit(&dev->mt76);\n",
-  " }\n",
-  "-- \n",
-  "2.7.5"
+  "-}"
 ]
 
-2dfec6b81786807d8072d3a03cdf6eae019c845bad60de0eca2bd928e23e360a
+ffc2e8d7e07090f973f7e22a97f19a52b706efdd63aa616c9e025fd27d88aa07

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.