[PATCH] libertas: fix multicast filtering on eth and msh interfaces.

Holger Schurig hs4233 at mail.mn-solutions.de
Tue May 20 03:51:14 EDT 2008


This patch introduces trailing blanks, e.g. here:


> +	     dev = (dev==priv->mesh_dev?NULL:priv->mesh_dev)) {
> +		if ((dev_get_flags(dev) & (IFF_UP|IFF_MULTICAST)) !=
> +		    (IFF_UP|IFF_MULTICAST))
> +			continue;


The whole warning was: Warning: trailing whitespace in lines
621,625,654 of drivers/net/wireless/libertas/main.c.


I also had one patch reject against wireless-testing,
v2.6.26-rc2-7503-gc24e096, which was easy to fix:

@@ -1169,6 +1202,7 @@ int lbs_remove_card(struct lbs_private *priv)

        cancel_delayed_work(&priv->scan_work);
        cancel_delayed_work(&priv->assoc_work);
+       cancel_work_sync(&priv->mcast_work);
        destroy_workqueue(priv->work_thread);

        if (priv->psmode == LBS802_11POWERMODEMAX_PSP) {



More information about the libertas-dev mailing list