summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: Get descriptors for GPIOsLinus Walleij2020-07-103-49/+14
* staging: wfx: fix uninitialized variable bytes_doneColin Ian King2020-07-101-1/+1
* staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller2020-07-033-22/+4
* staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller2020-07-035-3/+33
* staging: wfx: fix CCMP/TKIP replay protectionJérôme Pouiller2020-07-032-6/+28
* staging: wfx: simplify handling of encrypted framesJérôme Pouiller2020-07-031-58/+2
* staging: wfx: fix handling of frames without RSSI dataJérôme Pouiller2020-07-031-6/+4
* staging: wfx: drop counter of buffered framesJérôme Pouiller2020-07-034-62/+0
* staging: wfx: fix unexpected calls to ieee80211_sta_set_buffered()Jérôme Pouiller2020-07-031-3/+0
* staging: wfx: improve protection against malformed HIF messagesJérôme Pouiller2020-07-031-14/+20
* staging: wfx: load the firmware fasterJérôme Pouiller2020-07-031-5/+4
* staging: wfx: add tracepoint "queues_stats"Jérôme Pouiller2020-07-032-0/+54
* staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller2020-07-035-30/+26
* staging: wfx: check the vif ID of the Tx confirmationsJérôme Pouiller2020-07-031-1/+5
* staging: wfx: associate tx_queues to vifsJérôme Pouiller2020-07-036-112/+112
* Merge 5.8-rc3 into staging-nextGreg Kroah-Hartman2020-06-294-18/+17
|\
| * staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller2020-06-163-6/+8
| * staging: wfx: drop useless loopJérôme Pouiller2020-06-161-11/+8
| * staging: wfx: fix AC priorityJérôme Pouiller2020-06-161-1/+1
* | staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' staticJulius Hemanth Pitti2020-06-161-2/+2
|/
* 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