Merge branch 'altera_tse'
authorDavid S. Miller <davem@davemloft.net>
Thu, 15 May 2014 20:46:54 +0000 (16:46 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 May 2014 20:46:54 +0000 (16:46 -0400)
commit48f0459fb766415b63ba0e65d528262a9c23b4f7
tree33fdc5086ef4e5bb43353dd8b38f52bfd7a0df30
parent200b916f3575bdf11609cb447661b8d5957b0bbf
parentd91e5c02555ae838e9d783b9e83e125fd10dca73
Merge branch 'altera_tse'

Vince Bridgers says:

====================
Altera TSE: Fix Sparse errors and misc issues

This is version 2 of a patch series to correct sparse errors, cppcheck
warnings, and workaound a multicast filtering issue in the Altera TSE
Ethernet driver. Multicast filtering is not working as expected, so if
present in the hardware will not be used and promiscuous mode enabled
instead. This workaround will be replaced with a working solution when
completely debugged, integrated and tested.

Version 2 is different from the first submission by breaking out the
workaround as a seperate patch and addressing a few structure instance
declarations by making them const per review comments.

If you find this patch acceptable, please consider this for inclusion into
the Altera TSE driver source code.
====================

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