projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdc527
)
ar71xx: disable flow control to the built-in switch on AR934x
author
Felix Fietkau
<nbd@nbd.name>
Thu, 25 Aug 2016 09:53:50 +0000
(11:53 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Thu, 25 Aug 2016 09:54:31 +0000
(11:54 +0200)
It apparently causes a regression on some devices if the ethernet cable
is plugged in while booting.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
b/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
index 4c6588d6aec194688d7b71aacc852b7d7630fd9f..07cb12c8e9ff20ff03e239cf235bc03397041fa0 100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
+++ b/
target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c
@@
-981,7
+981,6
@@
void __init ath79_register_eth(unsigned int id)
pdata->set_speed = ath79_set_speed_dummy;
pdata->switch_data = &ath79_switch_data;
- pdata->use_flow_control = 1;
/* reset the built-in switch */
ath79_device_reset_set(AR934X_RESET_ETH_SWITCH);