Gary Zambrano <[EMAIL PROTECTED]> :
> 
> This patch adds set and get functions and support for the later 4401 revs.
> 
> Signed-off-by: Gary Zambrano <[EMAIL PROTECTED]>
> 
> diff --git a/drivers/net/b44.c b/drivers/net/b44.c
> index 7b3dfc4..e42e0aa 100644
> --- a/drivers/net/b44.c
> +++ b/drivers/net/b44.c
[...]
> @@ -1467,6 +1510,11 @@ static int b44_close(struct net_device *
> 
>       netif_poll_enable(dev);
> 
> +     if (bp->flags & B44_FLAG_WOL_ENABLE){
> +             b44_init_hw(bp);
> +             b44_setup_wol(bp);
> +     }
> +
>       b44_free_consistent(bp);
> 
>       return 0;

Should b44_setup_wol() not be used in b44_suspend() as well ?

(nit: s/){/) {/)

-- 
Ueimor
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to