Age | Commit message (Expand) | Author | Files | Lines |
2020-07-30 | staging: wfx: Use flex_array_size() helper in memcpy() | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-28 | staging: wfx: Remove unnecessary return variable | Sumera Priyadarsini | 1 | -6/+5 |
2020-07-10 | staging: wfx: Get descriptors for GPIOs | Linus Walleij | 3 | -49/+14 |
2020-07-10 | staging: wfx: fix uninitialized variable bytes_done | Colin Ian King | 1 | -1/+1 |
2020-07-03 | staging: wfx: always enable FastPs in combo with new firmwares | Jérôme Pouiller | 3 | -22/+4 |
2020-07-03 | staging: wfx: add a debugfs entry to force ps_timeout | Jérôme Pouiller | 5 | -3/+33 |
2020-07-03 | staging: wfx: fix CCMP/TKIP replay protection | Jérôme Pouiller | 2 | -6/+28 |
2020-07-03 | staging: wfx: simplify handling of encrypted frames | Jérôme Pouiller | 1 | -58/+2 |
2020-07-03 | staging: wfx: fix handling of frames without RSSI data | Jérôme Pouiller | 1 | -6/+4 |
2020-07-03 | staging: wfx: drop counter of buffered frames | Jérôme Pouiller | 4 | -62/+0 |
2020-07-03 | staging: wfx: fix unexpected calls to ieee80211_sta_set_buffered() | Jérôme Pouiller | 1 | -3/+0 |
2020-07-03 | staging: wfx: improve protection against malformed HIF messages | Jérôme Pouiller | 1 | -14/+20 |
2020-07-03 | staging: wfx: load the firmware faster | Jérôme Pouiller | 1 | -5/+4 |
2020-07-03 | staging: wfx: add tracepoint "queues_stats" | Jérôme Pouiller | 2 | -0/+54 |
2020-07-03 | staging: wfx: correctly retrieve vif ID from Tx confirmation | Jérôme Pouiller | 5 | -30/+26 |
2020-07-03 | staging: wfx: check the vif ID of the Tx confirmations | Jérôme Pouiller | 1 | -1/+5 |
2020-07-03 | staging: wfx: associate tx_queues to vifs | Jérôme Pouiller | 6 | -112/+112 |
2020-06-29 | Merge 5.8-rc3 into staging-next | Greg Kroah-Hartman | 4 | -18/+17 |
2020-06-16 | staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' static | Julius Hemanth Pitti | 1 | -2/+2 |
2020-06-16 | staging: wfx: fix coherency of hif_scan() prototype | Jérôme Pouiller | 3 | -6/+8 |
2020-06-16 | staging: wfx: drop useless loop | Jérôme Pouiller | 1 | -11/+8 |
2020-06-16 | staging: wfx: fix AC priority | Jérôme Pouiller | 1 | -1/+1 |
2020-05-27 | staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm() | Jérôme Pouiller | 1 | -18/+31 |
2020-05-27 | staging: wfx: retrieve the PS status from the vif | Jérôme Pouiller | 1 | -1/+1 |
2020-05-27 | staging: wfx: add support for tx_power_loop | Jérôme Pouiller | 5 | -3/+52 |
2020-05-27 | staging: wfx: drop unused function wfx_pending_requeue() | Jérôme Pouiller | 2 | -14/+0 |
2020-05-27 | staging: wfx: do not declare variables inside loops | Jérôme Pouiller | 1 | -4/+2 |
2020-05-27 | staging: wfx: drop unused variable | Jérôme Pouiller | 1 | -5/+0 |
2020-05-25 | Merge 5.7-rc7 into staging-next | Greg Kroah-Hartman | 1 | -1/+3 |
2020-05-19 | staging: wfx: Typo fix | Mohamed Dawod | 1 | -3/+3 |
2020-05-15 | staging: wfx: remove false positive warning | Jérôme Pouiller | 1 | -2/+4 |
2020-05-15 | staging: wfx: trace acknowledges not linked to any stations | Jérôme Pouiller | 1 | -0/+3 |
2020-05-15 | staging: wfx: remove false-positive WARN() | Jérôme Pouiller | 1 | -7/+0 |
2020-05-15 | staging: wfx: fix error reporting in wfx_start_ap() | Jérôme Pouiller | 1 | -2/+5 |
2020-05-15 | staging: wfx: drop unnecessary filter configuration when disabling filter | Jérôme Pouiller | 1 | -1/+0 |
2020-05-15 | staging: wfx: fix PS parameters when multiple vif are in use | Jérôme Pouiller | 1 | -7/+13 |
2020-05-15 | staging: wfx: fix potential dead lock between join and scan | Jérôme Pouiller | 3 | -0/+10 |
2020-05-15 | staging: wfx: merge wfx_stop_ap() with wfx_reset() | Jérôme Pouiller | 1 | -5/+1 |
2020-05-15 | staging: wfx: rename wfx_do_unjoin() into wfx_reset() | Jérôme Pouiller | 2 | -17/+16 |
2020-05-15 | staging: wfx: fix potential use-after-free | Jérôme Pouiller | 1 | -1/+1 |
2020-05-15 | staging: wfx: call wfx_tx_update_sta() before to destroy tx_priv | Jérôme Pouiller | 1 | -16/+23 |
2020-05-15 | staging: wfx: split out wfx_tx_fill_rates() from wfx_tx_confirm_cb() | Jérôme Pouiller | 1 | -30/+33 |
2020-05-15 | staging: wfx: fix status of dropped frames | Jérôme Pouiller | 1 | -0/+1 |
2020-05-15 | staging: wfx: fix indentation | Jérôme Pouiller | 1 | -3/+3 |
2020-05-15 | staging: wfx: fix value of scan timeout | Jérôme Pouiller | 1 | -1/+1 |
2020-05-15 | staging: wfx: check pointers returned by allocations | Jérôme Pouiller | 2 | -0/+45 |
2020-05-15 | staging: wfx: apply 80-columns rule to strings | Jérôme Pouiller | 5 | -16/+20 |
2020-05-15 | staging: wfx: fix warning when unregister a frozen device | Jérôme Pouiller | 1 | -0/+2 |
2020-05-13 | staging: wfx: unlock on error path | Dan Carpenter | 1 | -1/+3 |
2020-05-13 | staging: wfx: update TODO | Jérôme Pouiller | 1 | -19/+0 |