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