OSDN Git Service

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)
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>

Trivial merge