Changeset 11671


Ignore:
Timestamp:
02/23/09 02:10:12 (4 years ago)
Author:
BrainSlayer
Message:

fix issue with gpio based switch configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/linux/brcm/linux.v24_2/drivers/net/bcm57xx/bcmrobo.c

    r11670 r11671  
    746746                 * unable to talk to the switch on a customer ref design. 
    747747                 */ 
     748                if (boothwmodel!=NULL && !strcmp(boothwmodel,"WRT610N")) 
     749                { 
    748750                if (tmp == 0xffff) { 
    749751                        miiwr(h, PSEUDO_PHYAD, 16, 1); 
    750752                        tmp = miird(h, PSEUDO_PHYAD, 2); 
     753                } 
    751754                } 
    752755 
Note: See TracChangeset for help on using the changeset viewer.