From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Thu, 12 Jul 2007 20:13:40 +0200 (MEST)
> [NET]: Add net_device change_rx_mode callback
>
> Currently the set_multicast_list (and set_rx_mode) callbacks are
> responsible for configuring the device according to the IFF_PROMISC,
> IFF_MULTICAST and IF
[NET]: Add net_device change_rx_mode callback
Currently the set_multicast_list (and set_rx_mode) callbacks are
responsible for configuring the device according to the IFF_PROMISC,
IFF_MULTICAST and IFF_ALLMULTI flags and the mc_list (and uc_list in
case of set_rx_mode).
These callbacks can be inv