Re: [OpenWrt-Devel] [PATCH] kernel: ledtrig-netdev: use netdev_notifier_info

2014-07-08 Thread Luka Perkov
Hi Claudio, On Mon, Jul 07, 2014 at 08:24:32PM -0400, Claudio Leite wrote: > Since kernel 3.11, the third parameter passed to notifier_call() > is of type struct netdev_notifier_info. This patch fixes an oops > when setting a netdev LED trigger. > > Signed-off-by: Claudio Leite > --- > .../patc

[OpenWrt-Devel] [PATCH] kernel: ledtrig-netdev: use netdev_notifier_info

2014-07-07 Thread Claudio Leite
Since kernel 3.11, the third parameter passed to notifier_call() is of type struct netdev_notifier_info. This patch fixes an oops when setting a netdev LED trigger. Signed-off-by: Claudio Leite --- .../patches-3.12/833-ledtrig_netdev-use-notifier-info.patch | 13 + .../patches-3.13/8