summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/hif_rx.c
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-391/+0
* staging: wfx: format code on 100 columnsJérôme Pouiller2022-02-251-2/+1
* staging: wfx: do not display functions names in logsJérôme Pouiller2022-01-251-2/+1
* staging: wfx: reformat comments on 100 columnsJérôme Pouiller2022-01-251-3/+1
* staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-40/+20
* staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_Jérôme Pouiller2022-01-251-2/+2
* staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller2022-01-251-28/+29
* staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller2022-01-251-50/+53
* staging: wfx: preserve endianness of struct hif_ind_startupJérôme Pouiller2022-01-251-5/+0
* stagigg: wfx: replace magic number by HIF_ID_IS_INDICATIONJérôme Pouiller2022-01-251-1/+1
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-8/+9
* staging: wfx: remove references to WFxxx in commentsJérôme Pouiller2021-09-141-2/+1
* staging: wfx: avoid possible lock-up during scanJérôme Pouiller2021-09-141-1/+2
* staging: wfx: logical continuations should be on the previous linezhuo1angt@outlook.com2021-03-101-3/+3
* staging: wfx: drop unicode characters from stringsJérôme Pouiller2020-10-101-1/+1
* staging: wfx: gpiod_get_value() can return an errorJérôme Pouiller2020-10-101-2/+2
* staging: wfx: increase robustness of hif_generic_confirm()Jérôme Pouiller2020-10-101-2/+2
* staging: wfx: standardize the error when vif does not existJérôme Pouiller2020-10-101-10/+24
* staging: wfx: update copyrights datesJérôme Pouiller2020-10-071-1/+1
* staging: wfx: drop async field from struct hif_cmdJérôme Pouiller2020-09-131-6/+1
* staging: wfx: drop useless union hif_indication_dataJérôme Pouiller2020-09-131-6/+5
* staging: wfx: drop useless struct hif_suspend_resume_flagsJérôme Pouiller2020-09-131-3/+3
* staging: wfx: drop 'secure link' featureJérôme Pouiller2020-09-131-19/+0
* staging: wfx: keep API error list up-to-dateJérôme Pouiller2020-09-131-0/+2
* staging: wfx: fix a handful of spelling mistakesColin Ian King2020-08-181-1/+1
* staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller2020-07-031-7/+1
* staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller2020-07-031-12/+2
* staging: wfx: add support for tx_power_loopJérôme Pouiller2020-05-271-0/+7
* staging: wfx: fix endianness of the field 'status'Jérôme Pouiller2020-05-131-1/+1
* staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller2020-05-131-3/+3
* staging: wfx: fix endianness of the struct hif_ind_startupJérôme Pouiller2020-05-131-4/+4
* staging: wfx: fix access to le32 attribute 'indication_type'Jérôme Pouiller2020-05-131-4/+4
* staging: wfx: fix access to le32 attribute 'event_id'Jérôme Pouiller2020-05-131-2/+3
* staging: wfx: fix access to le32 attribute 'ps_mode_error'Jérôme Pouiller2020-05-131-3/+4
* staging: wfx: take advantage of le32_to_cpup()Jérôme Pouiller2020-05-131-1/+1
* staging: wfx: remove spaces after cast operatorJérôme Pouiller2020-05-131-1/+1
* staging: wfx: update list of errorsJérôme Pouiller2020-04-281-45/+69
* staging: wfx: fix display of exception indicationJérôme Pouiller2020-04-281-3/+9
* staging: wfx: add an explicit warning when chip detect too high temperatureJérôme Pouiller2020-04-281-0/+4
* staging: wfx: add support for 'device too hot' indicationJérôme Pouiller2020-04-281-6/+14
* staging: wfx: fix support for AP that do not support PS-PollJérôme Pouiller2020-04-281-1/+7
* staging: wfx: mark chip frozen on error indicationJérôme Pouiller2020-04-281-0/+1
* staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller2020-04-281-1/+1
* staging: wfx: handle firmware events synchronouslyJérôme Pouiller2020-04-231-17/+22
* staging: wfx: simplify hif_multi_tx_confirm()Jérôme Pouiller2020-01-161-8/+3
* staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller2020-01-161-1/+5
* staging: wfx: simplify wfx_scan_complete()Jérôme Pouiller2020-01-161-2/+1
* staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller2019-12-181-1/+1
* staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller2019-12-181-42/+52
* staging: wfx: improve error message on unexpected confirmationJérôme Pouiller2019-12-181-1/+6