Re: [edk2] [Patch] MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media state detection

2017-12-07 Thread Fu, Siyuan
; Subject: [edk2] [Patch] MdeModulePkg/NetLib: Fix an error when AIP doesn't > support network media state detection > > AIP may not support detecting network media state, in this case, > should call NetLibDetectMedia to get media state. This patch is to > fix this issue. >

Re: [edk2] [Patch] MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media state detection

2017-12-07 Thread Wu, Jiaxin
; Subject: [edk2] [Patch] MdeModulePkg/NetLib: Fix an error when AIP > doesn't support network media state detection > > AIP may not support detecting network media state, in this case, > should call NetLibDetectMedia to get media state. This patch is to > fix this issue. >

[edk2] [Patch] MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media state detection

2017-12-07 Thread fanwang2
AIP may not support detecting network media state, in this case, should call NetLibDetectMedia to get media state. This patch is to fix this issue. Cc: Fu Siyuan Cc: Ye Ting Cc: Jiaxin Wu Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wang Fan --- MdeModulePkg/Library/