op_osupgrade: use terminal for logs
[openpandora.oe.git] / recipes / pandora-system / pandora-wifi / 0007-Add-iw_ioctl.h-header.patch
1 From 6dee694c506ece49b4e57a6abac37111a4cc8ed2 Mon Sep 17 00:00:00 2001
2 From: David-John Willis <John.Willis@Distant-earth.com>
3 Date: Fri, 28 Aug 2009 15:59:22 +0100
4 Subject: [PATCH 7/7] Add iw_ioctl.h header
5
6 ---
7  sta_dk_4_0_4_32/pform/linux/inc/iw_ioctl.h |   31 ++++++++++++++++++++++++++++
8  1 files changed, 31 insertions(+), 0 deletions(-)
9  create mode 100755 sta_dk_4_0_4_32/pform/linux/inc/iw_ioctl.h
10
11 diff --git a/sta_dk_4_0_4_32/pform/linux/inc/iw_ioctl.h b/sta_dk_4_0_4_32/pform/linux/inc/iw_ioctl.h
12 new file mode 100755
13 index 0000000..ff64523
14 --- /dev/null
15 +++ b/sta_dk_4_0_4_32/pform/linux/inc/iw_ioctl.h
16 @@ -0,0 +1,31 @@
17 +/*
18 + *  Copyright (C) 2009 John Willis
19 + *  Copyright (C) 2008 Texas Instruments/Jorjin Technologies inc.
20 + *
21 + *  This program is free software; you can redistribute it and/or modify
22 + *  it under the terms of the GNU General Public License as published by
23 + *  the Free Software Foundation; either version 2 of the License, or
24 + *  (at your option) any later version.
25 + *
26 + *  This program is distributed in the hope that it will be useful,
27 + *  but WITHOUT ANY WARRANTY; without even the implied warranty of
28 + *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 + *  GNU General Public License for more details.
30 + *
31 + *
32 + * This file implements support for Linux Wireless Extensions for TI 1251 driver.
33 + *
34 + */
35 +
36 +#ifndef _IW_IOCTL_H_
37 +#define _IW_IOCTL_H_
38 +
39 +extern ULONG UtilGetParam(
40 +                       PTIWLN_ADAPTER_T pAdapter,
41 +                       externalParam_e ParamType,
42 +                       PUCHAR pData,
43 +                       ULONG Length
44 +                       );
45 +extern void tiwlan_iwhandler_init(struct net_device *dev);
46 +
47 +#endif /* _IW_IOCTL_H_ */
48 -- 
49 1.6.3.1
50