1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[kernel] Compile fix.

Port r15775 to kernel 2.6.30.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15803 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2009-05-12 20:47:16 +00:00
parent 42f55dc34b
commit 9807e436bd
2 changed files with 22 additions and 24 deletions

View File

@@ -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;