projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add atheros ar2313 vlan fix (thx, SeG)
[openwrt.git]
/
target
/
linux
/
atheros
/
files
/
drivers
/
net
/
ar2313
/
ar2313.h
diff --git
a/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
b/target/linux/atheros/files/drivers/net/ar2313/ar2313.h
index
c0b3a4f
..
00d35b2
100644
(file)
--- a/
target/linux/atheros/files/drivers/net/ar2313/ar2313.h
+++ b/
target/linux/atheros/files/drivers/net/ar2313/ar2313.h
@@
-161,6
+161,9
@@
struct ar2313_private {
struct tasklet_struct rx_tasklet;
int unloading;
struct tasklet_struct rx_tasklet;
int unloading;
+
+ struct phy_device *phy_dev;
+ struct mii_bus mii_bus;
};
};
This page took
0.02343 seconds
and
4
git commands to generate.