summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/sta.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller2020-07-031-13/+3
* staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller2020-07-031-3/+7
* staging: wfx: drop counter of buffered framesJérôme Pouiller2020-07-031-8/+0
* staging: wfx: associate tx_queues to vifsJérôme Pouiller2020-07-031-1/+3
* 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: remove false positive warningJérôme Pouiller2020-05-151-2/+4
* 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-151-0/+3
* 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-151-17/+15
* staging: wfx: remove spaces after cast operatorJérôme Pouiller2020-05-131-12/+11
* staging: wfx: fix alignements of function prototypesJérôme Pouiller2020-05-131-10/+5
* staging: wfx: fix missing 'static' keywordJérôme Pouiller2020-05-131-1/+1
* staging: wfx: fix double init of tx_policy_upload_workJérôme Pouiller2020-04-281-1/+0
* staging: wfx: add support for 'device too hot' indicationJérôme Pouiller2020-04-281-0/+23
* staging: wfx: fix CAB sent at the wrong timeJérôme Pouiller2020-04-281-0/+2
* staging: wfx: fix support for AP that do not support PS-PollJérôme Pouiller2020-04-281-1/+15
* staging: wfx: fix (future) TDLS supportJérôme Pouiller2020-04-281-5/+4
* staging: wfx: check ssidlen and prevent an array overflowDan Carpenter2020-04-251-1/+3
* staging: wfx: drop unused attribute 'join_complete_status'Jérôme Pouiller2020-04-231-2/+0
* staging: wfx: drop unused enum wfx_stateJérôme Pouiller2020-04-231-13/+0
* staging: wfx: simplify wfx_remove_interface()Jérôme Pouiller2020-04-231-15/+2
* staging: wfx: drop useless checks in wfx_do_unjoin()Jérôme Pouiller2020-04-231-6/+0
* staging: wfx: keys are kept during whole firmware lifeJérôme Pouiller2020-04-231-4/+0
* staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller2020-04-231-10/+8
* staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller2020-04-231-8/+3
* staging: wfx: field operational_rate_set is ignored by firmwareJérôme Pouiller2020-04-231-16/+6
* staging: wfx: dual CTS is never necessaryJérôme Pouiller2020-04-231-6/+0
* staging: wfx: also fix network parameters for IBSS networksJérôme Pouiller2020-04-231-6/+5
* staging: wfx: handle firmware events synchronouslyJérôme Pouiller2020-04-231-69/+1
* staging: wfx: drop useless attribute 'bss_params'Jérôme Pouiller2020-04-231-8/+6
* staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller2020-04-231-87/+19
* staging: wfx: simplify the check if the the device is associatedJérôme Pouiller2020-04-231-1/+1
* staging: wfx: drop useless attribute 'filter_mcast'Jérôme Pouiller2020-04-161-7/+7
* staging: wfx: drop useless filter update when starting APJérôme Pouiller2020-04-161-1/+0
* staging: wfx: split out wfx_filter_beacon()Jérôme Pouiller2020-04-161-10/+13
* staging: wfx: drop useless attributes 'filter_prbreq' and 'filter_bssid'Jérôme Pouiller2020-04-161-6/+6
* staging: wfx: drop useless call to hif_set_rx_filter()Jérôme Pouiller2020-04-161-1/+0
* staging: wfx: drop struct wfx_grp_addr_tableJérôme Pouiller2020-04-161-15/+13
* staging: wfx: align semantic of probe request filter with other filtersJérôme Pouiller2020-04-161-4/+4
* staging: wfx: align semantic of beacon filter with other filtersJérôme Pouiller2020-04-161-5/+5
* staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller2020-04-161-9/+5
* staging: wfx: ensure that probe requests are filtered when APJérôme Pouiller2020-04-161-1/+7
* staging: wfx: do not use built-in AUTO_ERP featureJérôme Pouiller2020-04-161-4/+0
* staging: wfx: disabling beacon filtering after hif_reset() is uselessJérôme Pouiller2020-04-161-2/+0
* staging: wfx: do not wait for a dtim before associateJérôme Pouiller2020-04-161-2/+1