This patch adds support for promiscuous mode in network driver for K2G SoC. This depends on v3 of my series at https://www.spinics.net/lists/kernel/msg2765942.html
I plan to fold this to the above series and submit again when the net-next merge windows opens. At this time, please review and let me know if it looks good or need any re-work. I would like to get this ready so that it can be merged along with the above series. The boot and promiscuous mode test logs are at https://pastebin.ubuntu.com/p/XQCvFS3QZb/ WingMan Kwok (2): net: netcp: add api to support set rx mode in netcp modules net: netcp: ethss: k2g: add promiscuous mode support drivers/net/ethernet/ti/netcp.h | 1 + drivers/net/ethernet/ti/netcp_core.c | 19 ++++++++++++ drivers/net/ethernet/ti/netcp_ethss.c | 56 +++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) -- 1.9.1