From: Vladislav Zolotarov Date: Sun, 6 Feb 2011 19:25:41 +0000 (-0800) Subject: bnx2x: Proper netdev->ndo_set_rx_mode() implementation. X-Git-Tag: v2.6.39-rc1~468^2~410 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e30dd4e3935ddb4e7dd27d5be7a6e5504e64a27;p=pandora-kernel.git bnx2x: Proper netdev->ndo_set_rx_mode() implementation. Completed the bnx2x_set_rx_mode() to a proper netdev->ndo_set_rx_mode implementation: - Added a missing configuration of a unicast MAC addresses list. - Changed bp->dma_lock from being a mutex to a spinlock as long as it's taken under netdev->addr_list_lock now. Signed-off-by: Vladislav Zolotarov Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed