summaryrefslogtreecommitdiff
path: root/legacy/qcwcn
AgeCommit message (Collapse)Author
2023-05-15wifihal: Mask pub_sub_id to single byteHsiu-Chang Chen
Framework interprets pub_sub_id as signed char for which subscribe ids are observed to be negative. Mask pub_sub_id received in the publishCancel and subscribeCancel request as single byte to avoid incorrect translation. Bug: 278825501 Test: Regression Test Change-Id: Ie5f07a10baac0292bc8827e8633ab1c4d6af7055
2022-07-22wlan: create wifi_hal for wcn6740Hsiu-Chang Chen
The original wifi_hal for legacy projects is so old that we met lots of issues in wcn6740. Create another wifi_hal for wcn6740 that uses latest code and keep using the old wifi_hal code for the legacy projects. Bug: 213413875 Test: Regression Test Change-Id: Ibb3c748254c3e5472b3218bda34c88f79d343dae