index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
Age
Commit message (
Expand
)
Author
2020-01-03
staging: wfx: check for memory allocation failures from wfx_alloc_hif
Colin Ian King
2019-12-23
Merge 5.5-rc3 into staging-next
Greg Kroah-Hartman
2019-12-18
staging: wfx: update TODO
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: simplify hif_set_edca_queue_params() usage
Jérôme Pouiller
2019-12-18
staging: wfx: remove unnecessary EDCA initialisation
Jérôme Pouiller
2019-12-18
staging: wfx: drop struct wfx_edca_params
Jérôme Pouiller
2019-12-18
staging: wfx: simplify hif_set_pm() usage
Jérôme Pouiller
2019-12-18
staging: wfx: simplify hif_set_uapsd_info() usage
Jérôme Pouiller
2019-12-18
staging: wfx: prefer a bitmask instead of an array of boolean
Jérôme Pouiller
2019-12-18
staging: wfx: simplify wfx_conf_tx()
Jérôme Pouiller
2019-12-18
staging: wfx: fix pm_mode timeout
Jérôme Pouiller
2019-12-18
staging: wfx: do not try to save call to hif_set_pm()
Jérôme Pouiller
2019-12-18
staging: wfx: drop unnecessary wvif->powersave_mode
Jérôme Pouiller
2019-12-18
staging: wfx: remove redundant test while calling wfx_update_pm()
Jérôme Pouiller
2019-12-18
staging: wfx: drop useless argument from wfx_set_pm()
Jérôme Pouiller
2019-12-18
staging: wfx: declare wfx_set_pm() static
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: simplify handling of tx_lock in wfx_do_join()
Jérôme Pouiller
2019-12-18
staging: wfx: better naming for hif_mib_set_association_mode->greenfield
Jérôme Pouiller
2019-12-18
staging: wfx: better naming for hif_req_join->short_preamble
Jérôme Pouiller
2019-12-18
staging: wfx: improve API of hif_req_join->infrastructure_bss_mode
Jérôme Pouiller
2019-12-18
staging: wfx: fix name of struct hif_req_start_scan_alt
Jérôme Pouiller
2019-12-18
staging: wfx: fix typo in "num_i_es"
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: ensure that traces never modify arguments
Jérôme Pouiller
2019-12-18
staging: wfx: make conditions easier to read
Jérôme Pouiller
2019-12-18
staging: wfx: simplify variable assignment
Jérôme Pouiller
2019-12-18
staging: wfx: remove useless include
Jérôme Pouiller
2019-12-18
staging: wfx: use meaningful names for CFG_BYTE_ORDER_*
Jérôme Pouiller
2019-12-18
staging: wfx: uniformize naming rule
Jérôme Pouiller
2019-12-18
staging: wfx: take advantage of IS_ERR_OR_NULL()
Jérôme Pouiller
2019-12-18
staging: wfx: improve error message on unexpected confirmation
Jérôme Pouiller
2019-12-18
staging: wfx: avoid double warning when no more tx policy are available
Jérôme Pouiller
2019-12-18
staging: wfx: don't print useless error messages
Jérôme Pouiller
2019-12-18
staging: wfx: increase SPI bus frequency limit
Jérôme Pouiller
2019-12-18
staging: wfx: fix wrong error message
Jérôme Pouiller
2019-12-18
staging: wfx: fix hif_set_mfp() with big endian hosts
Jérôme Pouiller
2019-12-18
staging: wfx: detect race condition in WEP authentication
Jérôme Pouiller
[next]