commit | b88269e6294d186bbc31995ccdee5c529c844ec0 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Apr 16 07:02:22 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Apr 16 07:02:22 2015 -0700 |
tree | 3121677133f477b5b9d8ce000f8b3b452b5dadf3 | |
parent | 01454720d90c4516ce2d42aca0dd337aec51114f [diff] | |
parent | 6c9411e897b5bb3ac40353899b947285184de57c [diff] |
Merge "[qca-ssdk] fix malibu phy4 autonegotiation issue"
diff --git a/src/hsl/phy/malibu_phy.c b/src/hsl/phy/malibu_phy.c index ecc1676..8e06d23 100755 --- a/src/hsl/phy/malibu_phy.c +++ b/src/hsl/phy/malibu_phy.c
@@ -1615,7 +1615,7 @@ if (phy_id == COMBO_PHY_ID) { if (__medium_is_fiber_100fx(dev_id, phy_id)) - return SW_NOT_SUPPORTED; + return A_FALSE; __phy_reg_pages_sel_by_active_medium(dev_id, phy_id); }