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)
commit00e31a09613619a2f99adcd1ea9fceda9365fa30
treec44947b7110ee1e6a46a00d1cacedb4d7448e06c
parent5556fdb0c2ea3a9ae18e2c457a25198673761ff7
parent0127cd5440e7cce2ef8582e15cef65d58890e4b9
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>