~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/orinoco/wext.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Wireless extensions support.
 
2
 *
 
3
 * See copyright notice in main.c
 
4
 */
 
5
#ifndef _ORINOCO_WEXT_H_
 
6
#define _ORINOCO_WEXT_H_
 
7
 
 
8
#include <net/iw_handler.h>
 
9
 
 
10
/* Structure defining all our WEXT handlers */
 
11
extern const struct iw_handler_def orinoco_handler_def;
 
12
 
 
13
#endif /* _ORINOCO_WEXT_H_ */