summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal/cpp_bindings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a potential leak of nl_msg objectsVinit Deshpande2015-12-141-0/+3
| | | | | | | | It was discovered on other repos that a leak can be caused by repeated usage of create(). Bug: 26116598 Change-Id: Ie6cd318171e58d3ffa1a6c8f58cfa38ea7d78b00
* More Libnl fixes for Broadcom's WifiHALVinit Deshpande2014-05-221-2/+1
| | | | | | | | | | We don't look for sequence match on event messages; also removed references to netlink-types which is from an older version. This change also reduces NUM_SCANS_TO_CACHE from 10 to 4 in order to work around a driver bug. Change-Id: I09de75b00a79635b0921a9fb1c2939438bc13287
* Workaround for report_events functionalityVinit Deshapnde2014-05-071-1/+1
| | | | | | | | | | This change sets mscan value to 1 if any of the buckets has report_events set to some value other than zero. This is a workaround till per bucket functionality is implemented. Also includes some logging improvements. Change-Id: I7f10970f777f3498b3d69ef59dce6409b4830e2e
* Moving Wifi HAL to hardwareVinit Deshapnde2014-05-071-0/+731
This change moves all Wifi HAL headers to libhardware_legacy; and moves hal implementation under hardware/<vendor>/wlan. This way different vendors will be able to tailor implementation to their drivers. Change-Id: I55789bb6788ab694f4896aa36d76f7887b32dad6