index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-03
staging: wfx: check for memory allocation failures from wfx_alloc_hif
Colin Ian King
2
-6
/
+13
2019-12-23
Merge 5.5-rc3 into staging-next
Greg Kroah-Hartman
1
-0
/
+1
2019-12-18
staging: wfx: update TODO
Jérôme Pouiller
1
-13
/
+66
2019-12-18
staging: wfx: implement cancel_hw_scan()
Jérôme Pouiller
4
-0
/
+16
2019-12-18
staging: wfx: delayed_link_loss cannot happen
Jérôme Pouiller
3
-20
/
+3
2019-12-18
staging: wfx: delayed_unjoin cannot happen
Jérôme Pouiller
3
-21
/
+1
2019-12-18
staging: wfx: workaround bug with "iw scan"
Jérôme Pouiller
4
-17
/
+34
2019-12-18
staging: wfx: rewrite wfx_hw_scan()
Jérôme Pouiller
5
-212
/
+81
2019-12-18
staging: wfx: simplify hif_set_template_frame() usage
Jérôme Pouiller
3
-29
/
+18
2019-12-18
staging: wfx: introduce update_probe_tmpl()
Jérôme Pouiller
1
-27
/
+30
2019-12-18
staging: wfx: simplify hif_scan() usage
Jérôme Pouiller
4
-80
/
+57
2019-12-18
staging: wfx: drop useless wfx_scan_complete()
Jérôme Pouiller
1
-7
/
+2
2019-12-18
staging: wfx: device already handle sleep mode during scan
Jérôme Pouiller
3
-6
/
+1
2019-12-18
staging: wfx: hif_scan() never fails
Jérôme Pouiller
2
-19
/
+2
2019-12-18
staging: wfx: simplify hif_set_edca_queue_params() usage
Jérôme Pouiller
5
-29
/
+24
2019-12-18
staging: wfx: remove unnecessary EDCA initialisation
Jérôme Pouiller
1
-45
/
+6
2019-12-18
staging: wfx: drop struct wfx_edca_params
Jérôme Pouiller
4
-18
/
+13
2019-12-18
staging: wfx: simplify hif_set_pm() usage
Jérôme Pouiller
3
-19
/
+18
2019-12-18
staging: wfx: simplify hif_set_uapsd_info() usage
Jérôme Pouiller
3
-44
/
+14
2019-12-18
staging: wfx: prefer a bitmask instead of an array of boolean
Jérôme Pouiller
2
-11
/
+8
2019-12-18
staging: wfx: simplify wfx_conf_tx()
Jérôme Pouiller
1
-27
/
+15
2019-12-18
staging: wfx: fix pm_mode timeout
Jérôme Pouiller
1
-1
/
+1
2019-12-18
staging: wfx: do not try to save call to hif_set_pm()
Jérôme Pouiller
1
-6
/
+1
2019-12-18
staging: wfx: drop unnecessary wvif->powersave_mode
Jérôme Pouiller
2
-19
/
+13
2019-12-18
staging: wfx: remove redundant test while calling wfx_update_pm()
Jérôme Pouiller
1
-2
/
+1
2019-12-18
staging: wfx: drop useless argument from wfx_set_pm()
Jérôme Pouiller
1
-9
/
+7
2019-12-18
staging: wfx: declare wfx_set_pm() static
Jérôme Pouiller
2
-28
/
+30
2019-12-18
staging: wfx: firmware already handle powersave mode during scan
Jérôme Pouiller
2
-20
/
+1
2019-12-18
staging: wfx: simplify handling of tx_lock in wfx_do_join()
Jérôme Pouiller
1
-5
/
+4
2019-12-18
staging: wfx: better naming for hif_mib_set_association_mode->greenfield
Jérôme Pouiller
2
-7
/
+3
2019-12-18
staging: wfx: better naming for hif_req_join->short_preamble
Jérôme Pouiller
3
-15
/
+12
2019-12-18
staging: wfx: improve API of hif_req_join->infrastructure_bss_mode
Jérôme Pouiller
2
-7
/
+3
2019-12-18
staging: wfx: fix name of struct hif_req_start_scan_alt
Jérôme Pouiller
1
-1
/
+1
2019-12-18
staging: wfx: fix typo in "num_i_es"
Jérôme Pouiller
2
-2
/
+2
2019-12-18
staging: wfx: fix typo in "num_of_ssi_ds"
Jérôme Pouiller
3
-8
/
+8
2019-12-18
staging: wfx: ensure that received hif messages are never modified
Jérôme Pouiller
10
-56
/
+72
2019-12-18
staging: wfx: ensure that traces never modify arguments
Jérôme Pouiller
1
-6
/
+8
2019-12-18
staging: wfx: make conditions easier to read
Jérôme Pouiller
1
-12
/
+15
2019-12-18
staging: wfx: simplify variable assignment
Jérôme Pouiller
1
-1
/
+1
2019-12-18
staging: wfx: remove useless include
Jérôme Pouiller
1
-1
/
+0
2019-12-18
staging: wfx: use meaningful names for CFG_BYTE_ORDER_*
Jérôme Pouiller
3
-11
/
+8
2019-12-18
staging: wfx: uniformize naming rule
Jérôme Pouiller
1
-3
/
+2
2019-12-18
staging: wfx: take advantage of IS_ERR_OR_NULL()
Jérôme Pouiller
1
-1
/
+1
2019-12-18
staging: wfx: improve error message on unexpected confirmation
Jérôme Pouiller
1
-1
/
+6
2019-12-18
staging: wfx: avoid double warning when no more tx policy are available
Jérôme Pouiller
1
-1
/
+2
2019-12-18
staging: wfx: don't print useless error messages
Jérôme Pouiller
1
-16
/
+10
2019-12-18
staging: wfx: increase SPI bus frequency limit
Jérôme Pouiller
1
-1
/
+1
2019-12-18
staging: wfx: fix wrong error message
Jérôme Pouiller
1
-1
/
+3
2019-12-18
staging: wfx: fix hif_set_mfp() with big endian hosts
Jérôme Pouiller
1
-1
/
+0
2019-12-18
staging: wfx: detect race condition in WEP authentication
Jérôme Pouiller
1
-0
/
+1
[prev]
[next]