summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller2020-05-271-18/+31
* staging: wfx: retrieve the PS status from the vifJérôme Pouiller2020-05-271-1/+1
* staging: wfx: add support for tx_power_loopJérôme Pouiller2020-05-275-3/+52
* staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller2020-05-272-14/+0
* staging: wfx: do not declare variables inside loopsJérôme Pouiller2020-05-271-4/+2
* staging: wfx: drop unused variableJérôme Pouiller2020-05-271-5/+0
* Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman2020-05-251-1/+3
|\
| * staging: wfx: unlock on error pathDan Carpenter2020-05-131-1/+3
* | staging: wfx: Typo fixMohamed Dawod2020-05-191-3/+3
* | staging: wfx: remove false positive warningJérôme Pouiller2020-05-151-2/+4
* | staging: wfx: trace acknowledges not linked to any stationsJérôme Pouiller2020-05-151-0/+3
* | staging: wfx: remove false-positive WARN()Jérôme Pouiller2020-05-151-7/+0
* | staging: wfx: fix error reporting in wfx_start_ap()Jérôme Pouiller2020-05-151-2/+5
* | staging: wfx: drop unnecessary filter configuration when disabling filterJérôme Pouiller2020-05-151-1/+0
* | staging: wfx: fix PS parameters when multiple vif are in useJérôme Pouiller2020-05-151-7/+13
* | staging: wfx: fix potential dead lock between join and scanJérôme Pouiller2020-05-153-0/+10
* | 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