summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/scan.c
AgeCommit message (Expand)AuthorLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller-144/+0
2022-01-25staging: wfx: do not display functions names in logsJérôme Pouiller-2/+1
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller-8/+4
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller-5/+5
2022-01-25staging: wfx: fix ambiguous function nameJérôme Pouiller-3/+3
2021-09-14staging: wfx: fix comments stylesJérôme Pouiller-2/+1
2021-09-14staging: wfx: drop unused argument from hif_scan()Jérôme Pouiller-1/+1
2021-09-14staging: wfx: avoid possible lock-up during scanJérôme Pouiller-19/+29
2021-09-14staging: wfx: wait for SCAN_CMPL after a SCAN_STOPJérôme Pouiller-8/+16
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller-1/+1
2020-08-28staging: wfx: scan while AP is supportedJérôme Pouiller-4/+0
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller-3/+3
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman-1/+3
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller-0/+5
2020-05-13staging: wfx: unlock on error pathDan Carpenter-1/+3
2020-04-23staging: wfx: drop protection for asynchronous join during scanJérôme Pouiller-3/+0
2020-04-16staging: wfx: stop changing filtering rule in wfx_hw_scan()Jérôme Pouiller-1/+0
2020-04-13staging: wfx: fix race between configure_filter and remove_interfaceJérôme Pouiller-2/+2
2020-01-16staging: wfx: simplify wfx_scan_complete()Jérôme Pouiller-2/+1
2020-01-16staging: wfx: drop wdev->output_powerJérôme Pouiller-2/+2
2020-01-16staging: wfx: simplify hif_set_output_power() usageJérôme Pouiller-1/+1
2020-01-16staging: wfx: make hif_scan() usage clearerJérôme Pouiller-4/+3
2019-12-18staging: wfx: implement cancel_hw_scan()Jérôme Pouiller-0/+13
2019-12-18staging: wfx: delayed_link_loss cannot happenJérôme Pouiller-4/+0
2019-12-18staging: wfx: delayed_unjoin cannot happenJérôme Pouiller-6/+1
2019-12-18staging: wfx: workaround bug with "iw scan"Jérôme Pouiller-17/+30
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller-162/+63
2019-12-18staging: wfx: simplify hif_set_template_frame() usageJérôme Pouiller-6/+1
2019-12-18staging: wfx: introduce update_probe_tmpl()Jérôme Pouiller-28/+31
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller-46/+8
2019-12-18staging: wfx: drop useless wfx_scan_complete()Jérôme Pouiller-7/+2
2019-12-18staging: wfx: device already handle sleep mode during scanJérôme Pouiller-3/+0
2019-12-18staging: wfx: hif_scan() never failsJérôme Pouiller-18/+2
2019-12-18staging: wfx: firmware already handle powersave mode during scanJérôme Pouiller-14/+0
2019-12-18staging: wfx: fix typo in "num_of_ssi_ds"Jérôme Pouiller-1/+1
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller-1/+2
2019-12-18staging: wfx: simplify variable assignmentJérôme Pouiller-1/+1
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge-5/+10
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller-1/+1
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller-0/+40
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller-0/+249