summaryrefslogtreecommitdiff
path: root/rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'rx.h')
-rw-r--r--rx.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/rx.h b/rx.h
new file mode 100644
index 0000000..a4d2478
--- /dev/null
+++ b/rx.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2006-2015, Marvell International Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+/* Description: This file defines receive related functions.
+ */
+
+#ifndef _mwl_rx_h_
+#define _mwl_rx_h_
+
+int mwl_rx_init(struct ieee80211_hw *hw);
+void mwl_rx_deinit(struct ieee80211_hw *hw);
+void mwl_rx_recv(unsigned long data);
+
+#endif /* _mwl_rx_h_ */