diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-02-06 02:59:31 +0200 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-05-26 00:48:31 +0300 |
commit | d76a86507530dd3d3a63a73523b4f48bd656aed9 (patch) | |
tree | cfd2f8b5f2feee81a34f73ca7fa5fd7694419f63 /target/linux/realtek/patches-2.6.30/009-hostapd-support.patch | |
parent | b8c7700266d9eee9e49ba91a5be70498d4f22413 (diff) |
Rebase files to rsdk 3.2 and refresh patches. Compilable (not by humans).
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/patches-2.6.30/009-hostapd-support.patch')
-rw-r--r-- | target/linux/realtek/patches-2.6.30/009-hostapd-support.patch | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/target/linux/realtek/patches-2.6.30/009-hostapd-support.patch b/target/linux/realtek/patches-2.6.30/009-hostapd-support.patch index aaa89c9cd..de85e7f29 100644 --- a/target/linux/realtek/patches-2.6.30/009-hostapd-support.patch +++ b/target/linux/realtek/patches-2.6.30/009-hostapd-support.patch @@ -1,8 +1,16 @@ -Index: linux-2.6.30.9/drivers/net/wireless/rtl8192cd/8192cd_cfg.h -=================================================================== ---- linux-2.6.30.9.orig/drivers/net/wireless/rtl8192cd/8192cd_cfg.h -+++ linux-2.6.30.9/drivers/net/wireless/rtl8192cd/8192cd_cfg.h -@@ -360,7 +360,7 @@ +commit a824c8afe0a79e248056e7160a3c590d8eaaae54 +Author: Roman Yeryomin <roman@advem.lv> +Date: Tue Feb 5 02:10:00 2013 +0200 + + adopt 009-hostapd-support.patch + + Signed-off-by: Roman Yeryomin <roman@advem.lv> + +diff --git a/drivers/net/wireless/rtl8192cd/8192cd_cfg.h b/drivers/net/wireless/rtl8192cd/8192cd_cfg.h +index ae02e5a..e2596f2 100644 +--- a/drivers/net/wireless/rtl8192cd/8192cd_cfg.h ++++ b/drivers/net/wireless/rtl8192cd/8192cd_cfg.h +@@ -357,7 +357,7 @@ // WPA Supplicant //------------------------------------------------------------- @@ -11,20 +19,21 @@ Index: linux-2.6.30.9/drivers/net/wireless/rtl8192cd/8192cd_cfg.h #ifdef WIFI_WPAS -@@ -515,9 +515,9 @@ +@@ -525,9 +525,10 @@ //------------------------------------------------------------- // Hostapd //------------------------------------------------------------- -//#ifdef CONFIG_RTL_HOSTAPD_SUPPORT -//#define WIFI_HAPD -//#endif -+#ifdef CONFIG_RTL_HOSTAPD_SUPPORT ++#ifdef CONFIG_RTL_HOSTAPD_SUPPORT +#define WIFI_HAPD +#endif - - #ifdef WIFI_HAPD - -@@ -1719,3 +1719,7 @@ ++ + #ifdef CONFIG_RTL_P2P_SUPPORT + #define P2P_SUPPORT // support for WIFI_Direct + //#define P2P_DEBUGMSG +@@ -1836,3 +1837,7 @@ #endif // _8192CD_CFG_H_ |