summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-09-14 16:10:37 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-09-14 16:10:37 +0000
commit33bfec551e3dbc872f2bf3eb7d9158794057597c (patch)
tree491a50e7d0fe1ee520ec92afefc53a6fc177914f /target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch
parent50fd67f13e6d1de6520bfad85f304279d6f88a98 (diff)
brcm47xx: tg3: use the phy address from et0phyaddr and not the default phy address.
Thank you Devastator for testing. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37986 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch b/target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch
deleted file mode 100644
index 726be2a067..0000000000
--- a/target/linux/brcm47xx/patches-3.10/780-tg3-phylib.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/drivers/net/ethernet/broadcom/tg3.c
-+++ b/drivers/net/ethernet/broadcom/tg3.c
-@@ -17176,8 +17176,10 @@ static int tg3_init_one(struct pci_dev *
- tg3_flag_set(tp, FLUSH_POSTED_WRITES);
- if (ssb_gige_one_dma_at_once(pdev))
- tg3_flag_set(tp, ONE_DMA_AT_ONCE);
-- if (ssb_gige_have_roboswitch(pdev))
-+ if (ssb_gige_have_roboswitch(pdev)) {
-+ tg3_flag_set(tp, USE_PHYLIB);
- tg3_flag_set(tp, ROBOSWITCH);
-+ }
- if (ssb_gige_is_rgmii(pdev))
- tg3_flag_set(tp, RGMII_MODE);
- }