summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/hif_rx.c
AgeCommit message (Expand)Author
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller
2021-09-14staging: wfx: avoid possible lock-up during scanJérôme Pouiller
2021-03-10staging: wfx: logical continuations should be on the previous linezhuo1angt@outlook.com
2020-10-10staging: wfx: drop unicode characters from stringsJérôme Pouiller
2020-10-10staging: wfx: gpiod_get_value() can return an errorJérôme Pouiller
2020-10-10staging: wfx: increase robustness of hif_generic_confirm()Jérôme Pouiller
2020-10-10staging: wfx: standardize the error when vif does not existJérôme Pouiller
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller
2020-09-13staging: wfx: drop async field from struct hif_cmdJérôme Pouiller
2020-09-13staging: wfx: drop useless union hif_indication_dataJérôme Pouiller
2020-09-13staging: wfx: drop useless struct hif_suspend_resume_flagsJérôme Pouiller
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller
2020-09-13staging: wfx: keep API error list up-to-dateJérôme Pouiller
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King
2020-07-03staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller
2020-07-03staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller
2020-05-27staging: wfx: add support for tx_power_loopJérôme Pouiller
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller
2020-05-13staging: wfx: fix endianness of the struct hif_ind_startupJérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'indication_type'Jérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'event_id'Jérôme Pouiller
2020-05-13staging: wfx: fix access to le32 attribute 'ps_mode_error'Jérôme Pouiller
2020-05-13staging: wfx: take advantage of le32_to_cpup()Jérôme Pouiller
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller
2020-04-28staging: wfx: update list of errorsJérôme Pouiller
2020-04-28staging: wfx: fix display of exception indicationJérôme Pouiller
2020-04-28staging: wfx: add an explicit warning when chip detect too high temperatureJérôme Pouiller
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller
2020-04-28staging: wfx: fix support for AP that do not support PS-PollJérôme Pouiller
2020-04-28staging: wfx: mark chip frozen on error indicationJérôme Pouiller
2020-04-28staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller
2020-04-23staging: wfx: handle firmware events synchronouslyJérôme Pouiller
2020-01-16staging: wfx: simplify hif_multi_tx_confirm()Jérôme Pouiller
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller
2020-01-16staging: wfx: simplify wfx_scan_complete()Jérôme Pouiller
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller
2019-12-18staging: wfx: improve error message on unexpected confirmationJérôme Pouiller
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge
2019-10-10staging: wfx: fix spelling mistake "non existant" -> "non-existent"Colin Ian King
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller
2019-10-04staging: wfx: allow to receive 802.11 framesJérôme Pouiller
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller
2019-10-04staging: wfx: add debug files and trace debug eventsJérôme Pouiller
2019-10-04staging: wfx: setup initial chip configurationJérôme Pouiller
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller