aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/scan.c
AgeCommit message (Expand)Author
2022-04-06wfx: get out from the staging areaJérôme Pouiller
2022-01-25staging: wfx: do not display functions names in logsJérôme Pouiller
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller
2022-01-25staging: wfx: fix ambiguous function nameJérôme Pouiller
2021-09-14staging: wfx: fix comments stylesJérôme Pouiller
2021-09-14staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller
2021-09-14staging: wfx: avoid possible lock-up during scanJérôme Pouiller
2021-09-14staging: wfx: wait for SCAN_CMPL after a SCAN_STOPJérôme Pouiller
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller
2020-08-28staging: wfx: scan while AP is supportedJérôme Pouiller
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller
2020-05-13staging: wfx: unlock on error pathDan Carpenter
2020-04-23staging: wfx: drop protection for asynchronous join during scanJérôme Pouiller
2020-04-16staging: wfx: stop changing filtering rule in wfx_hw_scan()Jérôme Pouiller
2020-04-13staging: wfx: fix race between configure_filter and remove_interfaceJérôme Pouiller
2020-01-16staging: wfx: simplify wfx_scan_complete()Jérôme Pouiller
2020-01-16staging: wfx: drop wdev->output_powerJérôme Pouiller
2020-01-16staging: wfx: simplify hif_set_output_power() usageJérôme Pouiller
2020-01-16staging: wfx: make hif_scan() usage clearerJé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: firmware already handle powersave mode during scanJé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: simplify variable assignmentJérôme Pouiller
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller