summaryrefslogtreecommitdiffstats
path: root/bcmdhd
Commit message (Collapse)AuthorAgeFilesLines
...
* | am f02f545d: Fix couple of issues with unregistering event handlersVinit Deshpande2015-07-162-4/+4
|\ \ | |/ | | | | | | * commit 'f02f545dd490b658110fb837f4905050b3ed9c52': Fix couple of issues with unregistering event handlers
| * Fix couple of issues with unregistering event handlersVinit Deshpande2015-07-162-4/+4
| | | | | | | | | | | | | | | | | | | | | | First, on Hammerhead, we don't unregister GOOGLE_DEBUG_RING_EVENT if driver command fails - that's not correct. Also fixed a one-off error in unregistering event handlers. Bug: 22523219 Change-Id: Idaf27bc14f13d21e18cec512db8f8c3590895c66
* | am 56deba26: Clean up bad command implementationJerry Lee2015-07-162-18/+59
|\ \ | |/ | | | | | | * commit '56deba26a624507fc2e0e6b134f8bd88d091a141': Clean up bad command implementation
| * Clean up bad command implementationJerry Lee2015-07-152-18/+59
| | | | | | | | | | | | | | b/22349265 Change-Id: I98132e5083155de21ae241b3b3a6b8f9410d61ec Signed-off-by: Jerry Lee <jerrylee@broadcom.com>
* | am 10619e8c: Merge "don\'t register command for BSSID blacklist because ↵Navtej Singh Mann2015-07-131-10/+6
|\ \ | |/ | | | | | | | | | | there is no stop for blacklist" into mnc-dev * commit '10619e8c9ed541a6a31db45a758f96c9c94c7fb7': don't register command for BSSID blacklist because there is no stop for blacklist
| * Merge "don't register command for BSSID blacklist because there is no stop ↵Navtej Singh Mann2015-07-111-10/+6
| |\ | | | | | | | | | for blacklist" into mnc-dev
| | * don't register command for BSSID blacklist because there is no stop for ↵Navtej Singh Mann2015-07-101-10/+6
| | | | | | | | | | | | | | | | | | | | | blacklist Bug:22394142 Change-Id: I2661c3833d9ca85cea8110f85aef1d039fb43c5b
* | | Merge "bcm4343: Update firmware BCM4343A1 chip to 7.13.53.2" into cw-e-devPrashant Malani2015-07-102-0/+0
|\ \ \
| * | | bcm4343: Update firmware BCM4343A1 chip to 7.13.53.2Prashant Malani2015-07-092-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | It has new Country Code rev - XZ/999, BD/1 and MX/44. Change-Id: Ib87268601c6f2963b5c9627d1263809b0f8e5e68
* | | | Merge "bcm4343: Add firmware BC4343A1 chip to 7.13.53.1" into cw-e-devPrashant Malani2015-07-103-2/+15
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | bcm4343: Add firmware BC4343A1 chip to 7.13.53.1Prashant Malani2015-07-093-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is initial firmware for BCM4343A1 chip Note that it needs the DHD version (1.141.64.24) or later. - Initial release - PMF and TDLS function added Bug: 22028689 Change-Id: I993d1943c034ea8eb1e22cc7a5567dad3f730a6b
* | | net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.93)Ecco Park2015-07-094-0/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | 1) Bug : 22212992 => RTT Random mac bug fix 2) Bug : 21668251 => RA cache interval change to 10mins. => Filter out all of unsolicited NA packet => Maintain RA cache table for roaming scenario. Change-Id: I60540533926c8bbd549b68f166fdcdf1006b1beb Signed-off-by: Ecco Park <eccopark@broadcom.com>
* | net: wireless: bcmdhd: update bcm4358 FW(7.112.100.7)Insun Song2015-07-092-0/+0
|/ | | | | | | | 1) update country code locales Cherry-pick of https://partner-android-review.googlesource.com/#/c/221761/ Change-Id: I7381be5a59a002ce25443d24a989f92a1b5d70c0 Signed-off-by: Insun Song <isong@broadcom.com>
* Merge "Fix incorrect wifi_cleanup" into mnc-devVinit Deshpande2015-07-087-47/+72
|\
| * Fix incorrect wifi_cleanupVinit Deshpande2015-07-077-47/+72
| | | | | | | | | | | | | | | | | | | | | | The cleanup needs to cancel commands, not the event handlers; and needs a while loop instead of a for loop. Also added command names to identify which commands are causing problems. Bug: 22302517 Change-Id: I93c3e51f7cd3ad62c1a34eeb5708d9552e37342b
* | Merge "Fix for system crash caused by accessing memory w/o permissions" into ↵Vinit Deshpande2015-07-081-1/+1
|\ \ | |/ | | | | mnc-dev
| * Fix for system crash caused by accessing memory w/o permissionsAshwin2015-07-071-1/+1
| | | | | | | | | | | | | | Fix a buffer overflow access that caused a SEGV_ACCERR Change-Id: Id38ac0637696128ee66039e8b4c5e8d73ec945a1 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
* | fix WifiHAL event logging issueNavtej Singh Mann2015-07-071-2/+2
|/ | | | | | Bug: 22306117 Change-Id: Icddf6c28437be2531734d62fc24f13100b02bad0
* Merge "fix unregister command on failure and log restructuring" into mnc-devNavtej Singh Mann2015-07-062-56/+99
|\
| * fix unregister command on failure and log restructuringNavtej Singh Mann2015-07-012-56/+99
| | | | | | | | | | bug:22174291 Change-Id: I621f92a3604f9a30279c4fe25cd606432df1839e
* | Merge "Fixed channel checking and added more debug info in link stats HAL" ↵Vinit Deshpande2015-07-011-2/+12
|\ \ | | | | | | | | | into mnc-dev
| * | Fixed channel checking and added more debug info in link stats HALChilam Ng2015-06-301-2/+12
| | | | | | | | | | | | | | | | | | | | | bug: 22051751 Change-Id: I77f393b7ff9e8f9ac1f23db3df51705c4e4e358d Signed-off-by: Chilam Ng <chilam@broadcom.com>
* | | Merge "net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.91)" into mnc-devDmitry Shmidt2015-07-014-0/+0
|\ \ \ | |/ / | | / | |/ |/|
| * net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.91)eccopark@broadcom.com2015-06-304-0/+0
| | | | | | | | | | | | | | | | | | 1) Bug : 21668251 => Suppress the debug log in FW not to wake up host while device is in suspend mode. (circular buffer in FW will be overlapped with new entry in suspend mode of device) Change-Id: I0f6d40be00fb177d64fd0b9112495b9443e46e92 Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
* | bcmdhd: Add filter_rssi=-75 to config fileDmitry Shmidt2015-06-301-0/+1
|/ | | | | | | Bug: 21999196 Change-Id: I8e68bdc8517dd117720bbae2652ce835cae31543 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Merge "Remove some unhelpful logs" into mnc-devVinit Deshpande2015-06-261-4/+4
|\
| * Remove some unhelpful logsVinit Deshpande2015-06-251-4/+4
| | | | | | | | Change-Id: I38478947d7f86872ddb10740d9de2fedcd52f393
* | net:wireless:bcmdhd: Update bcm4354/56 FW (7.35.79.90)Chilam Ng2015-06-264-0/+0
|/ | | | | | | | | | | | 1. Fixed issues with link stats counters continuity and monotonicity Bug: 21613534 Basic SVT Test STA connection test : Pass Change-Id: I75e536590bb63813c9e379812d820f6956aa5146 Signed-off-by: Chilam Ng <chilam@broadcom.com>
* Add wifi offload feature: mkeep_aliveEcco Park2015-06-244-1/+237
| | | | | | | b/21405946 Change-Id: I8e9a2f2b2f76d1d689fcd645b9332b290d710ae6 Signed-off-by: JerryLee <jerrylee@broadcom.com>
* 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>
* am 5c08550..5c08550 from mirror-m-wireless-internal-releaseVinit Deshpande2015-06-224-0/+0
|\ | | | | | | 5c08550 net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.88)
| * net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.88)Ashwin2015-06-124-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | 1. Added RSSI monitor feature Basic SVT Test STA connection test : Pass Roaming test : Pass Throughtput test : Pass Change-Id: I47efece98e2459129985cefbfd3d3f85e73df0f4 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-105-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)
| * Merge "net:wireless:bcmdhd: Update bcm4354/56 FW (7.35.79.87)" into ↵Vinit Deshpande2015-06-104-0/+0
| |\ | | | | | | | | | m-wireless-dev
| | * net:wireless:bcmdhd: Update bcm4354/56 FW (7.35.79.87)Ashwin2015-06-094-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. RTT mac randomization. 2. Set escan priority above gscan. 3. Fixed a FW trap caused by inappropriately accessing registers. 4. Added debug print for gscan channel list. Bugs 20886750, 21555861 Basic SVT Test STA connection test : Pass Roaming test : Pass Throughtput test : Pass Change-Id: I17e2f2f0d823106524e1a5d2c41a24df5289b724 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
| * | 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
* | net: wireless: bcmdhd: Update bcm4358 FW(7.112.100.3)Insun Song2015-06-082-0/+0
| | | | | | | | | | | | | | 1. HW_OOB polarity changed from ACTIVE_HIGH to ACTIVE_LOW Signed-off-by: Insun Song <isong@broadcom.com> Change-Id: I7d85af41c1abd0523aca136865f506d3c45f8de4
* | 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-036-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
| * Merge "Issue start/stop HAL along with load/unload driver" into m-wireless-devVinit Deshpande2015-06-022-16/+50
| |\
| | * 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
| * | net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.85)Ashwin2015-06-024-0/+0
| |/ | | | | | | | | | | | | | | | | | | 1. Increased legacy PNO SSID back to 16. 2. Fixed issue with Host not receiving FW events. bug 21316067, 21353777 Change-Id: If28b1df774bd7b50d5444176989a54e3c45768f7 Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
* | am 79bf2da..25a0fb8 from mirror-m-wireless-internal-releaseVinit Deshpande2015-06-026-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>