summaryrefslogtreecommitdiff
path: root/mac80211.h
diff options
context:
space:
mode:
authorDavid Lin <dlin@marvell.com>2015-08-18 17:04:34 +0800
committerDavid Lin <dlin@marvell.com>2015-08-18 17:04:34 +0800
commit59e0d3d167a5bc2c03010df4ed54cc0653b5ae58 (patch)
tree63decbb86c07b9fdc95ad1efe48ecced7fdb5042 /mac80211.h
parentaaf953e1baf9cd65979103c4fda98c0bd48f4759 (diff)
Commit mwlwifi driver 10.3.0.8
1. Synchronized PATCH v6 sent to LWN. 2. Add code to support AMSDU. Signed-off-by: David Lin <dlin@marvell.com>
Diffstat (limited to 'mac80211.h')
-rw-r--r--mac80211.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/mac80211.h b/mac80211.h
deleted file mode 100644
index b70598a..0000000
--- a/mac80211.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * 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 mac80211 related functions.
- */
-
-#ifndef _mwl_mac80211_h_
-#define _mwl_mac80211_h_
-
-#include <net/mac80211.h>
-
-extern const struct ieee80211_ops mwl_mac80211_ops;
-
-#endif /* _mwl_mac80211_h_ */