[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121021112603.GB6756@netboy.at.omicron.at>
Date: Sun, 21 Oct 2012 13:26:03 +0200
From: Richard Cochran <richardcochran@...il.com>
To: Mugunthan V N <mugunthanvnm@...com>
Cc: netdev@...r.kernel.org, davem@...emloft.net
Subject: Re: [PATCH 3/6] drivers: net: ethernet: cpsw: add multicast
address to ALE table
On Wed, Oct 17, 2012 at 04:15:15AM +0530, Mugunthan V N wrote:
> @@ -271,6 +273,30 @@ struct cpsw_priv {
> (func)((priv)->slaves + idx, ##arg); \
> } while (0)
>
> +static void cpsw_ndo_set_rx_mode(struct net_device *ndev)
> +{
> + struct cpsw_priv *priv = netdev_priv(ndev);
> +
> + if (ndev->flags & IFF_PROMISC) {
> + /* Enable promiscuous mode */
> + dev_err(priv->dev, "Ignoring Promiscuous mode\n");
> + return;
Why can't we support promiscuous mode here?
Thanks,
Richard
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists