Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../lib/firmware/ath11k/QCA2066/hw2.1
File: Notice.txt
This Notice.txt file contains certain notices of software components
[0] Fix | Delete
included with the software that Qualcomm Atheros, Inc. ("Qualcomm
[1] Fix | Delete
Atheros") is required to provide you. Except where prohibited by the
[2] Fix | Delete
open source license, the content of this notices file is only provided
[3] Fix | Delete
to satisfy Qualcomm Atheros's attribution and notice requirement; your
[4] Fix | Delete
use of these software components together with the Qualcomm Atheros
[5] Fix | Delete
software (Qualcomm Atheros software hereinafter referred to as
[6] Fix | Delete
"Software") is subject to the terms of your agreement from Qualcomm
[7] Fix | Delete
Atheros. Compliance with all copyright laws and software license
[8] Fix | Delete
agreements included in the notice section of this file are the
[9] Fix | Delete
responsibility of the user. Except as may be granted by separate
[10] Fix | Delete
express written agreement, this file provides no license to any
[11] Fix | Delete
patents, trademarks, copyrights, or other intellectual property of
[12] Fix | Delete
Qualcomm Incorporated or any of its subsidiaries.
[13] Fix | Delete
[14] Fix | Delete
Qualcomm is a trademark of Qualcomm Incorporated, registered in the
[15] Fix | Delete
United States and other countries. All Qualcomm Incorporated
[16] Fix | Delete
trademarks are used with permission. Other products and brand names
[17] Fix | Delete
may be trademarks or registered trademarks of their respective owners.
[18] Fix | Delete
[19] Fix | Delete
================================================================================
[20] Fix | Delete
File: stringl.h
[21] Fix | Delete
[22] Fix | Delete
/*-
[23] Fix | Delete
* Copyright (c) 1990 The Regents of the University of California.
[24] Fix | Delete
* All rights reserved.
[25] Fix | Delete
*
[26] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[27] Fix | Delete
* modification, are permitted provided that the following conditions
[28] Fix | Delete
* are met:
[29] Fix | Delete
* 1. Redistributions of source code must retain the above copyright
[30] Fix | Delete
* notice, this list of conditions and the following disclaimer.
[31] Fix | Delete
* 2. Redistributions in binary form must reproduce the above copyright
[32] Fix | Delete
* notice, this list of conditions and the following disclaimer in the
[33] Fix | Delete
* documentation and/or other materials provided with the distribution.
[34] Fix | Delete
* 3. Neither the name of the University nor the names of its contributors
[35] Fix | Delete
* may be used to endorse or promote products derived from this software
[36] Fix | Delete
* without specific prior written permission.
[37] Fix | Delete
*
[38] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
[39] Fix | Delete
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[40] Fix | Delete
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[41] Fix | Delete
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
[42] Fix | Delete
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
[43] Fix | Delete
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
[44] Fix | Delete
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
[45] Fix | Delete
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[46] Fix | Delete
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
[47] Fix | Delete
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[48] Fix | Delete
* SUCH DAMAGE.
[49] Fix | Delete
*
[50] Fix | Delete
* @(#)string.h 5.10 (Berkeley) 3/9/91
[51] Fix | Delete
*/
[52] Fix | Delete
[53] Fix | Delete
================================================================================
[54] Fix | Delete
[55] Fix | Delete
File: atomic_ops.h
[56] Fix | Delete
[57] Fix | Delete
/*
[58] Fix | Delete
* Australian Public Licence B (OZPLB)
[59] Fix | Delete
*
[60] Fix | Delete
* Version 1-0
[61] Fix | Delete
*
[62] Fix | Delete
* Copyright (c) 2007, Open Kernel Labs, Inc.
[63] Fix | Delete
*
[64] Fix | Delete
* All rights reserved.
[65] Fix | Delete
*
[66] Fix | Delete
* Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
[67] Fix | Delete
* National ICT Australia
[68] Fix | Delete
* http://www.ertos.nicta.com.au
[69] Fix | Delete
*
[70] Fix | Delete
* Permission is granted by National ICT Australia, free of charge, to
[71] Fix | Delete
* any person obtaining a copy of this software and any associated
[72] Fix | Delete
* documentation files (the "Software") to deal with the Software without
[73] Fix | Delete
* restriction, including (without limitation) the rights to use, copy,
[74] Fix | Delete
* modify, adapt, merge, publish, distribute, communicate to the public,
[75] Fix | Delete
* sublicense, and/or sell, lend or rent out copies of the Software, and
[76] Fix | Delete
* to permit persons to whom the Software is furnished to do so, subject
[77] Fix | Delete
* to the following conditions:
[78] Fix | Delete
*
[79] Fix | Delete
* * Redistributions of source code must retain the above copyright
[80] Fix | Delete
* notice, this list of conditions and the following disclaimers.
[81] Fix | Delete
*
[82] Fix | Delete
* * Redistributions in binary form must reproduce the above
[83] Fix | Delete
* copyright notice, this list of conditions and the following
[84] Fix | Delete
* disclaimers in the documentation and/or other materials provided
[85] Fix | Delete
* with the distribution.
[86] Fix | Delete
*
[87] Fix | Delete
* * Neither the name of National ICT Australia, nor the names of its
[88] Fix | Delete
* contributors, may be used to endorse or promote products derived
[89] Fix | Delete
* from this Software without specific prior written permission.
[90] Fix | Delete
*
[91] Fix | Delete
* EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
[92] Fix | Delete
* PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
[93] Fix | Delete
* NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
[94] Fix | Delete
* WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
[95] Fix | Delete
* BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
[96] Fix | Delete
* REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
[97] Fix | Delete
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
[98] Fix | Delete
* THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
[99] Fix | Delete
* ERRORS, WHETHER OR NOT DISCOVERABLE.
[100] Fix | Delete
*
[101] Fix | Delete
* TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
[102] Fix | Delete
* NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
[103] Fix | Delete
* THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
[104] Fix | Delete
* NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
[105] Fix | Delete
* LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
[106] Fix | Delete
* OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
[107] Fix | Delete
* OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
[108] Fix | Delete
* OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
[109] Fix | Delete
* CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
[110] Fix | Delete
* CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
[111] Fix | Delete
* DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
[112] Fix | Delete
* CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
[113] Fix | Delete
* DAMAGES OR OTHER LIABILITY.
[114] Fix | Delete
*
[115] Fix | Delete
* If applicable legislation implies representations, warranties, or
[116] Fix | Delete
* conditions, or imposes obligations or liability on National ICT
[117] Fix | Delete
* Australia or one of its contributors in respect of the Software that
[118] Fix | Delete
* cannot be wholly or partly excluded, restricted or modified, the
[119] Fix | Delete
* liability of National ICT Australia or the contributor is limited, to
[120] Fix | Delete
* the full extent permitted by the applicable legislation, at its
[121] Fix | Delete
* option, to:
[122] Fix | Delete
* a. in the case of goods, any one or more of the following:
[123] Fix | Delete
* i. the replacement of the goods or the supply of equivalent goods;
[124] Fix | Delete
* ii. the repair of the goods;
[125] Fix | Delete
* iii. the payment of the cost of replacing the goods or of acquiring
[126] Fix | Delete
* equivalent goods;
[127] Fix | Delete
* iv. the payment of the cost of having the goods repaired; or
[128] Fix | Delete
* b. in the case of services:
[129] Fix | Delete
* i. the supplying of the services again; or
[130] Fix | Delete
* ii. the payment of the cost of having the services supplied again.
[131] Fix | Delete
*
[132] Fix | Delete
* The construction, validity and performance of this licence is governed
[133] Fix | Delete
* by the laws in force in New South Wales, Australia.
[134] Fix | Delete
*/
[135] Fix | Delete
[136] Fix | Delete
/*
[137] Fix | Delete
* Author: Malcolm Purvis <malcolmp@ok-labs.com>
[138] Fix | Delete
* Author: Carlos Dyonisio <medaglia@ok-labs.com>
[139] Fix | Delete
*/
[140] Fix | Delete
================================================================================
[141] Fix | Delete
[142] Fix | Delete
File: qurt_atomic_ops.h
[143] Fix | Delete
[144] Fix | Delete
/*
[145] Fix | Delete
* Australian Public Licence B (OZPLB)
[146] Fix | Delete
*
[147] Fix | Delete
* Version 1-0
[148] Fix | Delete
*
[149] Fix | Delete
* Copyright (c) 2007, Open Kernel Labs, Inc.
[150] Fix | Delete
*
[151] Fix | Delete
* All rights reserved.
[152] Fix | Delete
*
[153] Fix | Delete
* Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
[154] Fix | Delete
* National ICT Australia
[155] Fix | Delete
* http://www.ertos.nicta.com.au
[156] Fix | Delete
*
[157] Fix | Delete
* Permission is granted by National ICT Australia, free of charge, to
[158] Fix | Delete
* any person obtaining a copy of this software and any associated
[159] Fix | Delete
* documentation files (the "Software") to deal with the Software without
[160] Fix | Delete
* restriction, including (without limitation) the rights to use, copy,
[161] Fix | Delete
* modify, adapt, merge, publish, distribute, communicate to the public,
[162] Fix | Delete
* sublicense, and/or sell, lend or rent out copies of the Software, and
[163] Fix | Delete
* to permit persons to whom the Software is furnished to do so, subject
[164] Fix | Delete
* to the following conditions:
[165] Fix | Delete
*
[166] Fix | Delete
* * Redistributions of source code must retain the above copyright
[167] Fix | Delete
* notice, this list of conditions and the following disclaimers.
[168] Fix | Delete
*
[169] Fix | Delete
* * Redistributions in binary form must reproduce the above
[170] Fix | Delete
* copyright notice, this list of conditions and the following
[171] Fix | Delete
* disclaimers in the documentation and/or other materials provided
[172] Fix | Delete
* with the distribution.
[173] Fix | Delete
*
[174] Fix | Delete
* * Neither the name of National ICT Australia, nor the names of its
[175] Fix | Delete
* contributors, may be used to endorse or promote products derived
[176] Fix | Delete
* from this Software without specific prior written permission.
[177] Fix | Delete
*
[178] Fix | Delete
* EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
[179] Fix | Delete
* PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
[180] Fix | Delete
* NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
[181] Fix | Delete
* WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
[182] Fix | Delete
* BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
[183] Fix | Delete
* REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
[184] Fix | Delete
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
[185] Fix | Delete
* THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
[186] Fix | Delete
* ERRORS, WHETHER OR NOT DISCOVERABLE.
[187] Fix | Delete
*
[188] Fix | Delete
* TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
[189] Fix | Delete
* NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
[190] Fix | Delete
* THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
[191] Fix | Delete
* NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
[192] Fix | Delete
* LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
[193] Fix | Delete
* OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
[194] Fix | Delete
* OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
[195] Fix | Delete
* OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
[196] Fix | Delete
* CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
[197] Fix | Delete
* CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
[198] Fix | Delete
* DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
[199] Fix | Delete
* CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
[200] Fix | Delete
* DAMAGES OR OTHER LIABILITY.
[201] Fix | Delete
*
[202] Fix | Delete
* If applicable legislation implies representations, warranties, or
[203] Fix | Delete
* conditions, or imposes obligations or liability on National ICT
[204] Fix | Delete
* Australia or one of its contributors in respect of the Software that
[205] Fix | Delete
* cannot be wholly or partly excluded, restricted or modified, the
[206] Fix | Delete
* liability of National ICT Australia or the contributor is limited, to
[207] Fix | Delete
* the full extent permitted by the applicable legislation, at its
[208] Fix | Delete
* option, to:
[209] Fix | Delete
* a. in the case of goods, any one or more of the following:
[210] Fix | Delete
* i. the replacement of the goods or the supply of equivalent goods;
[211] Fix | Delete
* ii. the repair of the goods;
[212] Fix | Delete
* iii. the payment of the cost of replacing the goods or of acquiring
[213] Fix | Delete
* equivalent goods;
[214] Fix | Delete
* iv. the payment of the cost of having the goods repaired; or
[215] Fix | Delete
* b. in the case of services:
[216] Fix | Delete
* i. the supplying of the services again; or
[217] Fix | Delete
* ii. the payment of the cost of having the services supplied again.
[218] Fix | Delete
*
[219] Fix | Delete
* The construction, validity and performance of this licence is governed
[220] Fix | Delete
* by the laws in force in New South Wales, Australia.
[221] Fix | Delete
*/
[222] Fix | Delete
[223] Fix | Delete
/*
[224] Fix | Delete
* Author: Malcolm Purvis <malcolmp@ok-labs.com>
[225] Fix | Delete
*
[226] Fix | Delete
* This file is only included by the main atomic_ops.h, so all of that
[227] Fix | Delete
* file's definitions are available.
[228] Fix | Delete
*/
[229] Fix | Delete
[230] Fix | Delete
================================================================================
[231] Fix | Delete
[232] Fix | Delete
File: htt_common.h
[233] Fix | Delete
[234] Fix | Delete
/*
[235] Fix | Delete
* Copyright (c) 2012-2016, 2020 The Linux Foundation. All rights reserved.
[236] Fix | Delete
*
[237] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[238] Fix | Delete
*
[239] Fix | Delete
*
[240] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[241] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[242] Fix | Delete
* above copyright notice and this permission notice appear in all
[243] Fix | Delete
* copies.
[244] Fix | Delete
*
[245] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[246] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[247] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[248] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[249] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[250] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[251] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[252] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[253] Fix | Delete
*/
[254] Fix | Delete
[255] Fix | Delete
/*
[256] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[257] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[258] Fix | Delete
* to the Linux Foundation.
[259] Fix | Delete
*/
[260] Fix | Delete
[261] Fix | Delete
================================================================================
[262] Fix | Delete
File: htt_deps.h
[263] Fix | Delete
[264] Fix | Delete
/*
[265] Fix | Delete
* Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
[266] Fix | Delete
*
[267] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[268] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[269] Fix | Delete
* above copyright notice and this permission notice appear in all
[270] Fix | Delete
* copies.
[271] Fix | Delete
*
[272] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[273] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[274] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[275] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[276] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[277] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[278] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[279] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[280] Fix | Delete
*/
[281] Fix | Delete
[282] Fix | Delete
/*
[283] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[284] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[285] Fix | Delete
* to the Linux Foundation.
[286] Fix | Delete
*/
[287] Fix | Delete
================================================================================
[288] Fix | Delete
File: htt.h
[289] Fix | Delete
[290] Fix | Delete
/*
[291] Fix | Delete
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
[292] Fix | Delete
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
[293] Fix | Delete
*
[294] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[295] Fix | Delete
*
[296] Fix | Delete
*
[297] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[298] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[299] Fix | Delete
* above copyright notice and this permission notice appear in all
[300] Fix | Delete
* copies.
[301] Fix | Delete
*
[302] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[303] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[304] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[305] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[306] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[307] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[308] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[309] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[310] Fix | Delete
*/
[311] Fix | Delete
[312] Fix | Delete
/*
[313] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[314] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[315] Fix | Delete
* to the Linux Foundation.
[316] Fix | Delete
*/
[317] Fix | Delete
================================================================================
[318] Fix | Delete
File: htt_ppdu_stats.h
[319] Fix | Delete
/*
[320] Fix | Delete
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
[321] Fix | Delete
*
[322] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[323] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[324] Fix | Delete
* above copyright notice and this permission notice appear in all
[325] Fix | Delete
* copies.
[326] Fix | Delete
*
[327] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[328] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[329] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[330] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[331] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[332] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[333] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[334] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[335] Fix | Delete
*/
[336] Fix | Delete
================================================================================
[337] Fix | Delete
File: htt_stats.h
[338] Fix | Delete
[339] Fix | Delete
/*
[340] Fix | Delete
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
[341] Fix | Delete
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
[342] Fix | Delete
*
[343] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[344] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[345] Fix | Delete
* above copyright notice and this permission notice appear in all
[346] Fix | Delete
* copies.
[347] Fix | Delete
*
[348] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[349] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[350] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[351] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[352] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[353] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[354] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[355] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[356] Fix | Delete
*/
[357] Fix | Delete
================================================================================
[358] Fix | Delete
File: pcie_reg_scratch.h
[359] Fix | Delete
[360] Fix | Delete
/*
[361] Fix | Delete
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
[362] Fix | Delete
*
[363] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[364] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[365] Fix | Delete
* above copyright notice and this permission notice appear in all
[366] Fix | Delete
* copies.
[367] Fix | Delete
*
[368] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[369] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[370] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[371] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[372] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[373] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[374] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[375] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[376] Fix | Delete
*/
[377] Fix | Delete
================================================================================
[378] Fix | Delete
File: wdi_ipa.h
[379] Fix | Delete
[380] Fix | Delete
/*
[381] Fix | Delete
* Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
[382] Fix | Delete
*
[383] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[384] Fix | Delete
*
[385] Fix | Delete
*
[386] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[387] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[388] Fix | Delete
* above copyright notice and this permission notice appear in all
[389] Fix | Delete
* copies.
[390] Fix | Delete
*
[391] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[392] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[393] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[394] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[395] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[396] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[397] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[398] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[399] Fix | Delete
*/
[400] Fix | Delete
[401] Fix | Delete
/*
[402] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[403] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[404] Fix | Delete
* to the Linux Foundation.
[405] Fix | Delete
*/
[406] Fix | Delete
================================================================================
[407] Fix | Delete
File: wlan_defs.h
[408] Fix | Delete
[409] Fix | Delete
/*
[410] Fix | Delete
* Copyright (c) 2013-2016, 2018-2021 The Linux Foundation. All rights reserved.
[411] Fix | Delete
*
[412] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[413] Fix | Delete
*
[414] Fix | Delete
*
[415] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[416] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[417] Fix | Delete
* above copyright notice and this permission notice appear in all
[418] Fix | Delete
* copies.
[419] Fix | Delete
*
[420] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[421] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[422] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[423] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[424] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[425] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[426] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[427] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[428] Fix | Delete
*/
[429] Fix | Delete
[430] Fix | Delete
/*
[431] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[432] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[433] Fix | Delete
* to the Linux Foundation.
[434] Fix | Delete
*/
[435] Fix | Delete
================================================================================
[436] Fix | Delete
File: wlan_nan_msg_common.h
[437] Fix | Delete
[438] Fix | Delete
/*
[439] Fix | Delete
* Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
[440] Fix | Delete
*
[441] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[442] Fix | Delete
*
[443] Fix | Delete
*
[444] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[445] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[446] Fix | Delete
* above copyright notice and this permission notice appear in all
[447] Fix | Delete
* copies.
[448] Fix | Delete
*
[449] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[450] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[451] Fix | Delete
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
[452] Fix | Delete
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
[453] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[454] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
[455] Fix | Delete
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
[456] Fix | Delete
* PERFORMANCE OF THIS SOFTWARE.
[457] Fix | Delete
*/
[458] Fix | Delete
[459] Fix | Delete
/*
[460] Fix | Delete
* This file was originally distributed by Qualcomm Atheros, Inc.
[461] Fix | Delete
* under proprietary terms before Copyright ownership was assigned
[462] Fix | Delete
* to the Linux Foundation.
[463] Fix | Delete
*/
[464] Fix | Delete
================================================================================
[465] Fix | Delete
File: wlan_nan_msg_common_v2.h
[466] Fix | Delete
[467] Fix | Delete
/*
[468] Fix | Delete
* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
[469] Fix | Delete
*
[470] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for any
[471] Fix | Delete
* purpose with or without fee is hereby granted, provided that the above
[472] Fix | Delete
* copyright notice and this permission notice appear in all copies.
[473] Fix | Delete
*
[474] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
[475] Fix | Delete
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
[476] Fix | Delete
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
[477] Fix | Delete
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
[478] Fix | Delete
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
[479] Fix | Delete
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
[480] Fix | Delete
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
[481] Fix | Delete
*/
[482] Fix | Delete
================================================================================
[483] Fix | Delete
File: wlan_nan_msg.h
[484] Fix | Delete
[485] Fix | Delete
/*
[486] Fix | Delete
* Copyright (c) 2014-2018 The Linux Foundation. All rights reserved.
[487] Fix | Delete
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
[488] Fix | Delete
*
[489] Fix | Delete
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
[490] Fix | Delete
*
[491] Fix | Delete
*
[492] Fix | Delete
* Permission to use, copy, modify, and/or distribute this software for
[493] Fix | Delete
* any purpose with or without fee is hereby granted, provided that the
[494] Fix | Delete
* above copyright notice and this permission notice appear in all
[495] Fix | Delete
* copies.
[496] Fix | Delete
*
[497] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
[498] Fix | Delete
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function