aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16staging: wfx: drop wvif->dtim_periodJérôme Pouiller2-17/+4
2020-01-16staging: wfx: simplify update of DTIM periodJérôme Pouiller3-29/+6
2020-01-16staging: wfx: simplify wfx_flush()Jérôme Pouiller1-11/+1
2020-01-16staging: wfx: fix __wfx_flush() when drop == falseJérôme Pouiller2-33/+11
2020-01-16staging: wfx: simplify wfx_update_beaconing()Jérôme Pouiller1-17/+11
2020-01-16staging: wfx: simplify wfx_upload_ap_templates()Jérôme Pouiller1-8/+4
2020-01-16staging: wfx: rename wfx_upload_beacon()Jérôme Pouiller1-3/+3
2020-01-16staging: wfx: simplify wfx_config()Jérôme Pouiller1-11/+2
2020-01-16staging: wfx: drop wdev->output_powerJérôme Pouiller3-18/+4
2020-01-16staging: wfx: drop struct wfx_ht_infoJérôme Pouiller3-22/+3
2020-01-16staging: wfx: retrieve greenfield mode from sta->ht_cap and bss_confJérôme Pouiller1-12/+6
2020-01-16staging: wfx: retrieve ampdu_density from sta->ht_capJérôme Pouiller1-8/+2
2020-01-16staging: wfx: use specialized structs for HIF argumentsJérôme Pouiller2-11/+20
2020-01-16staging: wfx: simplify hif_start() usageJérôme Pouiller3-33/+29
2020-01-16staging: wfx: simplify hif_set_arp_ipv4_filter() usageJérôme Pouiller2-21/+20
2020-01-16staging: wfx: simplify hif_set_rcpi_rssi_threshold() usageJérôme Pouiller2-26/+19
2020-01-16staging: wfx: simplify hif_set_output_power() usageJérôme Pouiller3-7/+9
2020-01-16staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller4-19/+23
2020-01-16staging: wfx: send rate policies one by oneJérôme Pouiller1-28/+25
2020-01-16staging: wfx: add missing PROBE_RESP_OFFLOAD featureJérôme Pouiller1-0/+5
2020-01-16staging: wfx: make hif_scan() usage clearerJérôme Pouiller1-4/+3
2020-01-16staging: wfx: revert unexpected change in debugfs outputJérôme Pouiller1-1/+1
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-14/+67
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-28/+31
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller4-82/+59
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-28/+16
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