From 5deb3317cb51ac52de922bb55f8492624018906d Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Thu, 13 Sep 2012 00:40:35 +0300 Subject: Add realtek target files Signed-off-by: Roman Yeryomin --- .../net/wireless/rtl8192cd/8192cd_net80211.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/realtek/files/drivers/net/wireless/rtl8192cd/8192cd_net80211.h (limited to 'target/linux/realtek/files/drivers/net/wireless/rtl8192cd/8192cd_net80211.h') diff --git a/target/linux/realtek/files/drivers/net/wireless/rtl8192cd/8192cd_net80211.h b/target/linux/realtek/files/drivers/net/wireless/rtl8192cd/8192cd_net80211.h new file mode 100644 index 000000000..f499d9d79 --- /dev/null +++ b/target/linux/realtek/files/drivers/net/wireless/rtl8192cd/8192cd_net80211.h @@ -0,0 +1,22 @@ +/* + * Header file for Net80211-compatible handling routines + * + * + * + * Copyright (c) 2010 Realtek Semiconductor Corp. + * + * 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. + */ + + +#ifndef _8192CD_NET80211_H_ +#define _8192CD_NET80211_H_ + +#include "./8192cd.h" + +#define MAX_CONFIG_FILE_SIZE (20*1024) // for 8192, added to 20k +#define MAX_PARAM_BUF_SIZE (1024) // for 8192, added to 20k + +#endif -- cgit v1.2.3