summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/sta.c
AgeCommit message (Expand)Author
2020-07-03staging: wfx: always enable FastPs in combo with new firmwaresJérôme Pouiller
2020-07-03staging: wfx: add a debugfs entry to force ps_timeoutJérôme Pouiller
2020-07-03staging: wfx: drop counter of buffered framesJérôme Pouiller
2020-07-03staging: wfx: associate tx_queues to vifsJérôme Pouiller
2020-06-16staging: wfx: make methods 'wfx_get_ps_timeout' and 'wfx_update_pm' staticJulius Hemanth Pitti
2020-05-27staging: wfx: split wfx_get_ps_timeout() from wfx_update_pm()Jérôme Pouiller
2020-05-27staging: wfx: retrieve the PS status from the vifJérôme Pouiller
2020-05-15staging: wfx: remove false positive warningJérôme Pouiller
2020-05-15staging: wfx: fix error reporting in wfx_start_ap()Jérôme Pouiller
2020-05-15staging: wfx: drop unnecessary filter configuration when disabling filterJérôme Pouiller
2020-05-15staging: wfx: fix PS parameters when multiple vif are in useJérôme Pouiller
2020-05-15staging: wfx: fix potential dead lock between join and scanJérôme Pouiller
2020-05-15staging: wfx: merge wfx_stop_ap() with wfx_reset()Jérôme Pouiller
2020-05-15staging: wfx: rename wfx_do_unjoin() into wfx_reset()Jérôme Pouiller
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller
2020-05-13staging: wfx: fix missing 'static' keywordJérôme Pouiller
2020-04-28staging: wfx: fix double init of tx_policy_upload_workJérôme Pouiller
2020-04-28staging: wfx: add support for 'device too hot' indicationJérôme Pouiller
2020-04-28staging: wfx: fix CAB sent at the wrong timeJérôme Pouiller
2020-04-28staging: wfx: fix support for AP that do not support PS-PollJérôme Pouiller
2020-04-28staging: wfx: fix (future) TDLS supportJérôme Pouiller
2020-04-25staging: wfx: check ssidlen and prevent an array overflowDan Carpenter
2020-04-23staging: wfx: drop unused attribute 'join_complete_status'Jérôme Pouiller
2020-04-23staging: wfx: drop unused enum wfx_stateJérôme Pouiller
2020-04-23staging: wfx: simplify wfx_remove_interface()Jérôme Pouiller
2020-04-23staging: wfx: drop useless checks in wfx_do_unjoin()Jérôme Pouiller
2020-04-23staging: wfx: keys are kept during whole firmware lifeJérôme Pouiller
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller
2020-04-23staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller
2020-04-23staging: wfx: field operational_rate_set is ignored by firmwareJérôme Pouiller
2020-04-23staging: wfx: dual CTS is never necessaryJérôme Pouiller
2020-04-23staging: wfx: also fix network parameters for IBSS networksJérôme Pouiller
2020-04-23staging: wfx: handle firmware events synchronouslyJérôme Pouiller
2020-04-23staging: wfx: drop useless attribute 'bss_params'Jérôme Pouiller
2020-04-23staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller
2020-04-23staging: wfx: simplify the check if the the device is associatedJérôme Pouiller
2020-04-16staging: wfx: drop useless attribute 'filter_mcast'Jérôme Pouiller
2020-04-16staging: wfx: drop useless filter update when starting APJérôme Pouiller
2020-04-16staging: wfx: split out wfx_filter_beacon()Jérôme Pouiller
2020-04-16staging: wfx: drop useless attributes 'filter_prbreq' and 'filter_bssid'Jérôme Pouiller
2020-04-16staging: wfx: drop useless call to hif_set_rx_filter()Jérôme Pouiller
2020-04-16staging: wfx: drop struct wfx_grp_addr_tableJérôme Pouiller
2020-04-16staging: wfx: align semantic of probe request filter with other filtersJérôme Pouiller
2020-04-16staging: wfx: align semantic of beacon filter with other filtersJérôme Pouiller
2020-04-16staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller
2020-04-16staging: wfx: ensure that probe requests are filtered when APJérôme Pouiller
2020-04-16staging: wfx: do not use built-in AUTO_ERP featureJérôme Pouiller
2020-04-16staging: wfx: disabling beacon filtering after hif_reset() is uselessJérôme Pouiller
2020-04-16staging: wfx: do not wait for a dtim before associateJérôme Pouiller