aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)AuthorFilesLines
2020-01-03staging: wfx: check for memory allocation failures from wfx_alloc_hifColin Ian King2-6/+13
2019-12-23Merge 5.5-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2019-12-18staging: wfx: update TODOJérôme Pouiller1-13/+66
2019-12-18staging: wfx: implement cancel_hw_scan()Jérôme Pouiller4-0/+16
2019-12-18staging: wfx: delayed_link_loss cannot happenJérôme Pouiller3-20/+3
2019-12-18staging: wfx: delayed_unjoin cannot happenJérôme Pouiller3-21/+1
2019-12-18staging: wfx: workaround bug with "iw scan"Jérôme Pouiller4-17/+34
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller5-212/+81
2019-12-18staging: wfx: simplify hif_set_template_frame() usageJérôme Pouiller3-29/+18
2019-12-18staging: wfx: introduce update_probe_tmpl()Jérôme Pouiller1-27/+30
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller4-80/+57
2019-12-18staging: wfx: drop useless wfx_scan_complete()Jérôme Pouiller1-7/+2
2019-12-18staging: wfx: device already handle sleep mode during scanJérôme Pouiller3-6/+1
2019-12-18staging: wfx: hif_scan() never failsJérôme Pouiller2-19/+2
2019-12-18staging: wfx: simplify hif_set_edca_queue_params() usageJérôme Pouiller5-29/+24
2019-12-18staging: wfx: remove unnecessary EDCA initialisationJérôme Pouiller1-45/+6
2019-12-18staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller4-18/+13
2019-12-18staging: wfx: simplify hif_set_pm() usageJérôme Pouiller3-19/+18
2019-12-18staging: wfx: simplify hif_set_uapsd_info() usageJérôme Pouiller3-44/+14
2019-12-18staging: wfx: prefer a bitmask instead of an array of booleanJérôme Pouiller2-11/+8
2019-12-18staging: wfx: simplify wfx_conf_tx()Jérôme Pouiller1-27/+15
2019-12-18staging: wfx: fix pm_mode timeoutJérôme Pouiller1-1/+1
2019-12-18staging: wfx: do not try to save call to hif_set_pm()Jérôme Pouiller1-6/+1
2019-12-18staging: wfx: drop unnecessary wvif->powersave_modeJérôme Pouiller2-19/+13
2019-12-18staging: wfx: remove redundant test while calling wfx_update_pm()Jérôme Pouiller1-2/+1
2019-12-18staging: wfx: drop useless argument from wfx_set_pm()Jérôme Pouiller1-9/+7
2019-12-18staging: wfx: declare wfx_set_pm() staticJérôme Pouiller2-28/+30
2019-12-18staging: wfx: firmware already handle powersave mode during scanJérôme Pouiller2-20/+1
2019-12-18staging: wfx: simplify handling of tx_lock in wfx_do_join()Jérôme Pouiller1-5/+4
2019-12-18staging: wfx: better naming for hif_mib_set_association_mode->greenfieldJérôme Pouiller2-7/+3
2019-12-18staging: wfx: better naming for hif_req_join->short_preambleJérôme Pouiller3-15/+12
2019-12-18staging: wfx: improve API of hif_req_join->infrastructure_bss_modeJérôme Pouiller2-7/+3
2019-12-18staging: wfx: fix name of struct hif_req_start_scan_altJérôme Pouiller1-1/+1
2019-12-18staging: wfx: fix typo in "num_i_es"Jérôme Pouiller2-2/+2
2019-12-18staging: wfx: fix typo in "num_of_ssi_ds"Jérôme Pouiller3-8/+8
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller10-56/+72
2019-12-18staging: wfx: ensure that traces never modify argumentsJérôme Pouiller1-6/+8
2019-12-18staging: wfx: make conditions easier to readJérôme Pouiller1-12/+15
2019-12-18staging: wfx: simplify variable assignmentJérôme Pouiller1-1/+1
2019-12-18staging: wfx: remove useless includeJérôme Pouiller1-1/+0
2019-12-18staging: wfx: use meaningful names for CFG_BYTE_ORDER_*Jérôme Pouiller3-11/+8
2019-12-18staging: wfx: uniformize naming ruleJérôme Pouiller1-3/+2
2019-12-18staging: wfx: take advantage of IS_ERR_OR_NULL()Jérôme Pouiller1-1/+1
2019-12-18staging: wfx: improve error message on unexpected confirmationJérôme Pouiller1-1/+6
2019-12-18staging: wfx: avoid double warning when no more tx policy are availableJérôme Pouiller1-1/+2
2019-12-18staging: wfx: don't print useless error messagesJérôme Pouiller1-16/+10
2019-12-18staging: wfx: increase SPI bus frequency limitJérôme Pouiller1-1/+1
2019-12-18staging: wfx: fix wrong error messageJérôme Pouiller1-1/+3
2019-12-18staging: wfx: fix hif_set_mfp() with big endian hostsJérôme Pouiller1-1/+0
2019-12-18staging: wfx: detect race condition in WEP authenticationJérôme Pouiller1-0/+1