aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-08-28staging: wfx: scan while AP is supportedJérôme Pouiller1-4/+0
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller1-3/+3
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman1-1/+3
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller1-0/+5
2020-05-13staging: wfx: unlock on error pathDan Carpenter1-1/+3
2020-04-23staging: wfx: drop protection for asynchronous join during scanJérôme Pouiller1-3/+0
2020-04-16staging: wfx: stop changing filtering rule in wfx_hw_scan()Jérôme Pouiller1-1/+0
2020-04-13staging: wfx: fix race between configure_filter and remove_interfaceJérôme Pouiller1-2/+2
2020-01-16staging: wfx: simplify wfx_scan_complete()Jérôme Pouiller1-2/+1
2020-01-16staging: wfx: drop wdev->output_powerJérôme Pouiller1-2/+2
2020-01-16staging: wfx: simplify hif_set_output_power() usageJérôme Pouiller1-1/+1
2020-01-16staging: wfx: make hif_scan() usage clearerJérôme Pouiller1-4/+3
2019-12-18staging: wfx: implement cancel_hw_scan()Jérôme Pouiller1-0/+13
2019-12-18staging: wfx: delayed_link_loss cannot happenJérôme Pouiller1-4/+0
2019-12-18staging: wfx: delayed_unjoin cannot happenJérôme Pouiller1-6/+1
2019-12-18staging: wfx: workaround bug with "iw scan"Jérôme Pouiller1-17/+30
2019-12-18staging: wfx: rewrite wfx_hw_scan()Jérôme Pouiller1-162/+63
2019-12-18staging: wfx: simplify hif_set_template_frame() usageJérôme Pouiller1-6/+1
2019-12-18staging: wfx: introduce update_probe_tmpl()Jérôme Pouiller1-28/+31
2019-12-18staging: wfx: simplify hif_scan() usageJérôme Pouiller1-46/+8
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 Pouiller1-3/+0
2019-12-18staging: wfx: hif_scan() never failsJérôme Pouiller1-18/+2
2019-12-18staging: wfx: firmware already handle powersave mode during scanJérôme Pouiller1-14/+0
2019-12-18staging: wfx: fix typo in "num_of_ssi_ds"Jérôme Pouiller1-1/+1
2019-12-18staging: wfx: ensure that received hif messages are never modifiedJérôme Pouiller1-1/+2
2019-12-18staging: wfx: simplify variable assignmentJérôme Pouiller1-1/+1
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-5/+10
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller1-1/+1
2019-10-04staging: wfx: implement the rest of mac80211 APIJérôme Pouiller1-0/+40
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-0/+249