summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
Commit message (Expand)AuthorAgeFilesLines
...
* staging: wfx: check for memory allocation failures from wfx_alloc_hifColin Ian King2020-01-032-6/+13
* Merge 5.5-rc3 into staging-nextGreg Kroah-Hartman2019-12-231-0/+1
|\
| * staging: wfx: fix wrong error messageJérôme Pouiller2019-12-181-1/+3
| * staging: wfx: fix hif_set_mfp() with big endian hostsJérôme Pouiller2019-12-181-1/+0
| * staging: wfx: detect race condition in WEP authenticationJérôme Pouiller2019-12-181-0/+1
| * staging: wfx: ensure that retry policy always fallbacks to MCS0 / 1MbpsJérôme Pouiller2019-12-181-0/+11
| * staging: wfx: fix rate control handlingJérôme Pouiller2019-12-181-3/+3
| * staging: wfx: firmware does not support more than 32 total retriesJérôme Pouiller2019-12-181-1/+1
| * staging: wfx: use boolean appropriatelyJérôme Pouiller2019-12-182-3/+3
| * staging: wfx: fix counter overflowJérôme Pouiller2019-12-181-1/+1
| * staging: wfx: fix case of lack of tx_retry_policiesJérôme Pouiller2019-12-181-2/+5
| * staging: wfx: fix the cache of rate policies on interface resetJérôme Pouiller2019-12-183-3/+7
* | staging: wfx: update TODOJérôme Pouiller2019-12-181-14/+67
* | staging: wfx: implement cancel_hw_scan()Jérôme Pouiller2019-12-184-0/+16
* | staging: wfx: delayed_link_loss cannot happenJérôme Pouiller2019-12-183-20/+3
* | staging: wfx: delayed_unjoin cannot happenJérôme Pouiller2019-12-183-21/+1
* | staging: wfx: workaround bug with "iw scan"Jérôme Pouiller2019-12-184-17/+34
* | staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller2019-12-185-212/+81
* | staging: wfx: simplify hif_set_template_frame() usageJérôme Pouiller2019-12-183-29/+18
* | staging: wfx: introduce update_probe_tmpl()Jérôme Pouiller2019-12-181-28/+31
* | staging: wfx: simplify hif_scan() usageJérôme Pouiller2019-12-184-82/+59
* | staging: wfx: drop useless wfx_scan_complete()Jérôme Pouiller2019-12-181-7/+2
* | staging: wfx: device already handle sleep mode during scanJérôme Pouiller2019-12-183-6/+1
* | staging: wfx: hif_scan() never failsJérôme Pouiller2019-12-182-19/+2
* | staging: wfx: simplify hif_set_edca_queue_params() usageJérôme Pouiller2019-12-185-29/+24
* | staging: wfx: remove unnecessary EDCA initialisationJérôme Pouiller2019-12-181-45/+6
* | staging: wfx: drop struct wfx_edca_paramsJérôme Pouiller2019-12-184-18/+13
* | staging: wfx: simplify hif_set_pm() usageJérôme Pouiller2019-12-183-19/+18
* | staging: wfx: simplify hif_set_uapsd_info() usageJérôme Pouiller2019-12-183-44/+14
* | staging: wfx: prefer a bitmask instead of an array of booleanJérôme Pouiller2019-12-182-11/+8
* | staging: wfx: simplify wfx_conf_tx()Jérôme Pouiller2019-12-181-28/+16
* | staging: wfx: fix pm_mode timeoutJérôme Pouiller2019-12-181-1/+1
* | staging: wfx: do not try to save call to hif_set_pm()Jérôme Pouiller2019-12-181-6/+1
* | staging: wfx: drop unnecessary wvif->powersave_modeJérôme Pouiller2019-12-182-19/+13
* | staging: wfx: remove redundant test while calling wfx_update_pm()Jérôme Pouiller2019-12-181-2/+1
* | staging: wfx: drop useless argument from wfx_set_pm()Jérôme Pouiller2019-12-181-9/+7
* | staging: wfx: declare wfx_set_pm() staticJérôme Pouiller2019-12-182-28/+30
* | staging: wfx: firmware already handle powersave mode during scanJérôme Pouiller2019-12-182-20/+1
* | staging: wfx: simplify handling of tx_lock in wfx_do_join()Jérôme Pouiller2019-12-181-5/+4
* | staging: wfx: better naming for hif_mib_set_association_mode->greenfieldJérôme Pouiller2019-12-182-7/+3
* | staging: wfx: better naming for hif_req_join->short_preambleJérôme Pouiller2019-12-183-15/+12
* | staging: wfx: improve API of hif_req_join->infrastructure_bss_modeJérôme Pouiller2019-12-182-7/+3
* | staging: wfx: fix name of struct hif_req_start_scan_altJérôme Pouiller2019-12-181-1/+1
* | staging: wfx: fix typo in "num_i_es"Jérôme Pouiller2019-12-182-2/+2
* | staging: wfx: fix typo in "num_of_ssi_ds"Jérôme Pouiller2019-12-183-8/+8
* | staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller2019-12-1810-56/+72
* | staging: wfx: ensure that traces never modify argumentsJérôme Pouiller2019-12-181-6/+8
* | staging: wfx: make conditions easier to readJérôme Pouiller2019-12-181-12/+15
* | staging: wfx: simplify variable assignmentJérôme Pouiller2019-12-181-1/+1
* | staging: wfx: remove useless includeJérôme Pouiller2019-12-181-1/+0