X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=ath%2Fif_ath.c;h=1c87bba45bf881d69269ba37beee4b2bc1a85e84;hb=f83c3d758e024e717c77c03b6f2f8ceccff0f004;hp=a0d7eb8a5a37cb877f3251af36eb8d6fe0c93a0f;hpb=0196108e9c2cf2bd44a8543ddedb280c6a03a50f;p=madwifi%2F.git diff --git a/ath/if_ath.c b/ath/if_ath.c index a0d7eb8..1c87bba 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -12359,7 +12359,7 @@ static int ath_rcv_dev_event(struct notifier_block *this, unsigned long event, void *ptr) { - struct net_device *dev = (struct net_device *)ptr; + struct net_device *dev = netdev_notifier_info_to_dev(ptr); struct ath_softc *sc = (struct ath_softc *)netdev_priv(dev); #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)