Changeset 18153


Ignore:
Timestamp:
01/11/12 22:51:56 (16 months ago)
Author:
BrainSlayer
Message:

fix detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/pb42/linux-3.2/drivers/net/ethernet/ag71xx/ag71xx_dev.c

    r18138 r18153  
    10231023static void phy_dev_init(void) 
    10241024{ 
    1025 #ifdef CONFIG_BUFFALO 
     1025#if defined (CONFIG_BUFFALO) || defined(CONFIG_TPLINK) || defined(CONFIG_DIR825) || defined(CONFIG_WNDR3700) 
    10261026        if (rtl8366_smi_detect(&rtl8366_dev_data) == RTL8366_TYPE_RB) { 
    10271027                ar71xx_eth0_pll_data.pll_1000 = 0x1f000000; 
Note: See TracChangeset for help on using the changeset viewer.