aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorBing Zhao <bzhao@marvell.com>2011-03-31 19:50:14 -0700
committerJohn W. Linville <linville@tuxdriver.com>2011-04-04 16:20:06 -0400
commit8120347de30f98982b8c75243e3b17dd1ee75740 (patch)
tree240a6423156b94f586957e4eed6505b82079ca1c /drivers/net/wireless/mwifiex/main.h
parent7327890a1f42046c50030c8723bdbd9266d781bc (diff)
mwifiex: remove unused macros in decl.h and main.h
These macros are leftover of previous cleanup patches. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r--drivers/net/wireless/mwifiex/main.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index c26f70441f83..43ff149de9db 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -50,8 +50,6 @@ enum {
};
#define DRV_MODE_STA 0x1
-#define DRV_MODE_UAP 0x2
-#define DRV_MODE_UAP_STA 0x3
#define SD8787_W0 0x30
#define SD8787_W1 0x31
@@ -74,13 +72,8 @@ struct mwifiex_drv_mode {
#define MWIFIEX_TIMER_10S 10000
#define MWIFIEX_TIMER_1S 1000
-#define NL_MAX_PAYLOAD 1024
-#define NL_MULTICAST_GROUP 1
-
#define MAX_TX_PENDING 60
-#define HEADER_ALIGNMENT 8
-
#define MWIFIEX_UPLD_SIZE (2312)
#define MAX_EVENT_SIZE 1024