Skip to content

Commit

Permalink
Native WiFi Tethering (4 of 4)
Browse files Browse the repository at this point in the history
- disable ARP_OFFLOAD feature since it causes some incompatibility
in ICS tethering
  • Loading branch information
C3C0 committed Nov 14, 2012
1 parent e19997b commit 7aef759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/bcm4319/Makefile
Expand Up @@ -4,7 +4,7 @@ DHDCFLAGS = -DLINUX -DBCMDRIVER -DBCMDONGLEHOST -DDHDTHREAD -DBCMWPA2 -DBCMWAPI
-DDHD_BCMEVENTS -DSHOW_EVENTS -DBCMSDIO -DDHD_GPL \
-DBCMLXSDMMC -DBCMPLATFORM_BUS -DEMBEDDED_PLATFORM -DOEM_ANDROID \
-DMMC_SDIO_ABORT -Wall -DOOB_INTR_ONLY -DCUSTOM_OOB_GPIO_NUM=19 \
-Wstrict-prototypes -Werror -DCSCAN -DKEEP_ALIVE -DPKT_FILTER_SUPPORT -DARP_OFFLOAD_SUPPORT \
-Wstrict-prototypes -Werror -DCSCAN -DKEEP_ALIVE -DPKT_FILTER_SUPPORT \
-Idrivers/net/wireless/bcm4319 -Idrivers/net/wireless/bcm4319/include \
-Wno-array-bounds

Expand Down

0 comments on commit 7aef759

Please sign in to comment.