From: Johnny Kim Date: Thu, 30 Jul 2015 02:13:36 +0000 (+0900) Subject: linux-firmware: wilc1000: add firmware for wilc1000 802.11n driver X-Git-Tag: 20190717~582 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=dc00519de4ac6561de76dbcb546ac483db4caac1;p=mirror_linux-firmware.git linux-firmware: wilc1000: add firmware for wilc1000 802.11n driver This is new firmware for wilc1000 which is a single chip IEEE 802.11 b/g/n device. Signed-off-by: Johnny Kim Signed-off-by: Kyle McMartin --- diff --git a/LICENSE.atmel b/LICENSE.atmel new file mode 100644 index 00000000..5feb3132 --- /dev/null +++ b/LICENSE.atmel @@ -0,0 +1,36 @@ +Copyright (C) 2015 Atmel Corporation. All rights reserved. + +REDISTRIBUTION: Permission is hereby granted by Atmel Corporation (Atmel), free +of any license fees, to any person obtaining a copy of this firmware (the +"Software"), to install, reproduce, copy and distribute copies, in binary form, +in hexadecimal or equivalent formats, of the Software and to permit persons to +whom the Software is provided to do the same, subject to the following +conditions: + +* Any redistribution of the Software must reproduce the above copyright notice, + this license notice, and the following disclaimers and notices in the + documentation and/or other materials provided with the Software. + +* Neither the name of Atmel Corporation, its products nor the names of its + suppliers may be used to endorse or promote products derived from this + Software without specific prior written permission. + +* All matters arising out of or in connection with this License and/or Software + shall be governed by California law and the parties agree to the exclusive + jurisdiction of the Californian courts to decide all disputes arising. + +* The licensee shall defend and indemnify Atmel against any and all claims, + costs, losses and damages (including reasonable legal fees) incurred by tme + arising out of any claim relating to the Software due to the licensee’s use or + sub-licensing of the Software + +DISCLAIMER: THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE +DISCLAIMED. IN NO EVENT SHALL ATMEL 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. diff --git a/WHENCE b/WHENCE index a4b6ea57..4030add9 100644 --- a/WHENCE +++ b/WHENCE @@ -2868,3 +2868,13 @@ File: nvidia/gk20a/sw_nonctx.bin Licence: Redistributable. See LICENCE.nvidia for details +-------------------------------------------------------------------------- + +Driver: wilc1000 - Atmel 802.11n WLAN driver for WILC1000 + +File: atmel/wilc1000_fw.bin +File: atmel/wilc1000_ap_fw.bin +File: atmel/wilc1000_p2p_fw.bin + +License: Redistributable. See LICENCE.atmel for details + diff --git a/atmel/wilc1000_ap_fw.bin b/atmel/wilc1000_ap_fw.bin new file mode 100644 index 00000000..f5abf305 Binary files /dev/null and b/atmel/wilc1000_ap_fw.bin differ diff --git a/atmel/wilc1000_fw.bin b/atmel/wilc1000_fw.bin new file mode 100644 index 00000000..3b1eeeb9 Binary files /dev/null and b/atmel/wilc1000_fw.bin differ diff --git a/atmel/wilc1000_p2p_fw.bin b/atmel/wilc1000_p2p_fw.bin new file mode 100644 index 00000000..dc12cc89 Binary files /dev/null and b/atmel/wilc1000_p2p_fw.bin differ