- restore-multicast-settings-on-resume.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     forcedeth: restore multicast settings on resume
has been removed from the -mm tree.  Its filename was
     restore-multicast-settings-on-resume.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: forcedeth: restore multicast settings on resume
From: Tobias Diedrich <ranma+kernel@xxxxxxxxxxxx>

nv_open() resets multicast settings, call nv_set_multicast(dev) to restore
them.  (Maybe this should rather be moved into nv_open())

Signed-off-by: Tobias Diedrich <ranma+kernel@xxxxxxxxxxxx>
Cc: Ayaz Abdulla <aabdulla@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/net/forcedeth.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/net/forcedeth.c~restore-multicast-settings-on-resume drivers/net/forcedeth.c
--- a/drivers/net/forcedeth.c~restore-multicast-settings-on-resume
+++ a/drivers/net/forcedeth.c
@@ -5831,6 +5831,7 @@ static int nv_resume(struct pci_dev *pde
 	writel(txreg, base + NvRegTransmitPoll);
 
 	rc = nv_open(dev);
+	nv_set_multicast(dev);
 out:
 	return rc;
 }
_

Patches currently in -mm which might be from ranma+kernel@xxxxxxxxxxxx are

git-net.patch
setup-wake-on-lan-before-shutting-down.patch
save-restore-device-configuration-space.patch
reorder-suspend-resume-code.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux