Skip to content

Commit

Permalink
New tiap BoardConfig flags
Browse files Browse the repository at this point in the history
for http://review.cyanogenmod.com/10417 and future ics branch too

Change-Id: I29131eb9e6d3639ccda0593dc93ec4617a893c9e
  • Loading branch information
tpruvot committed Mar 4, 2012
1 parent 4f566cd commit 5813aa9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,16 @@ WIFI_DRIVER_MODULE_NAME := tiwlan_drv
WIFI_DRIVER_FW_STA_PATH := "/system/etc/wifi/fw_wlan1271.bin"
WIFI_FIRMWARE_LOADER := wlan_loader
PRODUCT_WIRELESS_TOOLS := true

BOARD_SOFTAP_DEVICE := wl1271
AP_CONFIG_DRIVER_WILINK := true
WIFI_DRIVER_FW_AP_PATH := "/system/etc/wifi/fw_tiwlan_ap.bin"
WPA_SUPPL_APPROX_USE_RSSI := true
WIFI_AP_DRIVER_MODULE_PATH := "/system/lib/modules/tiap_drv.ko"
WIFI_AP_DRIVER_MODULE_NAME := tiap_drv
WIFI_AP_FIRMWARE_LOADER := wlan_ap_loader
BOARD_HOSTAPD_DRIVER := true
BOARD_HOSTAPD_DRIVER_NAME := wilink

BOARD_USE_YUV422I_DEFAULT_COLORFORMAT := true
BOARD_EGL_CFG := device/motorola/jordan/egl.cfg
Expand Down
4 changes: 4 additions & 0 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ wifi.supplicant_scan_interval = 60
# Use TI hotspot code
wifi.hotspot.ti = 1

# Wifi tether interface (future and compat properties)
wifi.ap.interface = tiap0
softap.interface = tiap0

# The OpenGL ES API level that is natively supported by this device.
# This is a 16.16 fixed point number
ro.opengles.version = 131072
Expand Down

0 comments on commit 5813aa9

Please sign in to comment.