mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove CONFIG_EMBEDDED_FWIMG - defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
6d47834466
commit
74c8d64df5
4 changed files with 0 additions and 61 deletions
|
@ -36,8 +36,6 @@
|
|||
* Internal General Config
|
||||
*/
|
||||
|
||||
#define CONFIG_EMBEDDED_FWIMG
|
||||
|
||||
#define CONFIG_80211N_HT
|
||||
|
||||
#define CONFIG_SUPPORT_USB_INT
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue