summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/bh.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: improve protection against malformed HIF messagesJérôme Pouiller2020-07-031-14/+20
* staging: wfx: fix endianness of the field 'num_tx_confs'Jérôme Pouiller2020-05-131-1/+1
* staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller2020-05-131-7/+6
* staging: wfx: fix cast operatorJérôme Pouiller2020-05-131-1/+1
* staging: wfx: poll IRQ during initJérôme Pouiller2020-05-131-0/+1
* staging: wfx: introduce a way to poll IRQJérôme Pouiller2020-05-131-0/+28
* staging: wfx: wfx_flush() did not ensure that frames are processedJérôme Pouiller2020-04-131-2/+2
* staging: wfx: use more power-efficient sleep for resetMichał Mirosław2020-02-111-1/+1
* staging: wfx: use sleeping gpio accessorsMichał Mirosław2020-02-111-3/+3
* staging: wfx: device already handle sleep mode during scanJérôme Pouiller2019-12-181-2/+1
* staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge2019-11-111-1/+1
* staging: wfx: fix warning of line over 80 charactersJules Irenge2019-10-261-6/+11
* staging: wfx: fix warnings of no space is necessaryJules Irenge2019-10-261-4/+4
* staging: wfx: drop calls to BUG_ON()Jérôme Pouiller2019-10-081-2/+2
* staging: wfx: le16_to_cpus() takes a reference as parameterJérôme Pouiller2019-10-081-2/+2
* staging: wfx: allow to scan networksJérôme Pouiller2019-10-041-1/+1
* staging: wfx: allow to send 802.11 framesJérôme Pouiller2019-10-041-0/+2
* staging: wfx: introduce "secure link"Jérôme Pouiller2019-10-041-2/+29
* staging: wfx: allow to send commands to chipJérôme Pouiller2019-10-041-1/+4
* staging: wfx: add support for start-up indicationJérôme Pouiller2019-10-041-1/+3
* staging: wfx: add tracepoints for HIFJérôme Pouiller2019-10-041-0/+5
* staging: wfx: add IRQ handlingJérôme Pouiller2019-10-041-0/+277