#include <linux/init.h>
#include <linux/module.h>
#include <linux/timer.h>
#include <linux/sched.h>
#include <linux/netdevice.h>
#include <linux/errno.h>
#include <linux/ieee80211.h>
#include "ozconfig.h"
#include "ozpd.h"
#include "ozproto.h"
#include "ozcdev.h"
#include "oztrace.h"
#include "ozevent.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Chris Kelly" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Ozmo Devices USB over WiFi hcd driver" |
| ) |
|
module_exit |
( |
ozwpan_exit |
| ) |
|
module_init |
( |
ozwpan_init |
| ) |
|
MODULE_VERSION |
( |
"1.0.13" |
| ) |
|