aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/bcmdhd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* net: wireless: bcmdhd: support Hotspot 2.0 release 1.0Ecco Park2016-05-011-0/+1
| | | | | | Change-Id: I0d893b85741da628cb5c49c0a1b70c9d2d1ffac9 Signed-off-by: Ecco Park <eccopark@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Change the parameter for TDLSEcco Park2016-05-011-0/+4
| | | | | | | | | 1) tuned the parameter for TDLS connection to transit between AP and TDLS smoothly. 2) tdls_rssi_high : -70 dbm -> -60 dbm (for setup) tdls_rssi_low : -80 dbm -> -70dbm (for teardown) bug : 11632025 Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: reduced the wakelock time of RX packetEcco Park2016-05-011-1/+1
| | | | | | | | Reduce time : 1secs -> 500ms Problem : [Issue 11512235] 34% battery eaten overnight [Issue 11374623] OS + Wifi used 41% of battery, wlan_rx_wake Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: new feature for Roaming.Ecco Park2016-05-011-2/+3
| | | | | | | | | | | | | | | | 1) The functionality help to prevent the device from doing roam scan forever in the environment which has just one AP nearbyt, but the RSSI of the AP is -75dbm ~ 78dbm 2) The feature will set the roam trigger from -75dbm to -85dbm in case that there are only one AP. 3) The value will be reset to -75dbm after disconnecting from current AP. 4) This patch will Fixed Google issue: [10718651] WiFi draining battery life even while phone connected to charge 5) Enable flow control in DHD driver to fix 10430352 UDP speed is less than 40% of TCP speed with LInksys WRT110 Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: enable WL_IFACE_COMB_NUM_CHANNELSEcco Park2016-05-011-0/+1
| | | | Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: Update to version 1.88.42Dmitry Shmidt2016-05-011-1/+1
| | | | | | | - Add batched scan implementation Change-Id: I48a36f753597734b2a8865a53f15df30c5ae0d36 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 1.88.41Dmitry Shmidt2016-05-011-4/+24
| | | | | | | | | | | | | | | - Fix sched scan processing - Fix NDO processing - Do not wake dhd_dpc process if not necessary - Remove unnecessary defines and ifdefs - Fix SDIO bus wakeup code when idletime was zero case - Fix OOB interrupt handler was not registered when WLAN on failed case - Clean up ARP Packet filter code - Clean up P2P ESCAN source code - Clean up TDLS code Change-Id: I6b9a15f0d49c80d72183fd6e9f4b6bb01e450cd4 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Remove PASS_ARP_PACKET defineDmitry Shmidt2016-05-011-1/+1
| | | | | Change-Id: Ic5787ffb40840def3cb676ce0030c0923b0738c4 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 1.88.7Dmitry Shmidt2016-05-011-1/+2
| | | | | | | | | | - Add WLTDLS_ENABLE option - Initial MIRACAST command to tune ampdu, disable PM mode and internal roaming - Minor bug fixing Change-Id: Icb38aad8c9ad7ee69e2001435dd0bce0da95543f Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 1.88.4Dmitry Shmidt2016-05-011-7/+12
| | | | | | | | | - Improve P2P concurrency - Re-arch proptxstatus code - Fix WMM (QoS) traffic differentiation test Change-Id: Id204048255a5ab41913da260adf9154a350f7a77 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 1.28-23Dmitry Shmidt2016-05-011-8/+5
| | | | | | | | | | - Add locale support via NL80211_CMD_REQ_SET_REG - Fix P2P and VSDB - Move setting for KEEP_ALIVE and PNO_LOCK into Makefile as CUSTOM_PNO_EVENT_LOCK_xTIME and CUSTOM_KEEP_ALIVE_SETTING Change-Id: I4d2e7c1c72f1109cc9ca3c79b07ad76aea1fd513 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix host reodering and CRC error handlingDmitry Shmidt2016-05-011-1/+2
| | | | | | | Bug: 7389187 Change-Id: I3c4ed28a20de527b91fd1ef9ae51c59bab276b85 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Turn ON SUPPORT_PM2_ONLYDmitry Shmidt2016-05-011-1/+1
| | | | | | | Bug: 7386287 Change-Id: I21e6c1b2691dca27434b1a77e64ca0d1314c6515 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 1.28.13-1Dmitry Shmidt2016-05-011-2/+2
| | | | | | | | | | | | | - Fix sending unproper value for connection status to CFG80211 layer - Fix wl_scan_prep which can leave a hole in channel list if channel is a DFS channel and it is virtual interface scan - SoftAP: Fix setting DTIM interval - Fix len variable to be signed in dhdsdio_download_code_file - Add ARP white packet filter list during P2P mode - Add extra check if glom is NOT default to update bus:txglom Change-Id: Ib1fd9f77eef2fb8333fb80e749fda5b7186aa83c Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Adjust roaming treshold to -65 dBDmitry Shmidt2016-05-011-1/+1
| | | | | Change-Id: Id5bfc9c9d6c9c211685f10346f995defd6e60f5d Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 1.28.12-1Dmitry Shmidt2016-05-011-0/+2
| | | | | | | | | | | | - Add sync up with PROP_TXSTATUS setting as dhd->pub.wlfc_enabled = TRUE for proper P2P&VSDB funationality - Add ROAM setting per platform from Makefle - Change debug level of WL message at run time - Fix ARP offloading doesn't work for virtual IF - Check return error of wldev_ioctl in wl_cfg80211.c Change-Id: I2287652a27b72f2bb787ccad4228fe4df415064c Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 1.28.11-2Dmitry Shmidt2016-05-011-1/+2
| | | | | | | | | | | | - Improve filtering functionality - Fix PNO notification - Add sched_scan - Add proper handling of AMPDU frames: -DAMPDU_HOSTREORDER - Add HT40_GO support - Fix p2p stability issues Change-Id: Ibee7e2e3de0451fe326cd25087a30a67425376e7 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Remove WL_CFG80211_SYNC_GON optionDmitry Shmidt2016-05-011-3/+2
| | | | | Change-Id: Iee0f977c6d4d5339e83b713740b7e8700e135008 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 1.28.9-2Dmitry Shmidt2016-05-011-1/+1
| | | | | Change-Id: Ifd55ef8645a7cf613bcbd1f5ea3a71fe249a96ac Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 1.28-8Dmitry Shmidt2016-05-011-2/+7
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Set DHD_USE_IDLECOUNT optionDmitry Shmidt2016-05-011-0/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 1.26Dmitry Shmidt2016-05-011-1/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 6.10.83.0 (1.23)Ziyan2016-05-011-19/+18
|
* net: wireless: bcmdhd: Enable SUPPORT_PM2_ONLY modeDmitry Shmidt2013-02-081-1/+1
| | | | | Change-Id: I4f8132191454f0a12f7613388229fed9be5216c9 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Adjust roaming treshold to -65 dBDmitry Shmidt2012-09-201-1/+1
| | | | | Change-Id: I88bb0cf759ee4262f31f054ef2dd5fc6258e8628 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Add ROAM setting per platform from MakefleDmitry Shmidt2012-09-131-0/+2
| | | | | Change-Id: Ia6bc3025e3641cb6b91022ab1c9976c0f6ad16a4 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Add CONFIG_DHD_ENABLE_P2P Kconfig optionDmitry Shmidt2012-03-291-2/+4
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Turn off DHD_USE_EARLYSUSPEND optionDmitry Shmidt2012-03-271-2/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Add WL_CFG80211_STA_EVENT config optionDmitry Shmidt2012-03-201-0/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 5.90.195.35Dmitry Shmidt2012-03-161-1/+1
| | | | | | | - Add SoftAP auto-channel support - P2P fixes Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Add sched-scan config optionDmitry Shmidt2012-03-141-0/+4
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Add SETSUSPENDMODE commandDmitry Shmidt2012-02-291-1/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Add SET_RANDOM_MAC_SOFTAP optionDmitry Shmidt2012-02-291-1/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 5.90.195.30Dmitry Shmidt2012-02-291-0/+1
| | | | | | | | - Fix STA features if P2P FW is in use - Move ENABLE_P2P_INTERFACE to Makefile - Minor fixes in PNO scan Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 5.90.195.28Dmitry Shmidt2012-02-291-1/+1
| | | | | | | | | - Improve scan for p2p - Use use_rxchain support - Use WL_WIRELESS_EXT instead of CONFIG_WIRELESS_EXT - Initial sched_scan support Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to Version 5.90.195.19Dmitry Shmidt2012-01-271-2/+2
| | | | | | | - Add WFD changes - Add extra locking for internal ioctl operations Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to 5.90.125.69Greg Goldman2011-08-231-1/+1
| | | | | | Change-Id: I25a516ca4d8f5edc72a2a54e420f5e1b4fe3aa16 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Keep debug symbols for built-in driverDmitry Shmidt2011-08-041-0/+2
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix compilation for kernel 3.0Dmitry Shmidt2011-07-211-1/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Add PNO support through CFG80211 private commandDmitry Shmidt2011-07-131-1/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix MAC address settingDmitry Shmidt2011-07-011-1/+1
| | | | | | | If MAC address setting fails from wifi_get_mac_addr() it will be picked up from nvram. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Combined patch from 4.218.248-31Howard M. Harte2011-06-171-3/+4
| | | | | | | | | | | | | | | | | | bcmdhd: Allocate skb with GFP_KERNEL flag if possible: fix for older kernels. bcmdhd: Fix race conditions for sysioc_thread * Fix up formatting and #ifdefs. net: wireless: bcmdhd: Fix get_customized_country_code() for older kernels. net: wireless: bcmdhd: Move PNO function prototypes to dhd.h. Add private command support. net: wireless: bcmdhd: Set proper read barrier net: wireless: bcmdhd: Fix memory leak in case of dhd_bus_init() failure net: wireless: bcmdhd: Fix wake_lock symmetry net: wireless: bcmdhd: Ignore error if scan results are empty net: wireless: bcmdhd: Add sdlock to firmware loading net: wireless: bcmdhd: Fix watchdog syncronization during start/stop net: wireless: bcmdhd: Fix Makefile to allow WEXT compilation Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Get rid of ANDROID defineDmitry Shmidt2011-06-141-4/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix SOFTAP compilationDmitry Shmidt2011-06-141-0/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Get MAC from platform dataDmitry Shmidt2011-06-141-1/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix ANDROID define, clean obsolete codeDmitry Shmidt2011-06-141-1/+4
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Switch to CUSTOMER_HW2Dmitry Shmidt2011-06-141-4/+4
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Allow WEXT supportDmitry Shmidt2011-06-141-5/+8
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to 5.90.125.22:Howard M. Harte2011-06-141-2/+3
| | | | | | | | * Add support for SoftAP, keepalive, ARP offload. * Clean up cfg80211 and p2p code. * Update Makefile to support new features. Change-Id: I1e7a16acd400d7baf5625ca8ba6552a6f1c80661 Signed-off-by: Howard M. Harte <hharte@broadcom.com>
* net: wireless: bcmdhd: Initial version based on 5.90.125.14Dmitry Shmidt2011-06-141-0/+23
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>