net/e1000/base: expose xMDIO methods
[dpdk.git] / drivers / net / e1000 / base / e1000_nvm.c
index 56e2db1..4d4a8e0 100644 (file)
@@ -749,8 +749,9 @@ s32 e1000_read_pba_string_generic(struct e1000_hw *hw, u8 *pba_num,
 
        DEBUGFUNC("e1000_read_pba_string_generic");
 
-       if ((hw->mac.type >= e1000_i210) &&
-           !e1000_get_flash_presence_i210(hw)) {
+       if ((hw->mac.type == e1000_i210 ||
+            hw->mac.type == e1000_i211) &&
+            !e1000_get_flash_presence_i210(hw)) {
                DEBUGOUT("Flashless no PBA string\n");
                return -E1000_ERR_NVM_PBA_SECTION;
        }