summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2020-01-16staging: wfx: simplify hif_join()Jérôme Pouiller
2020-01-16staging: wfx: simplify hif_update_ie()Jérôme Pouiller
2020-01-16staging: wfx: SSID should be provided to hif_start() even if hiddenJérôme Pouiller
2020-01-16staging: wfx: drop wfx_set_cts_work()Jérôme Pouiller
2020-01-16staging: wfx: drop wvif->setbssparams_doneJérôme Pouiller
2020-01-16staging: wfx: drop wvif->cqm_rssi_tholdJérôme Pouiller
2020-01-16staging: wfx: drop wvif->enable_beaconJérôme Pouiller
2020-01-16staging: wfx: drop wvif->dtim_periodJérôme Pouiller
2020-01-16staging: wfx: simplify update of DTIM periodJérôme Pouiller
2020-01-16staging: wfx: simplify wfx_flush()Jérôme Pouiller
2020-01-16staging: wfx: fix __wfx_flush() when drop == falseJérôme Pouiller
2020-01-16staging: wfx: simplify wfx_update_beaconing()Jérôme Pouiller
2020-01-16staging: wfx: simplify wfx_upload_ap_templates()Jérôme Pouiller
2020-01-16staging: wfx: rename wfx_upload_beacon()Jérôme Pouiller
2020-01-16staging: wfx: simplify wfx_config()Jérôme Pouiller
2020-01-16staging: wfx: drop wdev->output_powerJérôme Pouiller
2020-01-16staging: wfx: drop struct wfx_ht_infoJérôme Pouiller
2020-01-16staging: wfx: retrieve greenfield mode from sta->ht_cap and bss_confJérôme Pouiller
2020-01-16staging: wfx: retrieve ampdu_density from sta->ht_capJérôme Pouiller
2020-01-16staging: wfx: use specialized structs for HIF argumentsJérôme Pouiller
2020-01-16staging: wfx: simplify hif_start() usageJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_arp_ipv4_filter() usageJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_rcpi_rssi_threshold() usageJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_output_power() usageJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_tx_rate_retry_policy() usageJérôme Pouiller
2020-01-16staging: wfx: send rate policies one by oneJérôme Pouiller
2020-01-16staging: wfx: add missing PROBE_RESP_OFFLOAD featureJérôme Pouiller
2020-01-16staging: wfx: make hif_scan() usage clearerJérôme Pouiller
2020-01-16staging: wfx: revert unexpected change in debugfs outputJérôme Pouiller
2020-01-03staging: wfx: check for memory allocation failures from wfx_alloc_hifColin Ian King
2019-12-23Merge 5.5-rc3 into staging-nextGreg Kroah-Hartman
2019-12-18staging: wfx: update TODOJérôme Pouiller
2019-12-18staging: wfx: implement cancel_hw_scan()Jérôme Pouiller
2019-12-18staging: wfx: delayed_link_loss cannot happenJérôme Pouiller
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