aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)AuthorFilesLines
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller2-17/+16
2020-05-15staging: wfx: fix potential use-after-freeJérôme Pouiller1-1/+1
2020-05-15staging: wfx: call wfx_tx_update_sta() before to destroy tx_privJérôme Pouiller1-16/+23
2020-05-15staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb()Jérôme Pouiller1-30/+33
2020-05-15staging: wfx: fix status of dropped framesJérôme Pouiller1-0/+1
2020-05-15staging: wfx: fix indentationJérôme Pouiller1-3/+3
2020-05-15staging: wfx: fix value of scan timeoutJérôme Pouiller1-1/+1
2020-05-15staging: wfx: check pointers returned by allocationsJérôme Pouiller2-0/+45
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller5-16/+20
2020-05-15staging: wfx: fix warning when unregister a frozen deviceJérôme Pouiller1-0/+2
2020-05-13staging: wfx: unlock on error pathDan Carpenter1-1/+3
2020-05-13staging: wfx: update TODOJérôme Pouiller1-19/+0
2020-05-13staging: wfx: fix endianness of the field 'channel_number'Jérôme Pouiller2-8/+11
2020-05-13staging: wfx: fix endianness of the field 'num_tx_confs'Jérôme Pouiller2-2/+3
2020-05-13staging: wfx: fix endianness of the field 'status'Jérôme Pouiller8-40/+30
2020-05-13staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller4-12/+11
2020-05-13staging: wfx: fix endianness of the struct hif_ind_startupJérôme Pouiller2-8/+11
2020-05-13staging: wfx: declare the field 'packet_id' with native byte orderJérôme Pouiller1-2/+6
2020-05-13staging: wfx: fix access to le32 attribute 'indication_type'Jérôme Pouiller1-4/+4
2020-05-13staging: wfx: fix access to le32 attribute 'event_id'Jérôme Pouiller1-2/+3
2020-05-13staging: wfx: fix access to le32 attribute 'ps_mode_error'Jérôme Pouiller1-3/+4
2020-05-13staging: wfx: fix endianness of hif_req_read_mib fieldsJérôme Pouiller1-5/+5
2020-05-13staging: wfx: fix endianness of fields media_delay and tx_queue_delayJérôme Pouiller2-3/+4
2020-05-13staging: wfx: fix output of rx_stats on big endian hostsJérôme Pouiller1-4/+7
2020-05-13staging: wfx: fix wrong bytes orderJérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix cast operatorJérôme Pouiller2-2/+2
2020-05-13staging: wfx: take advantage of le32_to_cpup()Jérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpuJérôme Pouiller1-1/+1
2020-05-13staging: wfx: use kernel types instead of c99 onesJérôme Pouiller5-8/+7
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller6-19/+18
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller6-34/+28
2020-05-13staging: wfx: remove useless header inclusionsJérôme Pouiller8-14/+4
2020-05-13staging: wfx: prefer ARRAY_SIZE instead of a magic numberJérôme Pouiller1-4/+4
2020-05-13staging: wfx: fix missing 'static' keywordJérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix missing 'static' statementJérôme Pouiller1-2/+2
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller7-21/+47
2020-05-13staging: wfx: introduce a way to poll IRQJérôme Pouiller2-0/+29
2020-05-13staging: wfx: use threaded IRQ with SPIJérôme Pouiller1-21/+11
2020-05-13staging: wfx: repair external IRQ for SDIOJérôme Pouiller1-13/+25
2020-05-13staging: wfx: drop useless checkJérôme Pouiller2-12/+1
2020-05-13staging: wfx: fix double freeJérôme Pouiller1-1/+0
2020-05-13staging: wfx: reduce timeout for chip initial start upJérôme Pouiller1-2/+1
2020-05-13staging: wfx: add support for hardware revision 2 and furtherJérôme Pouiller1-1/+1
2020-05-05staging: wfx: avoid compiler warning on empty arrayArnd Bergmann1-11/+8
2020-04-28staging: wfx: update list of errorsJérôme Pouiller2-56/+86
2020-04-28staging: wfx: fix display of exception indicationJérôme Pouiller2-9/+14
2020-04-28staging: wfx: fix messages names in tracepointsJérôme Pouiller1-1/+1
2020-04-28staging: wfx: update list of known messages in tracepointsJérôme Pouiller1-4/+9
2020-04-28staging: wfx: also show unnamed counters fieldsJérôme Pouiller1-0/+6
2020-04-28staging: wfx: show counters of all interfacesJérôme Pouiller3-13/+20