~ubuntu-branches/ubuntu/trusty/broadcom-sta/trusty

« back to all changes in this revision

Viewing changes to i386/src/wl/sys/wl_iw.c

  • Committer: Package Import Robot
  • Author(s): Cyril Lacoux
  • Date: 2011-10-25 08:21:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20111025082113-ve5e5uo77m7v7kfm
Tags: 5.100.82.111-1
* New upstream release.
* Refreshed changelog and license patches.
* Removed obsolete patch 03-linux-2.6.37.patch.
* Bumped standards version to 3.9.2 (No changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
10
10
 * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
11
11
 *
12
 
 * $Id: wl_iw.c,v 1.133.2.1.28.7 2010/12/15 00:00:32 Exp $
 
12
 * $Id: wl_iw.c,v 1.133.2.1.28.9 2011-01-26 22:23:18 Exp $
13
13
 */
14
14
 
 
15
#if defined(USE_IW)
 
16
 
15
17
#define LINUX_PORT
16
18
 
17
19
#include <typedefs.h>
43
45
#define htodchanspec(i) i
44
46
#define dtohchanspec(i) i
45
47
 
46
 
#undef USE_IW
47
 
#if defined(CONFIG_WIRELESS_EXT)
48
 
#define USE_IW
49
 
#endif
50
 
#ifdef USE_IW
51
48
extern struct iw_statistics *wl_get_wireless_stats(struct net_device *dev);
52
 
#endif 
53
49
 
54
50
#if WIRELESS_EXT < 19
55
51
#define IW_IOCTL_IDX(cmd)       ((cmd) - SIOCIWFIRST)
2722
2718
void wl_iw_detach(void)
2723
2719
{
2724
2720
}
 
2721
 
 
2722
#endif