]> 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)
commit8ecf71fed24960c39db0f26028e327285dd1ea74
tree33fdc5086ef4e5bb43353dd8b38f52bfd7a0df30
parent7d19e6442ff0fe263f1e158eb2c78a052c9bcafd
parenteb280a37cfab3869ad74cd7d1f1df11e25c51041
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>