blob: 848bf424833ae7ae431fb37f75e0fd66af1cce43 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Satyanarayana Dashafc94e12016-04-28 18:13:05 +05302 * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
Kiet Lam842dad02014-02-18 18:44:02 -08003 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
Gopichand Nakkala92f07d82013-01-08 21:16:34 -080020 */
Kiet Lam842dad02014-02-18 18:44:02 -080021
22/*
23 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
26 */
27
Jeff Johnson295189b2012-06-20 16:38:30 -070028#ifndef QWLAN_VERSION_H
29#define QWLAN_VERSION_H
30/*===========================================================================
31
Jeff Johnsone7245742012-09-05 17:12:55 -070032FILE:
Jeff Johnson295189b2012-06-20 16:38:30 -070033 qwlan_version.h
34
35BRIEF DESCRIPTION:
36 WLAN Host Version file.
37 Build number automaticly updated by build scripts.
38
39
Jeff Johnson295189b2012-06-20 16:38:30 -070040===========================================================================*/
41
42#define QWLAN_VERSION_MAJOR 3
Kiet Lamb3013342015-01-08 11:45:36 -080043#define QWLAN_VERSION_MINOR 0
Satyanarayana Dashafc94e12016-04-28 18:13:05 +053044#define QWLAN_VERSION_PATCH 11
Kiet Lamd9ec1e42014-03-13 15:13:20 -070045#define QWLAN_VERSION_EXTRA ""
Jeff Johnson295189b2012-06-20 16:38:30 -070046
Ashish kumar goswami3256f162017-01-06 15:22:22 +053047#define QWLAN_VERSION_BUILD 85
AnjaneeDevi Kapparapu9bef29d2014-03-07 15:42:48 +053048
Abhinav Kumar4cde8292019-07-18 14:17:25 +053049#define QWLAN_VERSIONSTR "3.0.11.85.9"
Jeff Johnson295189b2012-06-20 16:38:30 -070050
51#endif /* QWLAN_VERSION_H */