Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/firmware/ath11k/IPQ8074/hw2.0
File: Notice.txt
*/
[1500] Fix | Delete
[1501] Fix | Delete
================================================================================
[1502] Fix | Delete
[1503] Fix | Delete
File: sha384.c
[1504] Fix | Delete
[1505] Fix | Delete
/*
[1506] Fix | Delete
* SHA-384 hash implementation and interface functions
[1507] Fix | Delete
* Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi>
[1508] Fix | Delete
*
[1509] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1510] Fix | Delete
* See README for more details.
[1511] Fix | Delete
*/
[1512] Fix | Delete
[1513] Fix | Delete
================================================================================
[1514] Fix | Delete
[1515] Fix | Delete
File: sha384-prf.c
[1516] Fix | Delete
[1517] Fix | Delete
/*
[1518] Fix | Delete
* SHA384-based KDF (IEEE 802.11ac)
[1519] Fix | Delete
* Copyright (c) 2003-2017, Jouni Malinen <j@w1.fi>
[1520] Fix | Delete
*
[1521] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1522] Fix | Delete
* See README for more details.
[1523] Fix | Delete
*/
[1524] Fix | Delete
[1525] Fix | Delete
================================================================================
[1526] Fix | Delete
[1527] Fix | Delete
File: sha384.h
[1528] Fix | Delete
[1529] Fix | Delete
/*
[1530] Fix | Delete
* SHA384 hash implementation and interface functions
[1531] Fix | Delete
* Copyright (c) 2015-2017, Jouni Malinen <j@w1.fi>
[1532] Fix | Delete
*
[1533] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1534] Fix | Delete
* See README for more details.
[1535] Fix | Delete
*/
[1536] Fix | Delete
[1537] Fix | Delete
================================================================================
[1538] Fix | Delete
[1539] Fix | Delete
File: sha256-kdf.c
[1540] Fix | Delete
[1541] Fix | Delete
/*
[1542] Fix | Delete
* HMAC-SHA256 KDF (RFC 5295) and HKDF-Expand(SHA256) (RFC 5869)
[1543] Fix | Delete
* Copyright (c) 2014-2017, Jouni Malinen <j@w1.fi>
[1544] Fix | Delete
*
[1545] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1546] Fix | Delete
* See README for more details.
[1547] Fix | Delete
*/
[1548] Fix | Delete
[1549] Fix | Delete
================================================================================
[1550] Fix | Delete
[1551] Fix | Delete
File: sha512_i.h
[1552] Fix | Delete
[1553] Fix | Delete
/*
[1554] Fix | Delete
* SHA-512 internal definitions
[1555] Fix | Delete
* Copyright (c) 2015, Pali Rohár <pali.rohar@gmail.com>
[1556] Fix | Delete
*
[1557] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1558] Fix | Delete
* See README for more details.
[1559] Fix | Delete
*/
[1560] Fix | Delete
[1561] Fix | Delete
================================================================================
[1562] Fix | Delete
[1563] Fix | Delete
File: md5.c
[1564] Fix | Delete
[1565] Fix | Delete
/*
[1566] Fix | Delete
* Copyright (c) 2011 Qualcomm Atheros, Inc.
[1567] Fix | Delete
* All Rights Reserved.
[1568] Fix | Delete
* Qualcomm Atheros Confidential and Proprietary.
[1569] Fix | Delete
* $ATH_LICENSE_TARGET_C$
[1570] Fix | Delete
*/
[1571] Fix | Delete
[1572] Fix | Delete
//
[1573] Fix | Delete
// This code implements the MD5 message-digest algorithm.
[1574] Fix | Delete
// The algorithm is due to Ron Rivest. This code was
[1575] Fix | Delete
// written by Colin Plumb in 1993, no copyright is claimed.
[1576] Fix | Delete
// This code is in the public domain; do with it what you wish.
[1577] Fix | Delete
//
[1578] Fix | Delete
// Equivalent code is available from RSA Data Security, Inc.
[1579] Fix | Delete
// This code has been tested against that, and is equivalent,
[1580] Fix | Delete
// except that you don't need to include two pages of legalese
[1581] Fix | Delete
// with every copy.
[1582] Fix | Delete
//
[1583] Fix | Delete
// To compute the message digest of a chunk of bytes, declare an
[1584] Fix | Delete
// MD5Context structure, pass it to MD5Init, call MD5Update as
[1585] Fix | Delete
// needed on buffers full of bytes, and then call MD5Final, which
[1586] Fix | Delete
// will fill a supplied 16-byte array with the digest.
[1587] Fix | Delete
//
[1588] Fix | Delete
// This code implements the MD5 message-digest algorithm.
[1589] Fix | Delete
// The algorithm is due to Ron Rivest. This code was
[1590] Fix | Delete
// written by Colin Plumb in 1993, no copyright is claimed.
[1591] Fix | Delete
// This code is in the public domain; do with it what you wish.
[1592] Fix | Delete
//
[1593] Fix | Delete
// Equivalent code is available from RSA Data Security, Inc.
[1594] Fix | Delete
// This code has been tested against that, and is equivalent,
[1595] Fix | Delete
// except that you don't need to include two pages of legalese
[1596] Fix | Delete
// with every copy.
[1597] Fix | Delete
//
[1598] Fix | Delete
[1599] Fix | Delete
================================================================================
[1600] Fix | Delete
[1601] Fix | Delete
File: aes_gcm.h
[1602] Fix | Delete
[1603] Fix | Delete
/*
[1604] Fix | Delete
* Copyright (c) 2017-2019 Qualcomm Technologies, Inc.
[1605] Fix | Delete
* All Rights Reserved.
[1606] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[1607] Fix | Delete
*/
[1608] Fix | Delete
/*
[1609] Fix | Delete
* Galois/Counter Mode (GCM) and GMAC with AES
[1610] Fix | Delete
*
[1611] Fix | Delete
* Copyright (c) 2012, Jouni Malinen <j@w1.fi>
[1612] Fix | Delete
*
[1613] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1614] Fix | Delete
* See README for more details.
[1615] Fix | Delete
*/
[1616] Fix | Delete
[1617] Fix | Delete
================================================================================
[1618] Fix | Delete
[1619] Fix | Delete
File: md5_api.h
[1620] Fix | Delete
[1621] Fix | Delete
/*
[1622] Fix | Delete
* Copyright (c) 2011 Qualcomm Atheros, Inc.
[1623] Fix | Delete
* All Rights Reserved.
[1624] Fix | Delete
* Qualcomm Atheros Confidential and Proprietary.
[1625] Fix | Delete
* Notifications and licenses are retained for attribution purposes only.
[1626] Fix | Delete
*/
[1627] Fix | Delete
/*
[1628] Fix | Delete
* For this file, which was received with alternative licensing options for
[1629] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1630] Fix | Delete
*/
[1631] Fix | Delete
[1632] Fix | Delete
/*
[1633] Fix | Delete
* MD5 hash implementation and interface functions
[1634] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[1635] Fix | Delete
*
[1636] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1637] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1638] Fix | Delete
* published by the Free Software Foundation.
[1639] Fix | Delete
*
[1640] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1641] Fix | Delete
* license.
[1642] Fix | Delete
*
[1643] Fix | Delete
* See README and COPYING for more details.
[1644] Fix | Delete
*/
[1645] Fix | Delete
[1646] Fix | Delete
[1647] Fix | Delete
================================================================================
[1648] Fix | Delete
[1649] Fix | Delete
File: wlan_p2p_listen_offload_int.c
[1650] Fix | Delete
[1651] Fix | Delete
/*
[1652] Fix | Delete
* For this file, which was received with alternative licensing options for
[1653] Fix | Delete
* distribution, Qualcomm Technologies, Inc. has selected the BSD license.
[1654] Fix | Delete
*/
[1655] Fix | Delete
/*
[1656] Fix | Delete
* 2016-2017 Qualcomm Atheros, Inc.
[1657] Fix | Delete
* All Rights Reserved.
[1658] Fix | Delete
*/
[1659] Fix | Delete
/*
[1660] Fix | Delete
* Wi-Fi Protected Setup - attribute parsing
[1661] Fix | Delete
* Copyright (c) 2008, Jouni Malinen <j@w1.fi>
[1662] Fix | Delete
*
[1663] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1664] Fix | Delete
* See README for more details.
[1665] Fix | Delete
*/
[1666] Fix | Delete
[1667] Fix | Delete
================================================================================
[1668] Fix | Delete
[1669] Fix | Delete
File: wlan_p2p_listen_offload_internal.h
[1670] Fix | Delete
[1671] Fix | Delete
/*
[1672] Fix | Delete
* For this file, which was received with alternative licensing options for
[1673] Fix | Delete
* distribution, Qualcomm Technologies, Inc. has selected the BSD license.
[1674] Fix | Delete
*/
[1675] Fix | Delete
/*
[1676] Fix | Delete
* 2016-2017 Qualcomm Atheros, Inc.
[1677] Fix | Delete
* All Rights Reserved.
[1678] Fix | Delete
*/
[1679] Fix | Delete
/*
[1680] Fix | Delete
* Wi-Fi Protected Setup - message definitions
[1681] Fix | Delete
* Copyright (c) 2008, Jouni Malinen <j@w1.fi>
[1682] Fix | Delete
*
[1683] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1684] Fix | Delete
* See README for more details.
[1685] Fix | Delete
*/
[1686] Fix | Delete
[1687] Fix | Delete
================================================================================
[1688] Fix | Delete
[1689] Fix | Delete
File: aes-ctr.c
[1690] Fix | Delete
[1691] Fix | Delete
/*
[1692] Fix | Delete
* AES-128/192/256 CTR
[1693] Fix | Delete
*
[1694] Fix | Delete
* Copyright (c) 2003-2007, Jouni Malinen <j@w1.fi>
[1695] Fix | Delete
*
[1696] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1697] Fix | Delete
* See README for more details.
[1698] Fix | Delete
*/
[1699] Fix | Delete
[1700] Fix | Delete
================================================================================
[1701] Fix | Delete
[1702] Fix | Delete
File: m1_m4_frame.c
[1703] Fix | Delete
[1704] Fix | Delete
/*
[1705] Fix | Delete
* For this file, which was received with alternative licensing options for
[1706] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1707] Fix | Delete
*/
[1708] Fix | Delete
/* RC4 stream cipher
[1709] Fix | Delete
* Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi>
[1710] Fix | Delete
*
[1711] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1712] Fix | Delete
* See README for more details.
[1713] Fix | Delete
*/
[1714] Fix | Delete
[1715] Fix | Delete
================================================================================
[1716] Fix | Delete
[1717] Fix | Delete
File: my_nan_sec.c
[1718] Fix | Delete
[1719] Fix | Delete
/*
[1720] Fix | Delete
* For this file, which was received with alternative licensing options for
[1721] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1722] Fix | Delete
*/
[1723] Fix | Delete
[1724] Fix | Delete
/*
[1725] Fix | Delete
* WPA Supplicant - WPA state machine and EAPOL-Key processing
[1726] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[1727] Fix | Delete
*
[1728] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1729] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1730] Fix | Delete
* published by the Free Software Foundation.
[1731] Fix | Delete
*
[1732] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1733] Fix | Delete
* license.
[1734] Fix | Delete
*
[1735] Fix | Delete
* See README and COPYING for more details.
[1736] Fix | Delete
*/
[1737] Fix | Delete
[1738] Fix | Delete
================================================================================
[1739] Fix | Delete
[1740] Fix | Delete
File: mywpa.c
[1741] Fix | Delete
[1742] Fix | Delete
/*
[1743] Fix | Delete
* For this file, which was received with alternative licensing options for
[1744] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1745] Fix | Delete
*/
[1746] Fix | Delete
[1747] Fix | Delete
/*
[1748] Fix | Delete
* WPA Supplicant - WPA state machine and EAPOL-Key processing
[1749] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[1750] Fix | Delete
*
[1751] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1752] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1753] Fix | Delete
* published by the Free Software Foundation.
[1754] Fix | Delete
*
[1755] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1756] Fix | Delete
* license.
[1757] Fix | Delete
*
[1758] Fix | Delete
* See README and COPYING for more details.
[1759] Fix | Delete
*/
[1760] Fix | Delete
[1761] Fix | Delete
================================================================================
[1762] Fix | Delete
[1763] Fix | Delete
File: mywpa_ft.c
[1764] Fix | Delete
[1765] Fix | Delete
/*
[1766] Fix | Delete
* For this file, which was received with alternative licensing options for
[1767] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1768] Fix | Delete
*/
[1769] Fix | Delete
[1770] Fix | Delete
/*
[1771] Fix | Delete
* WPA Supplicant - IEEE 802.11r - Fast BSS Transition
[1772] Fix | Delete
* Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
[1773] Fix | Delete
[1774] Fix | Delete
*
[1775] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1776] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1777] Fix | Delete
* published by the Free Software Foundation.
[1778] Fix | Delete
*
[1779] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1780] Fix | Delete
* license.
[1781] Fix | Delete
*
[1782] Fix | Delete
* See README and COPYING for more details.
[1783] Fix | Delete
*/
[1784] Fix | Delete
[1785] Fix | Delete
================================================================================
[1786] Fix | Delete
[1787] Fix | Delete
File: mywpa_ft.h
[1788] Fix | Delete
[1789] Fix | Delete
/*
[1790] Fix | Delete
* For this file, which was received with alternative licensing options for
[1791] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[1792] Fix | Delete
*/
[1793] Fix | Delete
[1794] Fix | Delete
/*
[1795] Fix | Delete
* WPA Supplicant - IEEE 802.11r - Fast BSS Transition
[1796] Fix | Delete
* Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
[1797] Fix | Delete
[1798] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[1799] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[1800] Fix | Delete
* published by the Free Software Foundation.
[1801] Fix | Delete
*
[1802] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[1803] Fix | Delete
* license.
[1804] Fix | Delete
*
[1805] Fix | Delete
* See README and COPYING for more details.
[1806] Fix | Delete
*/
[1807] Fix | Delete
[1808] Fix | Delete
================================================================================
[1809] Fix | Delete
[1810] Fix | Delete
File: wlan_p2p_disc_offload.c
[1811] Fix | Delete
/*
[1812] Fix | Delete
* For this file, which was received with alternative licensing options for
[1813] Fix | Delete
* distribution, Qualcomm Technologies, Inc. has selected the BSD license.
[1814] Fix | Delete
*/
[1815] Fix | Delete
/*
[1816] Fix | Delete
* Wi-Fi Protected Setup - attribute parsing
[1817] Fix | Delete
* Copyright (c) 2008, Jouni Malinen <j@w1.fi>
[1818] Fix | Delete
*
[1819] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1820] Fix | Delete
* See README for more details.
[1821] Fix | Delete
*/
[1822] Fix | Delete
[1823] Fix | Delete
================================================================================
[1824] Fix | Delete
[1825] Fix | Delete
File: wlan_p2p_disc_offload_internal.h
[1826] Fix | Delete
[1827] Fix | Delete
/*
[1828] Fix | Delete
* For this file, which was received with alternative licensing options for
[1829] Fix | Delete
* distribution, Qualcomm Technologies, Inc. has selected the BSD license.
[1830] Fix | Delete
*/
[1831] Fix | Delete
/*
[1832] Fix | Delete
* Wi-Fi Protected Setup - message definitions
[1833] Fix | Delete
* Copyright (c) 2008, Jouni Malinen <j@w1.fi>
[1834] Fix | Delete
*
[1835] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[1836] Fix | Delete
* See README for more details.
[1837] Fix | Delete
*/
[1838] Fix | Delete
[1839] Fix | Delete
================================================================================
[1840] Fix | Delete
[1841] Fix | Delete
File: htt_common.h
[1842] Fix | Delete
[1843] Fix | Delete
/*
[1844] Fix | Delete
* Copyright (c) 2012-2016, 2020 The Linux Foundation. All rights reserved.
[1845] Fix | Delete
*
[1846] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1847] Fix | Delete
*
[1848] Fix | Delete
*
[1849] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1850] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1851] Fix | Delete
* above copyright notice and this permission notice appear in all
[1852] Fix | Delete
* copies.
[1853] Fix | Delete
*
[1854] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1855] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1856] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1857] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1858] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1859] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1860] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1861] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1862] Fix | Delete
*/
[1863] Fix | Delete
[1864] Fix | Delete
/*
[1865] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1866] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1867] Fix | Delete
* to the Linux Foundation.
[1868] Fix | Delete
*/
[1869] Fix | Delete
[1870] Fix | Delete
================================================================================
[1871] Fix | Delete
[1872] Fix | Delete
File: htt_deps.h
[1873] Fix | Delete
[1874] Fix | Delete
/*
[1875] Fix | Delete
* Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
[1876] Fix | Delete
*
[1877] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1878] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1879] Fix | Delete
* above copyright notice and this permission notice appear in all
[1880] Fix | Delete
* copies.
[1881] Fix | Delete
*
[1882] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1883] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1884] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1885] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1886] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1887] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1888] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1889] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1890] Fix | Delete
*/
[1891] Fix | Delete
[1892] Fix | Delete
/*
[1893] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1894] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1895] Fix | Delete
* to the Linux Foundation.
[1896] Fix | Delete
*/
[1897] Fix | Delete
[1898] Fix | Delete
================================================================================
[1899] Fix | Delete
[1900] Fix | Delete
File: htt.h
[1901] Fix | Delete
[1902] Fix | Delete
/*
[1903] Fix | Delete
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
[1904] Fix | Delete
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
[1905] Fix | Delete
*
[1906] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[1907] Fix | Delete
*
[1908] Fix | Delete
*
[1909] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1910] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1911] Fix | Delete
* above copyright notice and this permission notice appear in all
[1912] Fix | Delete
* copies.
[1913] Fix | Delete
*
[1914] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1915] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1916] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1917] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1918] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1919] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1920] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1921] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1922] Fix | Delete
*/
[1923] Fix | Delete
[1924] Fix | Delete
/*
[1925] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[1926] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[1927] Fix | Delete
* to the Linux Foundation.
[1928] Fix | Delete
*/
[1929] Fix | Delete
[1930] Fix | Delete
================================================================================
[1931] Fix | Delete
[1932] Fix | Delete
File: htt_ppdu_stats.h
[1933] Fix | Delete
[1934] Fix | Delete
/*
[1935] Fix | Delete
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
[1936] Fix | Delete
*
[1937] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1938] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1939] Fix | Delete
* above copyright notice and this permission notice appear in all
[1940] Fix | Delete
* copies.
[1941] Fix | Delete
*
[1942] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1943] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1944] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1945] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1946] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1947] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1948] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1949] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1950] Fix | Delete
*/
[1951] Fix | Delete
[1952] Fix | Delete
================================================================================
[1953] Fix | Delete
[1954] Fix | Delete
File: htt_stats.h
[1955] Fix | Delete
[1956] Fix | Delete
/*
[1957] Fix | Delete
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
[1958] Fix | Delete
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
[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
[1977] Fix | Delete
File: pcie_reg_scratch.h
[1978] Fix | Delete
[1979] Fix | Delete
/*
[1980] Fix | Delete
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
[1981] Fix | Delete
*
[1982] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[1983] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[1984] Fix | Delete
* above copyright notice and this permission notice appear in all
[1985] Fix | Delete
* copies.
[1986] Fix | Delete
*
[1987] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[1988] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[1989] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[1990] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[1991] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[1992] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[1993] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[1994] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[1995] Fix | Delete
*/
[1996] Fix | Delete
[1997] Fix | Delete
================================================================================
[1998] Fix | Delete
[1999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function