backports: add netdev_notify_peers()
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 1 Jan 2014 18:07:05 +0000 (19:07 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 18 Jan 2014 12:42:36 +0000 (13:42 +0100)
commit4e22a509e198a7065b90cbefe94351465aab8fa2
treec59d6938d80e8e134686badd6b273e11b960c624
parentb664d51b8355aebc58db69973ac7189e1b5d6c39
backports: add netdev_notify_peers()

netif_notify_peers() was renamed to netdev_notify_peers() in kernel
3.7. Replace the calls to netdev_notify_peers() with
netif_notify_peers().

Some older kernel versions do not even have netif_notify_peers(), there
we just remove the call, currently it is only used in the 6lowpan code
and I assume it will still work, but not so good.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/backport-include/linux/netdevice.h