index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
/
scan.c
Age
Commit message (
Expand
)
Author
2020-06-16
staging: wfx: fix coherency of hif_scan() prototype
Jérôme Pouiller
2020-05-25
Merge 5.7-rc7 into staging-next
Greg Kroah-Hartman
2020-05-15
staging: wfx: fix potential dead lock between join and scan
Jérôme Pouiller
2020-05-13
staging: wfx: unlock on error path
Dan Carpenter
2020-04-23
staging: wfx: drop protection for asynchronous join during scan
Jérôme Pouiller
2020-04-16
staging: wfx: stop changing filtering rule in wfx_hw_scan()
Jérôme Pouiller
2020-04-13
staging: wfx: fix race between configure_filter and remove_interface
Jérôme Pouiller
2020-01-16
staging: wfx: simplify wfx_scan_complete()
Jérôme Pouiller
2020-01-16
staging: wfx: drop wdev->output_power
Jérôme Pouiller
2020-01-16
staging: wfx: simplify hif_set_output_power() usage
Jérôme Pouiller
2020-01-16
staging: wfx: make hif_scan() usage clearer
Jérôme Pouiller
2019-12-18
staging: wfx: implement cancel_hw_scan()
Jérôme Pouiller
2019-12-18
staging: wfx: delayed_link_loss cannot happen
Jérôme Pouiller
2019-12-18
staging: wfx: delayed_unjoin cannot happen
Jérôme Pouiller
2019-12-18
staging: wfx: workaround bug with "iw scan"
Jérôme Pouiller
2019-12-18
staging: wfx: rewrite wfx_hw_scan()
Jérôme Pouiller
2019-12-18
staging: wfx: simplify hif_set_template_frame() usage
Jérôme Pouiller
2019-12-18
staging: wfx: introduce update_probe_tmpl()
Jérôme Pouiller
2019-12-18
staging: wfx: simplify hif_scan() usage
Jérôme Pouiller
2019-12-18
staging: wfx: drop useless wfx_scan_complete()
Jérôme Pouiller
2019-12-18
staging: wfx: device already handle sleep mode during scan
Jérôme Pouiller
2019-12-18
staging: wfx: hif_scan() never fails
Jérôme Pouiller
2019-12-18
staging: wfx: firmware already handle powersave mode during scan
Jérôme Pouiller
2019-12-18
staging: wfx: fix typo in "num_of_ssi_ds"
Jérôme Pouiller
2019-12-18
staging: wfx: ensure that received hif messages are never modified
Jérôme Pouiller
2019-12-18
staging: wfx: simplify variable assignment
Jérôme Pouiller
2019-11-14
staging: align to fix warnings of line over 80 characters
Jules Irenge
2019-10-08
staging: wfx: drop calls to BUG_ON()
Jérôme Pouiller
2019-10-04
staging: wfx: implement the rest of mac80211 API
Jérôme Pouiller
2019-10-04
staging: wfx: allow to scan networks
Jérôme Pouiller