From 1b481e07088d1a65d5d3439e370467bc6014ce8c Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 11 May 2009 20:20:41 +0000 Subject: Compile fixes for kernel 2.6.29. The 200-sched_esfq.patch is based on http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/SOURCES.old/kernel-esfq.patch?rev=1.4;content-type=text%2Fplain SVN-Revision: 15775 --- target/linux/generic-2.6/patches-2.6.29/903-hostap_txpower.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic-2.6/patches-2.6.29/903-hostap_txpower.patch') diff --git a/target/linux/generic-2.6/patches-2.6.29/903-hostap_txpower.patch b/target/linux/generic-2.6/patches-2.6.29/903-hostap_txpower.patch index 09ac7a9..5e0abbc 100644 --- a/target/linux/generic-2.6/patches-2.6.29/903-hostap_txpower.patch +++ b/target/linux/generic-2.6/patches-2.6.29/903-hostap_txpower.patch @@ -125,7 +125,7 @@ + +int hostap_restore_power(struct net_device *dev) +{ -+ struct hostap_interface *iface = dev->priv; ++ struct hostap_interface *iface = netdev_priv(dev); + local_info_t *local = iface->local; + + u16 val; -- cgit v1.1