]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/SnpDxe/Reset.c
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / Network / SnpDxe / Reset.c
index 2381264c11afa2c830e7935ba792986432a95373..3069bfde660c85289425993ac4070b69eb8c13c2 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
     Implementation of resetting a network adapter.\r
\r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under the \r
-terms and conditions of the BSD License which accompanies this distribution. The \r
-full text of the license may be found at \r
-http://opensource.org/licenses/bsd-license.php \r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -70,16 +64,16 @@ PxeReset (
   provided in the previous call to Initialize().\r
 \r
   This function resets a network adapter and reinitializes it with the parameters\r
-  that were provided in the previous call to Initialize(). The transmit and \r
+  that were provided in the previous call to Initialize(). The transmit and\r
   receive queues are emptied and all pending interrupts are cleared.\r
-  Receive filters, the station address, the statistics, and the multicast-IP-to-HW \r
-  MAC addresses are not reset by this call. If the network interface was \r
-  successfully reset, then EFI_SUCCESS will be returned. If the driver has not \r
+  Receive filters, the station address, the statistics, and the multicast-IP-to-HW\r
+  MAC addresses are not reset by this call. If the network interface was\r
+  successfully reset, then EFI_SUCCESS will be returned. If the driver has not\r
   been initialized, EFI_DEVICE_ERROR will be returned.\r
 \r
   @param This                 A pointer to the EFI_SIMPLE_NETWORK_PROTOCOL instance.\r
-  @param ExtendedVerification Indicates that the driver may perform a more \r
-                              exhaustive verification operation of the device \r
+  @param ExtendedVerification Indicates that the driver may perform a more\r
+                              exhaustive verification operation of the device\r
                               during reset.\r
 \r
   @retval EFI_SUCCESS           The network interface was reset.\r