blob: 5316d2064e1dcae73552d9857a41e35bcfb07378 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001/*
Kiet Lambb375e42014-03-23 23:32:49 -07002 * Copyright (c) 2012-2014 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
40 Copyright (c) 2008-2011 QUALCOMM Incorporated.
41 All Right Reserved.
42 Qualcomm Confidential and Proprietary
43===========================================================================*/
44
45#define QWLAN_VERSION_MAJOR 3
Jeff Johnsond13512a2012-07-17 11:42:19 -070046#define QWLAN_VERSION_MINOR 2
Gopichand Nakkala010eebd2013-03-19 22:22:15 -070047#define QWLAN_VERSION_PATCH 3
Kiet Lamd9ec1e42014-03-13 15:13:20 -070048#define QWLAN_VERSION_EXTRA ""
Jeff Johnson295189b2012-06-20 16:38:30 -070049
Satyanarayana Dash814e2e22014-07-30 16:01:32 +053050#define QWLAN_VERSION_BUILD 388
AnjaneeDevi Kapparapu9bef29d2014-03-07 15:42:48 +053051
Satyanarayana Dash814e2e22014-07-30 16:01:32 +053052#define QWLAN_VERSIONSTR "3.2.3.388"
Jeff Johnson295189b2012-06-20 16:38:30 -070053
54#endif /* QWLAN_VERSION_H */