net: atlantic: A2: half duplex support
[linux-2.6-microblaze.git] / drivers / net / ethernet / aquantia / atlantic / hw_atl / hw_atl_utils_fw2x.c
index eeedd8c..013676c 100644 (file)
@@ -274,6 +274,7 @@ static int aq_fw2x_update_link_status(struct aq_hw_s *self)
        } else {
                link_status->mbps = 0;
        }
+       link_status->full_duplex = true;
 
        return 0;
 }