From c8264fa9ccec81a09a2127512603706d2f0ccbf7 Mon Sep 17 00:00:00 2001 From: hauke Date: Mon, 11 May 2009 20:20:41 +0000 Subject: [kernel] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15775 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 09ac7a9c8..5e0abbc5d 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.2.3