ath10k: QCA988X hw2.0: update firmware to 10.2.4.70.54
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>
This commit is contained in:
parent
d1b7badc25
commit
b6346fd364
2
WHENCE
2
WHENCE
|
@ -2580,7 +2580,7 @@ File: ath10k/QCA988X/hw2.0/firmware-4.bin
|
|||
Version: 10.2.4.45
|
||||
Licence: ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt
|
||||
File: ath10k/QCA988X/hw2.0/firmware-5.bin
|
||||
Version: 10.2.4.70.9-2
|
||||
Version: 10.2.4.70.54
|
||||
Licence: ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt
|
||||
File: ath10k/QCA6174/hw2.1/board.bin
|
||||
File: ath10k/QCA6174/hw2.1/board-2.bin
|
||||
|
|
Binary file not shown.
|
@ -1,15 +1,15 @@
|
|||
=============================================================================
|
||||
"This Notice.txt file contains certain notices of software components
|
||||
included with the software that Qualcomm Atheros, Inc. ("Qualcomm Atheros")
|
||||
"This Notice.txt file contains certain notices of software components
|
||||
included with the software that Qualcomm Atheros, Inc. ("Qualcomm Atheros")
|
||||
is required to provide you. Except where prohibited by the open source license,
|
||||
the content of this notices file is only provided to satisfy Qualcomm Atheros's
|
||||
attribution and notice requirement; your use of these software components together
|
||||
with the Qualcomm Atheros software (Qualcomm Atheros software hereinafter referred
|
||||
to as "Software") is subject to the terms of your agreement from Qualcomm Atheros.
|
||||
Compliance with all copyright laws and software license agreements included in the
|
||||
with the Qualcomm Atheros software (Qualcomm Atheros software hereinafter referred
|
||||
to as "Software") is subject to the terms of your agreement from Qualcomm Atheros.
|
||||
Compliance with all copyright laws and software license agreements included in the
|
||||
notice section of this file are the responsibility of the user. Except as may be
|
||||
granted by separate express written agreement, this file provides no license to
|
||||
any patents, trademarks, copyrights, or other intellectual property of Qualcomm
|
||||
granted by separate express written agreement, this file provides no license to
|
||||
any patents, trademarks, copyrights, or other intellectual property of Qualcomm
|
||||
Incorporated or any of its subsidiaries.
|
||||
|
||||
Copyright (c) 2015 Qualcomm Atheros, Inc. All rights reserved.
|
||||
|
@ -17,7 +17,7 @@ Copyright (c) 2015 Qualcomm Atheros, Inc. All rights reserved.
|
|||
Qualcomm is a trademark of Qualcomm Incorporated, registered in the United States
|
||||
and other countries. All Qualcomm Incorporated trademarks are used with permission.
|
||||
Atheros is a trademark of Qualcomm Atheros, Inc., registered in the United States
|
||||
and other countries. Other products and brand names may be trademarks or registered
|
||||
and other countries. Other products and brand names may be trademarks or registered
|
||||
trademarks of their respective owners."
|
||||
=============================================================================
|
||||
|
||||
|
@ -168,7 +168,7 @@ src/wlan/proto/include/if_ethersubr.h#1
|
|||
/*
|
||||
* Copyright (c) 2011 Qualcomm Atheros, Inc.
|
||||
* All Rights Reserved.
|
||||
* Qualcomm Atheros Confidential and Proprietary.
|
||||
* Qualcomm Atheros Confidential and Proprietary.
|
||||
* $ATH_LICENSE_TARGET_C$
|
||||
*/
|
||||
|
||||
|
@ -197,29 +197,29 @@ src/misc/crypto/md5.c#1
|
|||
========================================================================================================================================
|
||||
|
||||
// Copyright (c) 2003-2006 Marcus Geelnard
|
||||
//
|
||||
//
|
||||
// This software is provided 'as-is', without any express or implied
|
||||
// warranty. In no event will the authors be held liable for any damages
|
||||
// arising from the use of this software.
|
||||
//
|
||||
//
|
||||
// Permission is granted to anyone to use this software for any purpose,
|
||||
// including commercial applications, and to alter it and redistribute it
|
||||
// freely, subject to the following restrictions:
|
||||
//
|
||||
//
|
||||
// 1. The origin of this software must not be misrepresented; you must not
|
||||
// claim that you wrote the original software. If you use this software
|
||||
// in a product, an acknowledgment in the product documentation would
|
||||
// be appreciated but is not required.
|
||||
//
|
||||
//
|
||||
// 2. Altered source versions must be plainly marked as such, and must not
|
||||
// be misrepresented as being the original software.
|
||||
//
|
||||
//
|
||||
// 3. This notice may not be removed or altered from any source
|
||||
// distribution.
|
||||
//
|
||||
//
|
||||
// Marcus Geelnard
|
||||
// marcus.geelnard at home.se
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
support/lz77/lz.h#1
|
||||
|
@ -242,25 +242,25 @@ support/lz77/lz.c#1
|
|||
// This software is provided 'as-is', without any express or implied
|
||||
// warranty. In no event will the authors be held liable for any damages
|
||||
// arising from the use of this software.
|
||||
//
|
||||
//
|
||||
// Permission is granted to anyone to use this software for any purpose,
|
||||
// including commercial applications, and to alter it and redistribute it
|
||||
// freely, subject to the following restrictions:
|
||||
//
|
||||
//
|
||||
// 1. The origin of this software must not be misrepresented; you must not
|
||||
// claim that you wrote the original software. If you use this software
|
||||
// in a product, an acknowledgment in the product documentation would
|
||||
// be appreciated but is not required.
|
||||
//
|
||||
//
|
||||
// 2. Altered source versions must be plainly marked as such, and must not
|
||||
// be misrepresented as being the original software.
|
||||
//
|
||||
//
|
||||
// 3. This notice may not be removed or altered from any source
|
||||
// distribution.
|
||||
//
|
||||
//
|
||||
// Marcus Geelnard
|
||||
// marcus.geelnard at home.se
|
||||
//
|
||||
//
|
||||
|
||||
src/misc/lzuncompr/lzuncompr1.c#1
|
||||
tests/serflash/flashprog/uncompr.c#1
|
||||
|
|
Loading…
Reference in New Issue