]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ll_temac-Fix-and-enable-multicast-support'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 16:33:57 +0000 (09:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 May 2019 16:33:57 +0000 (09:33 -0700)
commitb71dc084b110c0885eddea4c3fbbe0158521ab86
treec44947b7110ee1e6a46a00d1cacedb4d7448e06c
parentb9679c80d8a6035f323f1c553ea7e7a0c9c0526c
parentef1920ad21f01baebf23e606d25c58448587b22c
Merge branch 'net-ll_temac-Fix-and-enable-multicast-support'

Esben Haabendal says:

====================
net: ll_temac: Fix and enable multicast support

This patch series makes the necessary fixes to ll_temac driver to make
multicast work, and enables support for it.so that multicast support can

The main change is the change from mutex to spinlock of the lock used to
synchronize access to the shared indirect register access.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>