aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Makefile
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2013-10-13 22:52:20 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-14 09:34:15 -0700
commit691dd0b7d26e9959378ccc4a94d846e769a056e6 (patch)
treee56158045648d2898319afdb117ad06d5dc2cced /drivers/staging/rtl8188eu/Makefile
parentstaging: octeon: Removed space at start of line (diff)
downloadlinux-dev-691dd0b7d26e9959378ccc4a94d846e769a056e6.tar.xz
linux-dev-691dd0b7d26e9959378ccc4a94d846e769a056e6.zip
staging: r8188eu: Convert driver to use external firmware
As originally submitted, this driver acquired its firmware from data statements embedded in the source code. This information has been extracted into a binary file that has been accepted into the linux-firmware git repo as commit ffc47f1 entitled "rtlwifi: Add new firmware files for rtl8188eu". This patch switches the driver to use this file, and deletes the firmware data from the source. The TODO list is also updated. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/Makefile')
-rw-r--r--drivers/staging/rtl8188eu/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index 1639a45da948..0bd32de44600 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -30,7 +30,6 @@ r8188eu-y := \
hal/HalPhyRf.o \
hal/HalPhyRf_8188e.o \
hal/HalPwrSeqCmd.o \
- hal/Hal8188EFWImg_CE.o \
hal/Hal8188EPwrSeq.o \
hal/Hal8188ERateAdaptive.o\
hal/hal_intf.o \