summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal
Commit message (Collapse)AuthorAgeFilesLines
* Add a debuggability interface: stop loggingJerryLee2015-06-242-1/+36
| | | | | | | bug: 21730601 Change-Id: Icdc4e118884ec16a8b1a52ed60c9e49fa521a9fd Signed-off-by: JerryLee <jerrylee@broadcom.com>
* RSSI monitor changesAshwin2015-06-244-59/+194
| | | | | | | | RSSI monitor is used to set RSSI thresholds to driver and rx events when thresholds are crossed. also includes some code cleanup Change-Id: Ia55ded489ed5d4232e6fea0ffdcfc824522613b1 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
* Fix Broadcom's crashVinit Deshpande2015-06-111-0/+8
| | | | | | Bug: 21730601 Change-Id: I3a5f442e210166acf5239c173ed0f9be94fe14b2
* am e162833..172fcf7 from mirror-m-wireless-internal-releaseVinit Deshpande2015-06-101-1/+1
|\ | | | | | | | | 172fcf7 Merge "net:wireless:bcmdhd: Update bcm4354/56 FW (7.35.79.87)" into m-wireless-dev 9ed8ceb net:wireless:bcmdhd: Update bcm4354/56 FW (7.35.79.87)
| * Remove confusing "Error polling socket" logVinit Deshpande2015-06-091-1/+1
| | | | | | | | | | | | | | | | There are lots of legitimate cases where poll() returns error; so this log isn't useful. Bug: 21733400 Change-Id: If8dee9812e4d50c11c47f3daebe0dba33b6d6f8f
| * Shut up a noisy log from HAL [DO NOT MERGE]Vinit Deshpande2015-06-051-2/+2
| | | | | | | | | | | | Bug: 20416721 Change-Id: I2cc1b4404952365e31c2dc705374d30c59930ef9
| * Fix a deadlock in wifi_cleanup [DO NOT MERGE]Vinit Deshpande2015-06-051-0/+2
| | | | | | | | | | | | | | | | | | pthread_mutex isn't re-entrant; and results in a hang if called second time from the same thread. This change ensures that it is locked only once. Bug: 21627368 Change-Id: I9c28c1df240316c2a7eafdefa990b9582bc05a9a
* | Fix a deadlock in wifi_cleanupVinit Deshpande2015-06-041-0/+2
| | | | | | | | | | | | | | | | | | pthread_mutex isn't re-entrant; and results in a hang if called second time from the same thread. This change ensures that it is locked only once. Bug: 21627368 Change-Id: I9c28c1df240316c2a7eafdefa990b9582bc05a9a
* | Remove trivial GScan logsVinit Deshpande2015-06-031-24/+25
| | | | | | | | | | | | | | | | | | | | These helped once; but now this is just noise. Also given that GMSCore starts/stops scans many times it is taking too much of log real estate. Bug: 20416721 Change-Id: I965ed919afbac56e123e8d019be84d7d33abf3f9
* | Shut up a noisy log from HALVinit Deshpande2015-06-031-2/+2
| | | | | | | | | | | | Bug: 20416721 Change-Id: I2cc1b4404952365e31c2dc705374d30c59930ef9
* | am 05e31d4..3df1ce6 from mirror-m-wireless-internal-releaseVinit Deshpande2015-06-032-15/+49
|\ \ | |/ | | | | | | | | | | 3df1ce6 Merge "Issue start/stop HAL along with load/unload driver" into m-wireless-dev f7098f4 net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.85) Change-Id: I6e8fa3854726e01ef9a24826bf5486cd05a0356c
| * Issue start/stop HAL along with load/unload driverVinit Deshpande2015-05-272-16/+50
| | | | | | | | | | | | | | This ensures that HAL is enabled when driver is loaded; and HAL is torn down when driver is unloaded. Change-Id: Ia7a3e0a485a37b137750040aaecde7cb92eb59e4
* | am 79bf2da..25a0fb8 from mirror-m-wireless-internal-releaseVinit Deshpande2015-06-022-1/+17
|\ \ | |/ | | | | 25a0fb8 Enable adaptive channel bucket and ePNO bssid
| * Enable adaptive channel bucket and ePNO bssidAshwin2015-05-182-1/+17
| | | | | | | | | | | | | | | | | | | | 1. Enabled binary adaptive channel bucket params 2. Added BSSID to ePNO BSSID Needs FW version 7.35.79.82 or greater Change-Id: I460c309e6c0847213c268d1837e01dd446009ba8 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
* | Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into ↵xinhe2015-05-184-21/+21
|\ \ | |/ | | | | | | | | merging Change-Id: I24f1ac9e60f09d3771ee6fb99daf75ade7c659eb
| * Merge "fix to enable lazy roam" into m-wireless-devPierre Vandwalle2015-05-142-6/+10
| |\
| | * fix to enable lazy roamPierre Vandwalle2015-05-142-6/+10
| | | | | | | | | | | | Change-Id: Id8a2bd78f924d06ebfe7c3f29758f836d4eff48f
| * | Merge "fix reseting pno list" into m-wireless-devPierre Vandwalle2015-05-141-6/+3
| |\ \ | | |/
| | * fix reseting pno listPierre Vandwalle2015-05-121-6/+3
| | | | | | | | | | | | Change-Id: If5b93c225783c0417b3aadfa41a92782a3669128
| * | Wifi HAL fix for 64bit addressingJerry Lee2015-05-112-5/+7
| |/ | | | | | | | | | | | | | | 1) Bug: 20950010 2) minor wifi HAL event enum fix which breaks loghandler Change-Id: I48a052d703e3f3b14b47aedf9faaa53ebbfa0300 Signed-off-by: Jerry Lee <jerrylee@broadcom.com>
* | am f02e958..dee2763 from mirror-m-wireless-internal-releaseVinit Deshpande2015-05-133-21/+200
|\ \ | |/ | | | | | | | | | | dee2763 Merge "net:wireless:bcmdhd: Update bcm4339 FW (6.37.32.RC23.34.37)" into m-wireless-dev d4438c7 net:wireless:bcmdhd: Update bcm4339 FW (6.37.32.RC23.34.37) 262499e net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.81) 040ee11 change wifi Logging header
| * change wifi Logging headerxinhe2015-05-051-19/+19
| | | | | | | | | | | | | | | | Allocate the memory at JNI layer. Thus, instead pass down ** , pass * down Bug:20853404 Change-Id: Id306ecda661ecb189c03925cfbf05077ae79c9f5
| * HAL changes for ANQPOChilam Ng2015-04-292-2/+181
| | | | | | | | | | Change-Id: Ic6c506c688e324bd048bb2e682a172c6c37ff662 Signed-off-by: Chilam Ng <chilam@broadcom.com>
| * Fix halutil build error [DO NOT MERGE]xinhe2015-04-241-1/+8
| | | | | | | | Change-Id: Icbd5309b42f674bf8eef19b4e8b93d9062087299
* | Stop using stlport.Dan Albert2015-05-071-2/+0
| | | | | | | | | | | | Bug: http://b/15193147 Change-Id: I04232525770c0b15bfdc2b540accec708a66557c (cherry picked from commit 396a83453334fceabf713288502f700e4bdcd7b9)
* | Fix build error on volantis: assumption about pointer sizeEtan Cohen2015-04-241-0/+2
| | | | | | | | Change-Id: I894e09b0563a95ab921c59d8b0a099de41132f61
* | Fix halutil build errorxinhe2015-04-241-1/+8
| | | | | | | | Change-Id: Icbd5309b42f674bf8eef19b4e8b93d9062087299
* | Fix build failures on volantisEtan Cohen2015-04-241-0/+2
| | | | | | | | | | | | Commented out a log line which assumed a 32 bit pointer. Change-Id: I7d6cd4742fbc987a9690a4b66df38e73edb55d20
* | Merge commit 'aa306e5' into merge2Etan Cohen2015-04-244-7/+777
|\ \ | |/
| * Support debugability feature (wifi-hal)Jerry Lee2015-04-164-7/+777
| | | | | | | | | | | | | | | | | | 1) Bug : 18821170 2) support ring buffers for event ring and verbose ring 3) support FW Dump, FW version and DHD version Change-Id: I4e00f7d7720331926f7f42157cdd4cb7cc68f784 Signed-off-by: Jerry Lee <jerrylee@broadcom.com>
| * Roam enhancements/ lazy roam changesAshwin2015-04-152-1/+441
| | | | | | | | | | | | | | | | | | Enabling roam enhancements for Android M, specifically whitelist SSID, blacklist BSSID, a band roam params Change-Id: I12a00066027f67e421af9fe6e9d9ed5a65538f5d Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
| * trigger epno resetPierre Vandwalle2015-04-141-10/+17
| | | | | | | | Change-Id: I9a718f41ab44ea99bb4f3a179f425f187bf71d49
* | Remove full scan result logVinit Deshpande2015-04-231-1/+1
| | | | | | | | | | Bug: 20416721 Change-Id: I61e4409c7afde39c963d58021b8465e1d0d0cab5
* | Reduce logs from gscanVinit Deshpande2015-04-233-23/+23
| | | | | | | | | | | | | | | | Made some logs verbose to reduce log clutter Bug: 20416721 Change-Id: Id8bebe26740ec91b21e1478f92eae8fa2b4d4446
* | Roam enhancements/ lazy roam changesAshwin2015-04-162-1/+441
| | | | | | | | | | | | | | | | | | Enabling roam enhancements for Android M, specifically whitelist SSID, blacklist BSSID, a band roam params Change-Id: I12a00066027f67e421af9fe6e9d9ed5a65538f5d Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
* | trigger epno resetPierre Vandwalle2015-04-161-10/+17
| | | | | | | | Change-Id: I9a718f41ab44ea99bb4f3a179f425f187bf71d49
* | am abe2d48..ee8188b from mirror-m-wireless-internal-releaseVinit Deshpande2015-04-143-12/+27
|\ \ | |/ | | | | | | | | | | ee8188b make rssi a signed char f0f7cc2 Merge "clean up the object of RTTCommand class" into m-wireless-dev 026c12a changes to support wifi_logger.h API changes 6fcd7d0 clean up the object of RTTCommand class
| * make rssi a signed charPierre Vandwalle2015-04-131-1/+1
| | | | | | | | Change-Id: I0e1992d77accdcbf681590e6bf086c83413e3db4
| * Merge "clean up the object of RTTCommand class" into m-wireless-devxin He2015-04-111-0/+3
| |\
| | * clean up the object of RTTCommand classeccopark@broadcom.com2015-04-101-0/+3
| | | | | | | | | | | | | | | | | | | | | 1) The object will be deleted after RTT results get received completely. Change-Id: I77f08496fa5789e55d069b334b0cf3bc6d0ca847 Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
| * | changes to support wifi_logger.h API changesPierre Vandwalle2015-04-101-2/+1
| |/ | | | | | | Change-Id: I20b7d10e21a69817e9ea9d0b444e7976784317ef
| * rtt class change for HAL RTT API chage.eccopark@broadcom.com2015-04-081-9/+22
| | | | | | | | | | | | | | | | | | | | 1) change the code for rtt_cancel to make it working. => we need to call the wifi_rtt_range_cancel when we want to cancel the current RTT process 2) change the parameter for rtt.h change Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com> Change-Id: I87431c4ffca048b6b073941699ae8f1b4a4ea1ea
* | Merge commit 'c86b0f1' into merge_workPrerepa Viswanadham2015-04-102-3/+2
|\ \ | |/ | | | | Change-Id: I7c4cb626c735523cfdc29051e3ad6b4a5ed08a25
| * enhancements to rtt.hxinhe2015-04-061-2/+2
| | | | | | | | | | Bug:19917983 Change-Id: I4f247667af781cfb3fa8a85655458cc8c516672b
| * Wifi HAL should not require stubs for all functions [Do not Merge]xinhe2015-04-031-0/+35
| | | | | | | | | | Bug:19949178 Change-Id: I68b14d9731d2fe36e6f75beee7237a930eff0b0d
* | Merge commit '659515a' into merge_workPrerepa Viswanadham2015-04-101-22/+24
|\ \ | |/
| * make some logs a bit more explicitPierre Vandwalle2015-04-011-19/+17
| | | | | | | | Change-Id: I698dd0590e38bcbaa9c1dbb40212134e3ccd5407
| * Fix a memory leak in retrieving GScan dataVinit Deshpande2015-03-301-3/+7
| | | | | | | | Change-Id: I98182a5a74adf69189186a0e5f0ea49b7795f959
* | Add general stubs for wifi halxinhe2015-04-011-1/+37
| | | | | | | | | | Bug:19949178 Change-Id: I067761e4784b309b32e2d91762c5beb2191d9c46
* | Fix build issuePrerepa Viswanadham2015-03-251-0/+1
| | | | | | | | Change-Id: I64385b816f29835cba0b8ee90d602e9695b5c836