summaryrefslogtreecommitdiffstats
path: root/bcmdhd/dhdutil
Commit message (Collapse)AuthorAgeFilesLines
* Use -Werror in hardware/broadcom/wlan/bcmdhdChih-Hung Hsieh2017-11-131-0/+1
| | | | | | | | * Suppress existing warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I86bc478af02941838b3200b75a51ab2b89d10299
* Revert "Use -Werror in hardware/broadcom/wlan/bcmdhd"Chih-hung Hsieh2017-11-081-1/+0
| | | | | | This reverts commit dc2252cd2c038d6c00c17bf3b0bcedb083d9899a. Change-Id: Ibfb62bcc12bed302bda7ffc6b8fae590202fa68d
* Use -Werror in hardware/broadcom/wlan/bcmdhdChih-Hung Hsieh2017-11-071-0/+1
| | | | | | | | * Suppress existing warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I8ba575deb0480d1a8e27911c464cdf9984adc2c9
* am 55e49ac1: Merge "Add missing <strings.h> include."Elliott Hughes2015-01-301-0/+1
|\ | | | | | | | | * commit '55e49ac17a83d7500097249be596593d18a0c8d9': Add missing <strings.h> include.
| * Add missing <strings.h> include.Elliott Hughes2015-01-291-0/+1
| | | | | | | | Change-Id: I117f1cd582eb30141b1b3cbe850de9a9262c530d
* | dhdutil: Fix issue with dhd_upload which causes kernel panicAshwin2014-12-031-2/+2
|/ | | | | | | Bug: 18608773 Change-Id: I6cc6a8a36c5ba386171bd7285d4d4729f44ad9e1 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* broadcom/wlan: use 64-bit types for all 64-bit platformsColin Cross2014-02-181-1/+1
| | | | Change-Id: I00819e260abb9c75c167d1fe227a833682be1209
* Remove assumption about use of ARM compiler.Pete Delaney2013-07-251-1/+4
| | | | | Change-Id: I3ecd1878b65c2f328adf7e04c3ad9756ccf5ed0f Signed-off-by: Pete Delaney <piet.delaney@imgtec.com>
* dhdutil: Update to support driver 1.88.XDmitry Shmidt2013-03-2248-4691/+11969
| | | | | Change-Id: I1534b89fb483fd7d28c8ed1219bcbe1d1e7c4f45 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* bcmdhd: Update dhdutil to version 1.28.9-2Dmitry Shmidt2012-09-0727-652/+3070
| | | | | Change-Id: I7421426f6066fe5e0b3ee53b5459e30f72f6a244 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix undefined behaviour in C. This patch uses offsetof() macro defined inDoug Kwan2011-10-131-1/+3
| | | | | | | the C specs instead of using a macro which dereferences a null pointer. The offsetof() macro is available since C89. Change-Id: I62b9b1d726dd0c3a956bdc4ae4cdd5db3dc55040
* dhdutil: Update dhdutil to 5.90 RC125.14Dmitry Shmidt2011-08-0434-0/+13580
Change-Id: I91325aed45825f39e718333c88d858b715ab6568 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>