projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
generic: rtl8366: change format string for debugfs error messages
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.30
/
903-hostap_txpower.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.30/903-hostap_txpower.patch
b/target/linux/generic-2.6/patches-2.6.30/903-hostap_txpower.patch
index
89d60bd
..
197d0a1
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.30/903-hostap_txpower.patch
+++ b/
target/linux/generic-2.6/patches-2.6.30/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;
This page took
0.020396 seconds
and
4
git commands to generate.