summaryrefslogtreecommitdiff
path: root/drivers/staging
AgeCommit message (Expand)Author
2019-12-18staging: wfx: delayed_unjoin cannot happenJérôme Pouiller
2019-12-18staging: wfx: workaround bug with "iw scan"Jérôme Pouiller
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_template_frame() usageJérôme Pouiller
2019-12-18staging: wfx: introduce update_probe_tmpl()Jérôme Pouiller
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller
2019-12-18staging: wfx: drop useless wfx_scan_complete()Jérôme Pouiller
2019-12-18staging: wfx: device already handle sleep mode during scanJérôme Pouiller
2019-12-18staging: wfx: hif_scan() never failsJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_edca_queue_params() usageJérôme Pouiller
2019-12-18staging: wfx: remove unnecessary EDCA initialisationJérôme Pouiller
2019-12-18staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_pm() usageJérôme Pouiller
2019-12-18staging: wfx: simplify hif_set_uapsd_info() usageJérôme Pouiller
2019-12-18staging: wfx: prefer a bitmask instead of an array of booleanJérôme Pouiller
2019-12-18staging: wfx: simplify wfx_conf_tx()Jérôme Pouiller
2019-12-18staging: wfx: fix pm_mode timeoutJérôme Pouiller
2019-12-18staging: wfx: do not try to save call to hif_set_pm()Jérôme Pouiller
2019-12-18staging: wfx: drop unnecessary wvif->powersave_modeJérôme Pouiller
2019-12-18staging: wfx: remove redundant test while calling wfx_update_pm()Jérôme Pouiller
2019-12-18staging: wfx: drop useless argument from wfx_set_pm()Jérôme Pouiller
2019-12-18staging: wfx: declare wfx_set_pm() staticJérôme Pouiller
2019-12-18staging: wfx: firmware already handle powersave mode during scanJérôme Pouiller
2019-12-18staging: wfx: simplify handling of tx_lock in wfx_do_join()Jérôme Pouiller
2019-12-18staging: wfx: better naming for hif_mib_set_association_mode->greenfieldJérôme Pouiller
2019-12-18staging: wfx: better naming for hif_req_join->short_preambleJérôme Pouiller
2019-12-18staging: wfx: improve API of hif_req_join->infrastructure_bss_modeJérôme Pouiller
2019-12-18staging: wfx: fix name of struct hif_req_start_scan_altJérôme Pouiller
2019-12-18staging: wfx: fix typo in "num_i_es"Jérôme Pouiller
2019-12-18staging: wfx: fix typo in "num_of_ssi_ds"Jérôme Pouiller
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller
2019-12-18staging: wfx: ensure that traces never modify argumentsJérôme Pouiller
2019-12-18staging: wfx: make conditions easier to readJérôme Pouiller
2019-12-18staging: wfx: simplify variable assignmentJérôme Pouiller
2019-12-18staging: wfx: remove useless includeJérôme Pouiller
2019-12-18staging: wfx: use meaningful names for CFG_BYTE_ORDER_*Jérôme Pouiller
2019-12-18staging: wfx: uniformize naming ruleJérôme Pouiller
2019-12-18staging: wfx: take advantage of IS_ERR_OR_NULL()Jérôme Pouiller
2019-12-18staging: wfx: improve error message on unexpected confirmationJérôme Pouiller
2019-12-18staging: wfx: avoid double warning when no more tx policy are availableJérôme Pouiller
2019-12-18staging: wfx: don't print useless error messagesJérôme Pouiller
2019-12-18staging: wfx: increase SPI bus frequency limitJérôme Pouiller
2019-12-18staging: wfx: fix wrong error messageJérôme Pouiller
2019-12-18staging: wfx: fix hif_set_mfp() with big endian hostsJérôme Pouiller
2019-12-18staging: wfx: detect race condition in WEP authenticationJérôme Pouiller
2019-12-18staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1MbpsJérôme Pouiller
2019-12-18staging: wfx: fix rate control handlingJérôme Pouiller
2019-12-18staging: wfx: firmware does not support more than 32 total retriesJérôme Pouiller
2019-12-18staging: wfx: use boolean appropriatelyJérôme Pouiller
2019-12-18staging: wfx: fix counter overflowJérôme Pouiller