[edk2] [PATCH v3 0/2] Wi-Fi device path node/text conversion

2015-08-27 Thread Hao Wu
Changes between v2: 1. Fix incorrect data length to copy for CopyMem() function. 2. If the length of the string passed into DevPathFromTextWiFi() is greater than 32, the string will be cut to fit into the size of the SSID field of a Wi-Fi device path node. Hao Wu (2): MdePkg: Modify

Re: [edk2] [PATCH v3 0/2] Wi-Fi device path node/text conversion

2015-08-27 Thread Tian, Feng
Series Reviewed-By: Feng Tian feng.t...@intel.com -Original Message- From: Wu, Hao A Sent: Friday, August 28, 2015 11:49 AM To: edk2-devel@lists.01.org; Tian, Feng; Gao, Liming Cc: Wu, Hao A Subject: [PATCH v3 0/2] Wi-Fi device path node/text conversion Changes between v2: 1. Fix