Skip to content

Commit

Permalink
esp8089 SDIO Driver Version 2.03
Browse files Browse the repository at this point in the history
              Insmod wifi driver when turning on in settings commit
  • Loading branch information
Rockchip committed Apr 28, 2014
1 parent c0ac1ac commit 900f88a
Show file tree
Hide file tree
Showing 41 changed files with 20,248 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ obj-$(CONFIG_MT7601) += rkusbwifi/
#obj-m += wlan/
obj-$(CONFIG_MTK_COMBO_WIFI) += combo_mt66xx/
obj-$(CONFIG_MTK_MT5931) += mt5931_kk/
obj-$(CONFIG_ESP8089) += esp8089/
2 changes: 1 addition & 1 deletion drivers/net/wireless/esp8089/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config ESP8089
config ESP8089
depends on WLAN_80211 && MMC
select WIRELESS_EXT
select WEXT_PRIV
Expand Down
21 changes: 21 additions & 0 deletions drivers/net/wireless/esp8089/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
DRIVER_NAME := wlan
include drivers/net/wireless/esp8089/esp_config.mk

EXTRA_CFLAGS += -DDEBUG -DSIP_DEBUG -DFAST_TX_STATUS -DANDROID -DKERNEL_IV_WAR -DRX_SENDUP_SYNC -DDEBUGFS -DHAS_FW -DTEST_MODE -DHAS_INIT_DATA

obj-$(CONFIG_ESP8089) := $(DRIVER_NAME).o
$(DRIVER_NAME)-y += esp_debug.o
$(DRIVER_NAME)-y += sdio_sif_esp.o
$(DRIVER_NAME)-y += spi_sif_esp.o
$(DRIVER_NAME)-y += esp_io.o
$(DRIVER_NAME)-y += esp_android.o
$(DRIVER_NAME)-y += esp_main.o
$(DRIVER_NAME)-y += esp_sip.o
$(DRIVER_NAME)-y += esp_ext.o
$(DRIVER_NAME)-y += esp_ctrl.o
$(DRIVER_NAME)-y += esp_mac80211.o
$(DRIVER_NAME)-y += esp_debug.o
$(DRIVER_NAME)-y += esp_utils.o
$(DRIVER_NAME)-y += esp_pm.o
$(DRIVER_NAME)-y += testmode.o

2,743 changes: 2,743 additions & 0 deletions drivers/net/wireless/esp8089/eagle_fw1.h

Large diffs are not rendered by default.

4,244 changes: 4,244 additions & 0 deletions drivers/net/wireless/esp8089/eagle_fw2.h

Large diffs are not rendered by default.

Loading

0 comments on commit 900f88a

Please sign in to comment.