Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../lib/firmware/ath11k/QCA2066/hw2.1
File: Notice.txt
* - use C pre-processor to make it easier to change S table access
[1500] Fix | Delete
* - added option (AES_SMALL_TABLES) for reducing code size by about 8 kB at
[1501] Fix | Delete
* cost of reduced throughput (quite small difference on Pentium 4,
[1502] Fix | Delete
* 10-25% when using -O1 or -O2 optimization)
[1503] Fix | Delete
*
[1504] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[1505] Fix | Delete
*
[1506] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1507] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1508] Fix | Delete
* published by the Free Software Foundation.
[1509] Fix | Delete
*
[1510] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1511] Fix | Delete
* license.
[1512] Fix | Delete
*
[1513] Fix | Delete
* See README and COPYING for more details.
[1514] Fix | Delete
*/
[1515] Fix | Delete
[1516] Fix | Delete
/*
[1517] Fix | Delete
* rijndael-alg-fst.c
[1518] Fix | Delete
*
[1519] Fix | Delete
* @version 3.0 (December 2000)
[1520] Fix | Delete
*
[1521] Fix | Delete
* Optimised ANSI C code for the Rijndael cipher (now AES)
[1522] Fix | Delete
*
[1523] Fix | Delete
* @author Vincent Rijmen <vincent.rijmen@esat.kuleuven.ac.be>
[1524] Fix | Delete
* @author Antoon Bosselaers <antoon.bosselaers@esat.kuleuven.ac.be>
[1525] Fix | Delete
* @author Paulo Barreto <paulo.barreto@terra.com.br>
[1526] Fix | Delete
*
[1527] Fix | Delete
* This code is hereby placed in the public domain.
[1528] Fix | Delete
*
[1529] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''AS IS'' AND ANY EXPRESS
[1530] Fix | Delete
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
[1531] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[1532] Fix | Delete
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE
[1533] Fix | Delete
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
[1534] Fix | Delete
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
[1535] Fix | Delete
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
[1536] Fix | Delete
* BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
[1537] Fix | Delete
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
[1538] Fix | Delete
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
[1539] Fix | Delete
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[1540] Fix | Delete
*/
[1541] Fix | Delete
================================================================================
[1542] Fix | Delete
File: aes_gcm.c
[1543] Fix | Delete
[1544] Fix | Delete
/*
[1545] Fix | Delete
* Galois/Counter Mode (GCM) and GMAC with AES
[1546] Fix | Delete
*
[1547] Fix | Delete
* Copyright (c) 2012, Jouni Malinen <j@w1.fi>
[1548] Fix | Delete
*
[1549] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1550] Fix | Delete
* See README for more details.
[1551] Fix | Delete
*/
[1552] Fix | Delete
================================================================================
[1553] Fix | Delete
File: aes_wrap.c
[1554] Fix | Delete
[1555] Fix | Delete
* For this file, which was received with alternative licensing options for
[1556] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1557] Fix | Delete
*/
[1558] Fix | Delete
[1559] Fix | Delete
/*
[1560] Fix | Delete
* AES-based functions
[1561] Fix | Delete
*
[1562] Fix | Delete
* - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
[1563] Fix | Delete
* - One-Key CBC MAC (OMAC1) hash with AES-128
[1564] Fix | Delete
* - AES-128 CTR mode encryption
[1565] Fix | Delete
* - AES-128 EAX mode encryption/decryption
[1566] Fix | Delete
* - AES-128 CBC
[1567] Fix | Delete
*
[1568] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[1569] Fix | Delete
*
[1570] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1571] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1572] Fix | Delete
* published by the Free Software Foundation.
[1573] Fix | Delete
*
[1574] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1575] Fix | Delete
* license.
[1576] Fix | Delete
*
[1577] Fix | Delete
* See README and COPYING for more details.
[1578] Fix | Delete
*/
[1579] Fix | Delete
================================================================================
[1580] Fix | Delete
File: common.h
[1581] Fix | Delete
[1582] Fix | Delete
* For this file, which was received with alternative licensing options for
[1583] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1584] Fix | Delete
*/
[1585] Fix | Delete
[1586] Fix | Delete
/*
[1587] Fix | Delete
* wpa_supplicant/hostapd / common helper functions, etc.
[1588] Fix | Delete
* Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[1589] Fix | Delete
*
[1590] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1591] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1592] Fix | Delete
* published by the Free Software Foundation.
[1593] Fix | Delete
*
[1594] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1595] Fix | Delete
* license.
[1596] Fix | Delete
*
[1597] Fix | Delete
* See README and COPYING for more details.
[1598] Fix | Delete
*/
[1599] Fix | Delete
================================================================================
[1600] Fix | Delete
File: md5.c
[1601] Fix | Delete
[1602] Fix | Delete
[1603] Fix | Delete
//
[1604] Fix | Delete
// $Id: //depot/sw/branches/qca_main_wifi2.0/perf_pwr_offload/drivers/target/src/misc/crypto/md5.c#1 $
[1605] Fix | Delete
//
[1606] Fix | Delete
// This code implements the MD5 message-digest algorithm.
[1607] Fix | Delete
// The algorithm is due to Ron Rivest. This code was
[1608] Fix | Delete
// written by Colin Plumb in 1993, no copyright is claimed.
[1609] Fix | Delete
// This code is in the public domain; do with it what you wish.
[1610] Fix | Delete
//
[1611] Fix | Delete
// Equivalent code is available from RSA Data Security, Inc.
[1612] Fix | Delete
// This code has been tested against that, and is equivalent,
[1613] Fix | Delete
// except that you don't need to include two pages of legalese
[1614] Fix | Delete
// with every copy.
[1615] Fix | Delete
//
[1616] Fix | Delete
// To compute the message digest of a chunk of bytes, declare an
[1617] Fix | Delete
// MD5Context structure, pass it to MD5Init, call MD5Update as
[1618] Fix | Delete
// needed on buffers full of bytes, and then call MD5Final, which
[1619] Fix | Delete
// will fill a supplied 16-byte array with the digest.
[1620] Fix | Delete
//
[1621] Fix | Delete
================================================================================
[1622] Fix | Delete
File: sha1.c
[1623] Fix | Delete
* For this file, which was received with alternative licensing options for
[1624] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1625] Fix | Delete
*/
[1626] Fix | Delete
[1627] Fix | Delete
/*
[1628] Fix | Delete
* SHA1 hash implementation and interface functions
[1629] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[1630] Fix | Delete
*
[1631] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1632] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1633] Fix | Delete
* published by the Free Software Foundation.
[1634] Fix | Delete
*
[1635] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1636] Fix | Delete
* license.
[1637] Fix | Delete
*
[1638] Fix | Delete
* See README and COPYING for more details.
[1639] Fix | Delete
*/
[1640] Fix | Delete
================================================================================
[1641] Fix | Delete
File: wmi_tlv_helper.c
[1642] Fix | Delete
[1643] Fix | Delete
/*
[1644] Fix | Delete
* Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
[1645] Fix | Delete
*
[1646] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1647] Fix | Delete
*
[1648] Fix | Delete
*
[1649] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1650] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1651] Fix | Delete
* above copyright notice and this permission notice appear in all
[1652] Fix | Delete
* copies.
[1653] Fix | Delete
*
[1654] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1655] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1656] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1657] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1658] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1659] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1660] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1661] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1662] Fix | Delete
*/
[1663] Fix | Delete
[1664] Fix | Delete
/*
[1665] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1666] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1667] Fix | Delete
* to the Linux Foundation.
[1668] Fix | Delete
*/
[1669] Fix | Delete
================================================================================
[1670] Fix | Delete
File: platform_cmnos_printf.c
[1671] Fix | Delete
[1672] Fix | Delete
/*-
[1673] Fix | Delete
* Copyright (c) 1990, 1993
[1674] Fix | Delete
* The Regents of the University of California. All rights reserved.
[1675] Fix | Delete
*
[1676] Fix | Delete
* This code is derived from software contributed to Berkeley by
[1677] Fix | Delete
* Chris Torek.
[1678] Fix | Delete
*
[1679] Fix | Delete
* Copyright (c) 2011 The FreeBSD Foundation
[1680] Fix | Delete
* All rights reserved.
[1681] Fix | Delete
* Portions of this software were developed by David Chisnall
[1682] Fix | Delete
* under sponsorship from the FreeBSD Foundation.
[1683] Fix | Delete
*
[1684] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[1685] Fix | Delete
* modification, are permitted provided that the following conditions
[1686] Fix | Delete
* are met:
[1687] Fix | Delete
* 1. Redistributions of source code must retain the above copyright
[1688] Fix | Delete
* notice, this list of conditions and the following disclaimer.
[1689] Fix | Delete
* 2. Redistributions in binary form must reproduce the above copyright
[1690] Fix | Delete
* notice, this list of conditions and the following disclaimer in the
[1691] Fix | Delete
* documentation and/or other materials provided with the distribution.
[1692] Fix | Delete
* 3. Neither the name of the University nor the names of its contributors
[1693] Fix | Delete
* may be used to endorse or promote products derived from this software
[1694] Fix | Delete
* without specific prior written permission.
[1695] Fix | Delete
*
[1696] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
[1697] Fix | Delete
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[1698] Fix | Delete
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[1699] Fix | Delete
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
[1700] Fix | Delete
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
[1701] Fix | Delete
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
[1702] Fix | Delete
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
[1703] Fix | Delete
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[1704] Fix | Delete
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
[1705] Fix | Delete
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[1706] Fix | Delete
* SUCH DAMAGE.
[1707] Fix | Delete
*/
[1708] Fix | Delete
================================================================================
[1709] Fix | Delete
File: hca_HwComponentBbLithium_dfs_phyerr_tlv.cpp
[1710] Fix | Delete
[1711] Fix | Delete
/*
[1712] Fix | Delete
[1713] Fix | Delete
*
[1714] Fix | Delete
* Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
[1715] Fix | Delete
*
[1716] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1717] Fix | Delete
*
[1718] Fix | Delete
*
[1719] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1720] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1721] Fix | Delete
* above copyright notice and this permission notice appear in all
[1722] Fix | Delete
* copies.
[1723] Fix | Delete
*
[1724] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1725] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1726] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1727] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1728] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1729] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1730] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1731] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1732] Fix | Delete
*/
[1733] Fix | Delete
[1734] Fix | Delete
/*
[1735] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1736] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1737] Fix | Delete
* to the Linux Foundation.
[1738] Fix | Delete
*/
[1739] Fix | Delete
================================================================================
[1740] Fix | Delete
File: hca_HwComponentBbLithium_dfs_process_phyerr.cpp
[1741] Fix | Delete
[1742] Fix | Delete
* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
[1743] Fix | Delete
*
[1744] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1745] Fix | Delete
*
[1746] Fix | Delete
*
[1747] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1748] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1749] Fix | Delete
* above copyright notice and this permission notice appear in all
[1750] Fix | Delete
* copies.
[1751] Fix | Delete
*
[1752] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1753] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1754] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1755] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1756] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1757] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1758] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1759] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1760] Fix | Delete
*/
[1761] Fix | Delete
[1762] Fix | Delete
/*
[1763] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1764] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1765] Fix | Delete
* to the Linux Foundation.
[1766] Fix | Delete
*/
[1767] Fix | Delete
================================================================================
[1768] Fix | Delete
File: hca_HwComponentBbLithium_dfs_process_radarevent.cpp
[1769] Fix | Delete
[1770] Fix | Delete
[1771] Fix | Delete
* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
[1772] Fix | Delete
*
[1773] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1774] Fix | Delete
*
[1775] Fix | Delete
*
[1776] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1777] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1778] Fix | Delete
* above copyright notice and this permission notice appear in all
[1779] Fix | Delete
* copies.
[1780] Fix | Delete
*
[1781] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1782] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1783] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1784] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1785] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1786] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1787] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1788] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1789] Fix | Delete
*/
[1790] Fix | Delete
[1791] Fix | Delete
/*
[1792] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1793] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1794] Fix | Delete
* to the Linux Foundation.
[1795] Fix | Delete
*/
[1796] Fix | Delete
================================================================================
[1797] Fix | Delete
File: hca_HwComponentBbLithium_dfs_radar_report.h
[1798] Fix | Delete
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
[1799] Fix | Delete
*
[1800] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1801] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1802] Fix | Delete
* above copyright notice and this permission notice appear in all
[1803] Fix | Delete
* copies.
[1804] Fix | Delete
*
[1805] Fix | Delete
* THE SOFTWARE IS PROVIDED ""AS IS"" AND THE AUTHOR DISCLAIMS ALL
[1806] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1807] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1808] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1809] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1810] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1811] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1812] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1813] Fix | Delete
*/
[1814] Fix | Delete
[1815] Fix | Delete
================================================================================
[1816] Fix | Delete
File: phyUtilsStrlcpy.c
[1817] Fix | Delete
[1818] Fix | Delete
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
[1819] Fix | Delete
[1820] Fix | Delete
/*-
[1821] Fix | Delete
* Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
[1822] Fix | Delete
*
[1823] Fix | Delete
* Permission to use, copy, modify, and distribute this software for any
[1824] Fix | Delete
* purpose with or without fee is hereby granted, provided that the above
[1825] Fix | Delete
* copyright notice and this permission notice appear in all copies.
[1826] Fix | Delete
*
[1827] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
[1828] Fix | Delete
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
[1829] Fix | Delete
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
[1830] Fix | Delete
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
[1831] Fix | Delete
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
[1832] Fix | Delete
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
[1833] Fix | Delete
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
[1834] Fix | Delete
*/
[1835] Fix | Delete
[1836] Fix | Delete
================================================================================
[1837] Fix | Delete
File: cds_ieee80211_common.h
[1838] Fix | Delete
* Copyright (c) 2011,2014-2015 The Linux Foundation. All rights reserved.
[1839] Fix | Delete
*
[1840] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1841] Fix | Delete
*
[1842] Fix | Delete
*
[1843] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1844] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1845] Fix | Delete
* above copyright notice and this permission notice appear in all
[1846] Fix | Delete
* copies.
[1847] Fix | Delete
*
[1848] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1849] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1850] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1851] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1852] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1853] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1854] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1855] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1856] Fix | Delete
*/
[1857] Fix | Delete
[1858] Fix | Delete
/*
[1859] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1860] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1861] Fix | Delete
* to the Linux Foundation.
[1862] Fix | Delete
*/
[1863] Fix | Delete
================================================================================
[1864] Fix | Delete
File: cds_ieee80211_common_i.h
[1865] Fix | Delete
[1866] Fix | Delete
/*
[1867] Fix | Delete
* Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
[1868] Fix | Delete
*
[1869] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1870] Fix | Delete
*
[1871] Fix | Delete
*
[1872] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1873] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1874] Fix | Delete
* above copyright notice and this permission notice appear in all
[1875] Fix | Delete
* copies.
[1876] Fix | Delete
*
[1877] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1878] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1879] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1880] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1881] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1882] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1883] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1884] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1885] Fix | Delete
*/
[1886] Fix | Delete
[1887] Fix | Delete
/*
[1888] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1889] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1890] Fix | Delete
* to the Linux Foundation.
[1891] Fix | Delete
*/
[1892] Fix | Delete
================================================================================
[1893] Fix | Delete
File: ath_dfs_structs.h
[1894] Fix | Delete
[1895] Fix | Delete
/*
[1896] Fix | Delete
* Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
[1897] Fix | Delete
*
[1898] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1899] Fix | Delete
*
[1900] Fix | Delete
*
[1901] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1902] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1903] Fix | Delete
* above copyright notice and this permission notice appear in all
[1904] Fix | Delete
* copies.
[1905] Fix | Delete
*
[1906] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1907] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1908] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1909] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1910] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1911] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1912] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1913] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1914] Fix | Delete
*/
[1915] Fix | Delete
[1916] Fix | Delete
/*
[1917] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1918] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1919] Fix | Delete
* to the Linux Foundation.
[1920] Fix | Delete
*/
[1921] Fix | Delete
[1922] Fix | Delete
================================================================================
[1923] Fix | Delete
File: dfs.h
[1924] Fix | Delete
[1925] Fix | Delete
* Copyright (c) 2005-2016 The Linux Foundation. All rights reserved.
[1926] Fix | Delete
*
[1927] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1928] Fix | Delete
*
[1929] Fix | Delete
*
[1930] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1931] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1932] Fix | Delete
* above copyright notice and this permission notice appear in all
[1933] Fix | Delete
* copies.
[1934] Fix | Delete
*
[1935] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1936] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1937] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1938] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1939] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1940] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1941] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1942] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1943] Fix | Delete
*/
[1944] Fix | Delete
[1945] Fix | Delete
/*
[1946] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1947] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1948] Fix | Delete
* to the Linux Foundation.
[1949] Fix | Delete
*/
[1950] Fix | Delete
[1951] Fix | Delete
================================================================================
[1952] Fix | Delete
File: dfs_interface.h
[1953] Fix | Delete
[1954] Fix | Delete
/*
[1955] Fix | Delete
* Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
[1956] Fix | Delete
*
[1957] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1958] Fix | Delete
*
[1959] Fix | Delete
*
[1960] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1961] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1962] Fix | Delete
* above copyright notice and this permission notice appear in all
[1963] Fix | Delete
* copies.
[1964] Fix | Delete
*
[1965] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1966] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1967] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1968] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1969] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1970] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1971] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1972] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1973] Fix | Delete
*/
[1974] Fix | Delete
[1975] Fix | Delete
/*
[1976] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1977] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1978] Fix | Delete
* to the Linux Foundation.
[1979] Fix | Delete
*/
[1980] Fix | Delete
================================================================================
[1981] Fix | Delete
File: dfs_ioctl.h
[1982] Fix | Delete
[1983] Fix | Delete
/*
[1984] Fix | Delete
* Copyright (c) 2010-2015 The Linux Foundation. All rights reserved.
[1985] Fix | Delete
*
[1986] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1987] Fix | Delete
*
[1988] Fix | Delete
*
[1989] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1990] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1991] Fix | Delete
* above copyright notice and this permission notice appear in all
[1992] Fix | Delete
* copies.
[1993] Fix | Delete
*
[1994] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1995] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1996] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1997] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1998] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function