Browse Source
QCA4019 is a new chip supported by ath10k. Firmware version is 10.4-3.2.1-00028. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> Signed-off-by: Kyle McMartin <kyle@kernel.org>main
Kalle Valo
8 years ago
committed by
Kyle McMartin
4 changed files with 593 additions and 0 deletions
Binary file not shown.
Binary file not shown.
@ -0,0 +1,589 @@
@@ -0,0 +1,589 @@
|
||||
============================================================================= |
||||
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 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 Incorporated or any of its subsidiaries. |
||||
Copyright (c) 2016 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 trademarks of their respective owners. |
||||
============================================================================= |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
// |
||||
// Copyright (c) 1991, 1993 |
||||
// The Regents of the University of California. All rights reserved. |
||||
// $ATH_LICENSE_NULL$ |
||||
// |
||||
// Redistribution and use in source and binary forms, with or without |
||||
// modification, are permitted provided that the following conditions |
||||
// are met: |
||||
// 1. Redistributions of source code must retain the above copyright |
||||
// notice, this list of conditions and the following disclaimer. |
||||
// 2. Redistributions in binary form must reproduce the above copyright |
||||
// notice, this list of conditions and the following disclaimer in the |
||||
// documentation and/or other materials provided with the distribution. |
||||
// 3. All advertising materials mentioning features or use of this software |
||||
// must display the following acknowledgement: |
||||
// This product includes software developed by the University of |
||||
// California, Berkeley and its contributors. |
||||
// 4. Neither the name of the University nor the names of its contributors |
||||
// may be used to endorse or promote products derived from this software |
||||
// without specific prior written permission. |
||||
// |
||||
// THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
||||
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
// ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
||||
// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||
// SUCH DAMAGE. |
||||
|
||||
======================================================================================================================================== |
||||
/* ========================================================================== |
||||
* |
||||
* Synopsys SS USB3 Linux Software Driver and documentation (hereinafter, |
||||
* "Software") is an Unsupported proprietary work of Synopsys, Inc. unless |
||||
* otherwise expressly agreed to in writing between Synopsys and you. |
||||
* |
||||
* The Software IS NOT an item of Licensed Software or Licensed Product under |
||||
* any End User Software License Agreement or Agreement for Licensed Product |
||||
* with Synopsys or any supplement thereto. You are permitted to use and |
||||
* redistribute this Software in source and binary forms, with or without |
||||
* modification, provided that redistributions of source code must retain this |
||||
* notice. You may not view, use, disclose, copy or distribute this file or |
||||
* any information contained herein except pursuant to this license grant from |
||||
* Synopsys. If you do not agree with this notice, including the disclaimer |
||||
* below, then you are not authorized to use the Software. |
||||
* |
||||
* THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS" BASIS |
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
* ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOPSYS BE LIABLE FOR ANY DIRECT, |
||||
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
||||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
||||
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
||||
* DAMAGE. |
||||
* ========================================================================== */ |
||||
======================================================================================================================================== |
||||
|
||||
======================================================================================================================================== |
||||
/* |
||||
* FILE: sha2.h |
||||
* AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ |
||||
* |
||||
* Copyright (c) 2000-2001, Aaron D. Gifford |
||||
* All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions |
||||
* are met: |
||||
* 1. Redistributions of source code must retain the above copyright |
||||
* notice, this list of conditions and the following disclaimer. |
||||
* 2. Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* 3. Neither the name of the copyright holder nor the names of contributors |
||||
* may be used to endorse or promote products derived from this software |
||||
* without specific prior written permission. |
||||
* |
||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND |
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE |
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||
* SUCH DAMAGE. |
||||
* |
||||
*/ |
||||
======================================================================================================================================== |
||||
|
||||
======================================================================================================================================== |
||||
/* |
||||
* Copyright (c)2014 Qualcomm Atheros, Inc. |
||||
* All Rights Reserved. |
||||
* Qualcomm Atheros Confidential and Proprietary. |
||||
* $ATH_LICENSE_TARGET_C$ |
||||
*/ |
||||
/*- |
||||
* Copyright (c) 1990, 1993 |
||||
* The Regents of the University of California. All rights reserved. |
||||
* |
||||
* This code is derived from software contributed to Berkeley by |
||||
* Chris Torek. |
||||
* |
||||
* Copyright (c) 2011 The FreeBSD Foundation |
||||
* All rights reserved. |
||||
* Portions of this software were developed by David Chisnall |
||||
* under sponsorship from the FreeBSD Foundation. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions |
||||
* are met: |
||||
* 1. Redistributions of source code must retain the above copyright |
||||
* notice, this list of conditions and the following disclaimer. |
||||
* 2. Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* 3. Neither the name of the University nor the names of its contributors |
||||
* may be used to endorse or promote products derived from this software |
||||
* without specific prior written permission. |
||||
* |
||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||
* SUCH DAMAGE. |
||||
*/ |
||||
======================================================================================================================================== |
||||
|
||||
======================================================================================================================================== |
||||
/* |
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc. |
||||
* All rights reserved. |
||||
* |
||||
* This code is derived from software contributed to The NetBSD Foundation |
||||
* by Lennart Augustsson (lennart@augustsson.net) at |
||||
* Carlstedt Research & Technology. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions |
||||
* are met: |
||||
* 1. Redistributions of source code must retain the above copyright |
||||
* notice, this list of conditions and the following disclaimer. |
||||
* 2. Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* 3. All advertising materials mentioning features or use of this software |
||||
* must display the following acknowledgement: |
||||
* This product includes software developed by the NetBSD |
||||
* Foundation, Inc. and its contributors. |
||||
* 4. Neither the name of The NetBSD Foundation nor the names of its |
||||
* contributors may be used to endorse or promote products derived |
||||
* from this software without specific prior written permission. |
||||
* |
||||
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS |
||||
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |
||||
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
||||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS |
||||
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
||||
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
||||
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
||||
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
||||
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
||||
* POSSIBILITY OF SUCH DAMAGE. |
||||
*/ |
||||
|
||||
/* Modified by Synopsys, Inc, 12/12/2007 */ |
||||
======================================================================================================================================== |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
/* |
||||
* AES-based functions |
||||
* |
||||
* |
||||
* - AES Key Wrap Algorithm (128-bit KEK) (RFC3394) |
||||
* - One-Key CBC MAC (OMAC1) hash with AES-128 |
||||
* - AES-128 CTR mode encryption |
||||
* - AES-128 EAX mode encryption/decryption |
||||
* - AES-128 CBC |
||||
* |
||||
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi> |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 as |
||||
* published by the Free Software Foundation. |
||||
* |
||||
* Alternatively, this software may be distributed under the terms of BSD |
||||
* license. |
||||
* |
||||
* See README and COPYING for more details. |
||||
*/ |
||||
|
||||
Qualcomm Atheros, Inc. has chosen to take AES-based functions subject to the BSD license and terms |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
/* |
||||
* Common helper macros, etc. |
||||
* Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi> |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 as |
||||
* published by the Free Software Foundation. |
||||
* |
||||
* Alternatively, this software may be distributed under the terms of BSD |
||||
* license. |
||||
* |
||||
*/ |
||||
|
||||
Qualcomm Atheros, Inc. has chosen to take common helper macros functions subject to the BSD license and terms |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
======================================================================================================================================== |
||||
/* |
||||
* SHA1 hash implementation and interface functions |
||||
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi> |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 as |
||||
* published by the Free Software Foundation. |
||||
* |
||||
* Alternatively, this software may be distributed under the terms of BSD |
||||
* license. |
||||
* |
||||
* See README and COPYING for more details. |
||||
*/ |
||||
|
||||
Qualcomm Atheros, Inc. has chosen to take SHA1 hash implementation and interface functions subject to the BSD license and terms |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
/* |
||||
* MD5 hash implementation and interface functions |
||||
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi> |
||||
* |
||||
* This program is free software; you can redistribute it and/or modify |
||||
* it under the terms of the GNU General Public License version 2 as |
||||
* published by the Free Software Foundation. |
||||
* |
||||
* Alternatively, this software may be distributed under the terms of BSD |
||||
* license. |
||||
* |
||||
* See README and COPYING for more details. |
||||
*/ |
||||
|
||||
Qualcomm Atheros, Inc. has chosen to take MD5 hash implementation and interface functions subject to the BSD license and terms |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
Copyright (c) 1998-2008 Tensilica Inc. |
||||
* |
||||
Permission is hereby granted, free of charge, to any person obtaining |
||||
a copy of this software and associated documentation files (the |
||||
"Software"), to deal in the Software without restriction, including |
||||
without limitation the rights to use, copy, modify, merge, publish, |
||||
distribute, sublicense, and/or sell copies of the Software, and to |
||||
permit persons to whom the Software is furnished to do so, subject to |
||||
the following conditions: |
||||
* |
||||
The above copyright notice and this permission notice shall be included |
||||
in all copies or substantial portions of the Software. |
||||
* |
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
||||
|
||||
======================================================================================================================================== |
||||
/* |
||||
* Copyright (c) 2012 Qualcomm Atheros, Inc. |
||||
* All Rights Reserved. |
||||
* Qualcomm Atheros Confidential and Proprietary. |
||||
*/ |
||||
//- |
||||
// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting |
||||
// All rights reserved. |
||||
// $ATH_LICENSE_NULL$ |
||||
// |
||||
// Redistribution and use in source and binary forms, with or without |
||||
// modification, are permitted provided that the following conditions |
||||
// are met: |
||||
// 1. Redistributions of source code must retain the above copyright |
||||
// notice, this list of conditions and the following disclaimer, |
||||
// without modification. |
||||
// 2. Redistributions in binary form must reproduce at minimum a disclaimer |
||||
// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any |
||||
// redistribution must be conditioned upon including a substantially |
||||
// similar Disclaimer requirement for further binary redistribution. |
||||
// 3. Neither the names of the above-listed copyright holders nor the names |
||||
// of any contributors may be used to endorse or promote products derived |
||||
// from this software without specific prior written permission. |
||||
// |
||||
// Alternatively, this software may be distributed under the terms of the |
||||
// GNU General Public License ("GPL") version 2 as published by the Free |
||||
// Software Foundation. |
||||
// |
||||
// NO WARRANTY |
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
||||
// ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
||||
// LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY |
||||
// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL |
||||
// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, |
||||
// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
||||
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
||||
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER |
||||
// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
||||
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
||||
// THE POSSIBILITY OF SUCH DAMAGES. |
||||
// |
||||
|
||||
======================================================================================================================================== |
||||
/* |
||||
* Copyright (c) 1988, 1993 |
||||
* The Regents of the University of California. All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions |
||||
* are met: |
||||
* 1. Redistributions of source code must retain the above copyright |
||||
* notice, this list of conditions and the following disclaimer. |
||||
* 2. Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* 3. All advertising materials mentioning features or use of this software |
||||
* must display the following acknowledgement: |
||||
* This product includes software developed by the University of |
||||
* California, Berkeley and its contributors. |
||||
* 4. Neither the name of the University nor the names of its contributors |
||||
* may be used to endorse or promote products derived from this software |
||||
* without specific prior written permission. |
||||
* |
||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||
* SUCH DAMAGE. |
||||
* |
||||
*/ |
||||
|
||||
For all files with the above-mentioned dual-license, QCA chooses to receive subject to the BSD license. |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
// 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 |
||||
// |
||||
|
||||
|
||||
======================================================================================================================================== |
||||
|
||||
|
||||
/* |
||||
* Copyright (c) 2011 Qualcomm Atheros, Inc. |
||||
* All Rights Reserved. |
||||
* Qualcomm Atheros Confidential and Proprietary. |
||||
* $ATH_LICENSE_NULL$ |
||||
*/ |
||||
|
||||
// Copyright (c) 2003-2006 Marcus Geelnard |
||||
// Copyright (c) 2006-2007 Atheros Communications Inc. |
||||
// $ATH_LICENSE_NULL$ |
||||
// 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 |
||||
// |
||||
|
||||
|
||||
======================================================================================================================================== |
||||
|
||||
// |
||||
// Copyright (c) 1991, 1993 |
||||
// The Regents of the University of California. All rights reserved. |
||||
// $ATH_LICENSE_NULL$ |
||||
// |
||||
// Redistribution and use in source and binary forms, with or without |
||||
// modification, are permitted provided that the following conditions |
||||
// are met: |
||||
// 1. Redistributions of source code must retain the above copyright |
||||
// notice, this list of conditions and the following disclaimer. |
||||
// 2. Redistributions in binary form must reproduce the above copyright |
||||
// notice, this list of conditions and the following disclaimer in the |
||||
// documentation and/or other materials provided with the distribution. |
||||
// 3. All advertising materials mentioning features or use of this software |
||||
// must display the following acknowledgement: |
||||
// This product includes software developed by the University of |
||||
// California, Berkeley and its contributors. |
||||
// 4. Neither the name of the University nor the names of its contributors |
||||
// may be used to endorse or promote products derived from this software |
||||
// without specific prior written permission. |
||||
// |
||||
// THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
||||
// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
// ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
||||
// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||
// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||
// SUCH DAMAGE. |
||||
// |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
/* ========================================================================== |
||||
* |
||||
* Synopsys SS USB3 Linux Software Driver and documentation (hereinafter, |
||||
* "Software") is an Unsupported proprietary work of Synopsys, Inc. unless |
||||
* otherwise expressly agreed to in writing between Synopsys and you. |
||||
* |
||||
* The Software IS NOT an item of Licensed Software or Licensed Product under |
||||
* any End User Software License Agreement or Agreement for Licensed Product |
||||
* with Synopsys or any supplement thereto. You are permitted to use and |
||||
* redistribute this Software in source and binary forms, with or without |
||||
* modification, provided that redistributions of source code must retain this |
||||
* notice. You may not view, use, disclose, copy or distribute this file or |
||||
* any information contained herein except pursuant to this license grant from |
||||
* Synopsys. If you do not agree with this notice, including the disclaimer |
||||
* below, then you are not authorized to use the Software. |
||||
* |
||||
* THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS" BASIS |
||||
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
* ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOPSYS BE LIABLE FOR ANY DIRECT, |
||||
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
||||
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
||||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
||||
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
||||
* DAMAGE. |
||||
* ========================================================================== */ |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
/* |
||||
* $DateTime: 2013/07/24 11:35:54 $ |
||||
*/ |
||||
|
||||
/* $OpenBSD: string.h,v 1.17 2006/01/06 18:53:04 millert Exp $ */ |
||||
/* $NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $ */ |
||||
|
||||
/*- |
||||
* Copyright (c) 1990 The Regents of the University of California. |
||||
* All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions |
||||
* are met: |
||||
* 1. Redistributions of source code must retain the above copyright |
||||
* notice, this list of conditions and the following disclaimer. |
||||
* 2. Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* 3. Neither the name of the University nor the names of its contributors |
||||
* may be used to endorse or promote products derived from this software |
||||
* without specific prior written permission. |
||||
* |
||||
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND |
||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE |
||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
||||
* SUCH DAMAGE. |
||||
* |
||||
*/ |
||||
|
||||
======================================================================================================================================== |
||||
|
||||
/* |
||||
* $DateTime: 2011/01/07 17:50:19 $ |
||||
*/ |
||||
|
||||
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */ |
||||
|
||||
/* |
||||
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
||||
* |
||||
* Permission to use, copy, modify, and distribute this software for any |
||||
* purpose with or without fee is hereby granted, provided that the above |
||||
* copyright notice and this permission notice appear in all copies. |
||||
* |
||||
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
||||
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
||||
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
||||
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
||||
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
||||
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
||||
*/ |
||||
|
||||
====================================================================================================================================== |
Loading…
Reference in new issue