commit | b77e26d191590c73b4a982ea3b3b87194069a56a | [log] [tgz] |
---|---|---|
author | Olivier Blin <olivier.blin@softathome.com> | Fri Oct 24 19:43:02 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 28 17:26:20 2014 -0400 |
tree | 4260ecf2fef1fb632e6d814323e420919b7d9a97 | |
parent | d80c679bc1526183f1cf4adc54b0b72e8798555e [diff] |
cdc-ether: handle promiscuous mode with a set_rx_mode callback Promiscuous mode was not supported anymore with my Lenovo adapters (RTL8153) since commit c472ab68ad67db23c9907a27649b7dc0899b61f9 (cdc-ether: clean packet filter upon probe). It was not possible to use them in a bridge anymore. Signed-off-by: Olivier Blin <olivier.blin@softathome.com> Also-analyzed-by: Loïc Yhuel <loic.yhuel@softathome.com> Signed-off-by: David S. Miller <davem@davemloft.net>