fw.h (0898782247ae533d1f4e47a06bc5d4870931b284) fw.h (85630469d268d3b7b4f79aa28948c1b7a2d6433b)
1/* SPDX-License-Identifier: ISC */
1/*
2 * Copyright (c) 2014,2016 Qualcomm Atheros, Inc.
3 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
2/*
3 * Copyright (c) 2014,2016 Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 */
17#ifndef __WIL_FW_H__
18#define __WIL_FW_H__
19
20#define WIL_FW_SIGNATURE (0x36323130) /* '0126' */
21#define WIL_FW_FMT_VERSION (1) /* format version driver supports */
22
23enum wil_fw_record_type {

--- 195 unchanged lines hidden ---
5 */
6#ifndef __WIL_FW_H__
7#define __WIL_FW_H__
8
9#define WIL_FW_SIGNATURE (0x36323130) /* '0126' */
10#define WIL_FW_FMT_VERSION (1) /* format version driver supports */
11
12enum wil_fw_record_type {

--- 195 unchanged lines hidden ---