aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/csr/csr_wifi_hip_unifiversion.h
blob: d1c66783f32cb49628dd50f22a2424c59ff7722e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*****************************************************************************

            (c) Cambridge Silicon Radio Limited 2011
            All rights reserved and confidential information of CSR

            Refer to LICENSE.txt included with this source for details
            on the license terms.

*****************************************************************************/

/*
 * ---------------------------------------------------------------------------
 *  FILE:     unifiversion.h
 *
 *  PURPOSE:
 *      Version information for the portable UniFi driver.
 *
 * ---------------------------------------------------------------------------
 */

#ifndef __UNIFIVERSION_H__
#define __UNIFIVERSION_H__

/*
 * The minimum version of Host Interface Protocol required by the driver.
 */
#define UNIFI_HIP_MAJOR_VERSION 9
#define UNIFI_HIP_MINOR_VERSION 1

#endif /* __UNIFIVERSION_H__ */