]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/WiFi2.h
MdePkg PciIo.h: Correct function description for ALLOCATE_BUFFER
[mirror_edk2.git] / MdePkg / Include / Protocol / WiFi2.h
index fc4da5cf212474c15db082d44a5e28d420041141..e370059b40c23365663f4c0925bdf8a7d5219b22 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file defines the EFI Wireless MAC Connection II Protocol.\r
 \r
-  Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution. The full text of the license may be found at\r
@@ -202,7 +202,7 @@ typedef struct {
   // The NetworkDesc is a pointer to an array of EFI_80211_NETWORK_DESCRIPTION\r
   // instances. It is caller's responsibility to free this buffer.\r
   //\r
-  EFI_80211_NETWORK_DESCRIPTION             **NetworkDesc;\r
+  EFI_80211_NETWORK_DESCRIPTION             NetworkDesc[1];\r
 } EFI_80211_GET_NETWORKS_RESULT;\r
 \r
 ///\r