aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/bcmdhd/dhd_pno.c
Commit message (Collapse)AuthorAgeFilesLines
* net: wireless: bcmdhd: Add support for hidden ssid PNO scanAshwin2016-05-011-78/+116
| | | | | | | | | Changes to support hidden ssid config to be sent to FW. Earlier all ssids were hard coded as hidden, now only those indicated as such by supplicant will be. Change-Id: I927030fe12f162c52c93277b2ebfb4bf55daef4a Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
* net: wireless: bcmdhd: cancel current PNO if connection will happenEcco Park2016-05-011-5/+13
| | | | | | | | | | | | | Issue : Manta: Lack of WLS causes PNO problem Problem : we found that race condition happens between connection and PNO sometimes. Connection is failed due to this race condition. Solution: we need to cancel PNO explicitly if the connection request start in DHD driver. Bug : 11174374 Signed-off-by: Ecco Park <eccopark@broadcom.com> Change-Id: I7bf81d127901a74e9f47d6cc4ee7b265c6936dc3
* net: wireless: bcmdhd: add code for WLS service.Ecco Park2016-05-011-2/+5
| | | | | | | add protection code to fix the issue#11051053 ( [Issue 11051053] [BATCHED-SCAN] Batched scan results become unavailable after disabling/re-enabling wifi scan) Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: Fixed Wi-Fi Location Service issues.Ecco Park2016-05-011-5/+18
| | | | | | | 1. 10954142 [BATCHED-SCAN]Wifi Batching stopped after long time 2. 10412309 [BATCHED-SCAN] Batched scans aren't as frequent as expected. Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: Fixed Coverity issue.Ecco Park2016-05-011-25/+32
| | | | Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: Fix of Wireless Location ServiceEcco Park2016-05-011-0/+6
| | | | | Fixed memory Leak in case of rmmod DHD without batching stop. Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: Fix of Wireless Location ServiceEcco Park2016-05-011-1/+11
| | | | | | Fixed [10378803] [BATCHED-SCAN] WLS_BATCHING commands often return their command back rather than expected outputs Signed-off-by: Ecco Park <eccopark@broadcom.com>
* net: wireless: bcmdhd: Update Location Service codeEcco Park2016-05-011-12/+12
| | | | | | | | | | | | | updated the dhd_pno.c based on new firmware which will be released today. updated the wl_anroid.c based on Robert's requirement Signed-off-by: Ecco Park <eccopark@broadcom.com> Conflicts: drivers/net/wireless/bcmdhd/common/include/proto/bcmevent.h Change-Id: I270755fe4c041ea1282afaed9d120c9b83c2bc0c
* net: wireless: bcmdhd: Update to version 1.88.45Ecco Park2016-05-011-1/+1
| | | | | | | | | | | | | | | | | | | 1. Remove WL_SUPPORT_AUTO_CHANNEL codes 2. add codes for WL_IFACE_COMB_NUM_CHANNELS and WL_CFG80211_P2P_DEV_IF to support concurent mode. (Google Bug : [9892309] support Wifi direct 5GHZ channels) but, remove the WL_IFACE_COM_NUM_CHANELS in Makefile 3. refactoring the codes for hidden ap roaming Signed-off-by: Ecco Park <eccopark@broadcom.com> Conflicts: drivers/net/wireless/bcmdhd/Makefile drivers/net/wireless/bcmdhd/wl_android.c drivers/net/wireless/bcmdhd/wl_cfg80211.c drivers/net/wireless/bcmdhd/wl_cfgp2p.c drivers/net/wireless/bcmdhd/wl_cfgp2p.h Change-Id: If8283f26714196aa971c186c57758c0e64ce87df
* net: wireless: bcmdhd: Update to version 1.88.42Dmitry Shmidt2016-05-011-0/+1838
- Add batched scan implementation Change-Id: I48a36f753597734b2a8865a53f15df30c5ae0d36 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>