Use netdev_notifier_info_to_dev(), needed for Linux 3.11+
authorPavel Roskin <proski@gnu.org>
Fri, 8 Nov 2013 21:42:54 +0000 (16:42 -0500)
committerPavel Roskin <proski@gnu.org>
Fri, 8 Nov 2013 22:01:34 +0000 (17:01 -0500)
commitf83c3d758e024e717c77c03b6f2f8ceccff0f004
treecdb6e99991d429fe4edc63bf82781e40fcb378e2
parent0196108e9c2cf2bd44a8543ddedb280c6a03a50f
Use netdev_notifier_info_to_dev(), needed for Linux 3.11+

Not using netdev_notifier_info_to_dev() gives no compile warnings but
crashes the kernel, so this patch is intentionally applied before Linux
3.10 procfs support is enabled to avoid a revision that compiles and
crashes on new kernels.
ath/if_ath.c
include/compat.h
net80211/ieee80211_linux.c