summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/hif_rx.c
AgeCommit message (Expand)Author
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
2019-10-04staging: wfx: add support for start-up indicationJérôme Pouiller