was b0rked
SVN-Revision: 9299
This commit is contained in:
parent
8f7311e20b
commit
3568f0c247
2 changed files with 4 additions and 1 deletions
|
@ -129,7 +129,7 @@ CONFIG_MTD_REDBOOT_PARTS_READONLY=y
|
|||
# CONFIG_MTD_ROM is not set
|
||||
# CONFIG_MTD_SLRAM is not set
|
||||
CONFIG_MTD_SPIFLASH=y
|
||||
CONFIG_NETDEV_1000=y
|
||||
# CONFIG_NETDEV_1000 is not set
|
||||
CONFIG_NET_ACT_POLICE=y
|
||||
CONFIG_NET_SCH_FIFO=y
|
||||
CONFIG_NF_CT_PROTO_GRE=m
|
||||
|
|
|
@ -161,6 +161,9 @@ struct ar2313_private {
|
|||
|
||||
struct tasklet_struct rx_tasklet;
|
||||
int unloading;
|
||||
|
||||
struct phy_device *phy_dev;
|
||||
struct mii_bus mii_bus;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue