]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4715d625689db5d8e6799d015200ebde131299f3
tree33fdc5086ef4e5bb43353dd8b38f52bfd7a0df30
parent324754437b762c13219309ac9b272008fd2bea1f
parent07196c4ea7c7116f7936bde4eddd3d5235295c43
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>