summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)AuthorLines
2020-07-30staging: wfx: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva-1/+1
2020-07-28staging: wfx: Remove unnecessary return variableSumera Priyadarsini-6/+5
2020-07-10staging: wfx: Get descriptors for GPIOsLinus Walleij-49/+14
2020-07-10staging: wfx: fix uninitialized variable bytes_doneColin Ian King-1/+1
2020-07-03staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller-22/+4
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller-3/+33
2020-07-03staging: wfx: fix CCMP/TKIP replay protectionJérôme Pouiller-6/+28
2020-07-03staging: wfx: simplify handling of encrypted framesJérôme Pouiller-58/+2
2020-07-03staging: wfx: fix handling of frames without RSSI dataJérôme Pouiller-6/+4
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller-62/+0
2020-07-03staging: wfx: fix unexpected calls to ieee80211_sta_set_buffered()Jérôme Pouiller-3/+0
2020-07-03staging: wfx: improve protection against malformed HIF messagesJérôme Pouiller-14/+20
2020-07-03staging: wfx: load the firmware fasterJérôme Pouiller-5/+4
2020-07-03staging: wfx: add tracepoint "queues_stats"Jérôme Pouiller-0/+54
2020-07-03staging: wfx: correctly retrieve vif ID from Tx confirmationJérôme Pouiller-30/+26
2020-07-03staging: wfx: check the vif ID of the Tx confirmationsJérôme Pouiller-1/+5
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller-112/+112
2020-06-29Merge 5.8-rc3 into staging-nextGreg Kroah-Hartman-18/+17
2020-06-16staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' staticJulius Hemanth Pitti-2/+2
2020-06-16staging: wfx: fix coherency of hif_scan() prototypeJérôme Pouiller-6/+8
2020-06-16staging: wfx: drop useless loopJérôme Pouiller-11/+8
2020-06-16staging: wfx: fix AC priorityJérôme Pouiller-1/+1
2020-05-27staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller-18/+31
2020-05-27staging: wfx: retrieve the PS status from the vifJérôme Pouiller-1/+1
2020-05-27staging: wfx: add support for tx_power_loopJérôme Pouiller-3/+52
2020-05-27staging: wfx: drop unused function wfx_pending_requeue()Jérôme Pouiller-14/+0
2020-05-27staging: wfx: do not declare variables inside loopsJérôme Pouiller-4/+2
2020-05-27staging: wfx: drop unused variableJérôme Pouiller-5/+0
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman-1/+3
2020-05-19staging: wfx: Typo fixMohamed Dawod-3/+3
2020-05-15staging: wfx: remove false positive warningJérôme Pouiller-2/+4
2020-05-15staging: wfx: trace acknowledges not linked to any stationsJérôme Pouiller-0/+3
2020-05-15staging: wfx: remove false-positive WARN()Jérôme Pouiller-7/+0
2020-05-15staging: wfx: fix error reporting in wfx_start_ap()Jérôme Pouiller-2/+5
2020-05-15staging: wfx: drop unnecessary filter configuration when disabling filterJérôme Pouiller-1/+0
2020-05-15staging: wfx: fix PS parameters when multiple vif are in useJérôme Pouiller-7/+13
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller-0/+10
2020-05-15staging: wfx: merge wfx_stop_ap() with wfx_reset()Jérôme Pouiller-5/+1
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller-17/+16
2020-05-15staging: wfx: fix potential use-after-freeJérôme Pouiller-1/+1
2020-05-15staging: wfx: call wfx_tx_update_sta() before to destroy tx_privJérôme Pouiller-16/+23
2020-05-15staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb()Jérôme Pouiller-30/+33
2020-05-15staging: wfx: fix status of dropped framesJérôme Pouiller-0/+1
2020-05-15staging: wfx: fix indentationJérôme Pouiller-3/+3
2020-05-15staging: wfx: fix value of scan timeoutJérôme Pouiller-1/+1
2020-05-15staging: wfx: check pointers returned by allocationsJérôme Pouiller-0/+45
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller-16/+20
2020-05-15staging: wfx: fix warning when unregister a frozen deviceJérôme Pouiller-0/+2
2020-05-13staging: wfx: unlock on error pathDan Carpenter-1/+3
2020-05-13staging: wfx: update TODOJérôme Pouiller-19/+0