rtl8188eu: Remove CONFIG_EMBEDDED_FWIMG - defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 21:32:31 -05:00
parent 6d47834466
commit 74c8d64df5
4 changed files with 0 additions and 61 deletions

View file

@ -36,8 +36,6 @@
* Internal General Config
*/
#define CONFIG_EMBEDDED_FWIMG
#define CONFIG_80211N_HT
#define CONFIG_SUPPORT_USB_INT

View file

@ -89,11 +89,7 @@ typedef enum _FIRMWARE_SOURCE {
typedef struct _RT_FIRMWARE {
FIRMWARE_SOURCE eFWSource;
#ifdef CONFIG_EMBEDDED_FWIMG
u8* szFwBuffer;
#else
u8 szFwBuffer[FW_8188E_SIZE];
#endif
u32 ulFwLength;
#ifdef CONFIG_WOWLAN