aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/hif_rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-10staging: wfx: drop unicode characters from stringsJérôme Pouiller1-1/+1
2020-10-10staging: wfx: gpiod_get_value() can return an errorJérôme Pouiller1-2/+2
2020-10-10staging: wfx: increase robustness of hif_generic_confirm()Jérôme Pouiller1-2/+2
2020-10-10staging: wfx: standardize the error when vif does not existJérôme Pouiller1-10/+24
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop async field from struct hif_cmdJérôme Pouiller1-6/+1
2020-09-13staging: wfx: drop useless union hif_indication_dataJérôme Pouiller1-6/+5
2020-09-13staging: wfx: drop useless struct hif_suspend_resume_flagsJérôme Pouiller1-3/+3
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller1-19/+0
2020-09-13staging: wfx: keep API error list up-to-dateJérôme Pouiller1-0/+2
2020-08-18staging: wfx: fix a handful of spelling mistakesColin Ian King1-1/+1
2020-07-03staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller1-7/+1
2020-07-03staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller1-12/+2
2020-05-27staging: wfx: add support for tx_power_loopJérôme Pouiller1-0/+7
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller1-3/+3
2020-05-13staging: wfx: fix endianness of the struct hif_ind_startupJérôme Pouiller1-4/+4
2020-05-13staging: wfx: fix access to le32 attribute 'indication_type'Jérôme Pouiller1-4/+4
2020-05-13staging: wfx: fix access to le32 attribute 'event_id'Jérôme Pouiller1-2/+3
2020-05-13staging: wfx: fix access to le32 attribute 'ps_mode_error'Jérôme Pouiller1-3/+4
2020-05-13staging: wfx: take advantage of le32_to_cpup()Jérôme Pouiller1-1/+1
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller1-1/+1
2020-04-28staging: wfx: update list of errorsJérôme Pouiller1-45/+69
2020-04-28staging: wfx: fix display of exception indicationJérôme Pouiller1-3/+9
2020-04-28staging: wfx: add an explicit warning when chip detect too high temperatureJérôme Pouiller1-0/+4
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller1-6/+14
2020-04-28staging: wfx: fix support for AP that do not support PS-PollJérôme Pouiller1-1/+7
2020-04-28staging: wfx: mark chip frozen on error indicationJérôme Pouiller1-0/+1
2020-04-28staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller1-1/+1
2020-04-23staging: wfx: handle firmware events synchronouslyJérôme Pouiller1-17/+22
2020-01-16staging: wfx: simplify hif_multi_tx_confirm()Jérôme Pouiller1-8/+3
2020-01-16staging: wfx: simplify wfx_suspend_resume_mc()Jérôme Pouiller1-1/+5
2020-01-16staging: wfx: simplify wfx_scan_complete()Jérôme Pouiller1-2/+1
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller1-1/+1
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller1-42/+52
2019-12-18staging: wfx: improve error message on unexpected confirmationJérôme Pouiller1-1/+6
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-25/+53
2019-10-10staging: wfx: fix spelling mistake "non existant" -> "non-existent"Colin Ian King1-1/+1
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-0/+53
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-0/+13
2019-10-04staging: wfx: allow to receive 802.11 framesJérôme Pouiller1-0/+23
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+37
2019-10-04staging: wfx: add debug files and trace debug eventsJérôme Pouiller1-0/+80
2019-10-04staging: wfx: setup initial chip configurationJérôme Pouiller1-0/+11
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller1-0/+17
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller1-0/+45
2019-10-04staging: wfx: add support for start-up indicationJérôme Pouiller1-0/+57