summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/bh.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-11staging: wfx: use more power-efficient sleep for resetMichał Mirosław1-1/+1
2020-02-11staging: wfx: use sleeping gpio accessorsMichał Mirosław1-3/+3
2019-12-18staging: wfx: device already handle sleep mode during scanJérôme Pouiller1-2/+1
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-1/+1
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge1-6/+11
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge1-4/+4
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller1-2/+2
2019-10-08staging: wfx: le16_to_cpus() takes a reference as parameterJérôme Pouiller1-2/+2
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-1/+1
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+2
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller1-2/+29
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller1-1/+4
2019-10-04staging: wfx: add support for start-up indicationJérôme Pouiller1-1/+3
2019-10-04staging: wfx: add tracepoints for HIFJérôme Pouiller1-0/+5
2019-10-04staging: wfx: add IRQ handlingJérôme Pouiller1-0/+277