summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx
AgeCommit message (Expand)AuthorFilesLines
2020-04-23staging: wfx: drop unused attribute 'join_complete_status'Jérôme Pouiller2-4/+0
2020-04-23staging: wfx: drop unused enum wfx_stateJérôme Pouiller3-22/+0
2020-04-23staging: wfx: simplify wfx_remove_interface()Jérôme Pouiller1-15/+2
2020-04-23staging: wfx: drop useless checks in wfx_do_unjoin()Jérôme Pouiller1-6/+0
2020-04-23staging: wfx: drop protection for asynchronous join during scanJérôme Pouiller1-3/+0
2020-04-23staging: wfx: keys are kept during whole firmware lifeJérôme Pouiller4-44/+20
2020-04-23staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller7-58/+11
2020-04-23staging: wfx: drop useless update of field basic_rate_setJérôme Pouiller1-3/+0
2020-04-23staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller3-17/+9
2020-04-23staging: wfx: field operational_rate_set is ignored by firmwareJérôme Pouiller1-16/+6
2020-04-23staging: wfx: dual CTS is never necessaryJérôme Pouiller4-23/+0
2020-04-23staging: wfx: also fix network parameters for IBSS networksJérôme Pouiller1-6/+5
2020-04-23staging: wfx: handle firmware events synchronouslyJérôme Pouiller4-95/+24
2020-04-23staging: wfx: drop useless attribute 'bss_params'Jérôme Pouiller2-9/+6
2020-04-23staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller5-112/+20
2020-04-23staging: wfx: simplify the check if the the device is associatedJérôme Pouiller1-1/+1
2020-04-16staging: wfx: update TODOJérôme Pouiller1-28/+12
2020-04-16staging: wfx: drop useless attribute 'filter_mcast'Jérôme Pouiller2-8/+7
2020-04-16staging: wfx: drop useless filter update when starting APJérôme Pouiller1-1/+0
2020-04-16staging: wfx: split out wfx_filter_beacon()Jérôme Pouiller2-11/+13
2020-04-16staging: wfx: drop useless attributes 'filter_prbreq' and 'filter_bssid'Jérôme Pouiller2-8/+6
2020-04-16staging: wfx: drop useless call to hif_set_rx_filter()Jérôme Pouiller1-1/+0
2020-04-16staging: wfx: drop struct wfx_grp_addr_tableJérôme Pouiller3-22/+16
2020-04-16staging: wfx: align semantic of probe request filter with other filtersJérôme Pouiller3-7/+7
2020-04-16staging: wfx: align semantic of beacon filter with other filtersJérôme Pouiller2-6/+6
2020-04-16staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller2-10/+5
2020-04-16staging: wfx: ensure that probe requests are filtered when APJérôme Pouiller1-1/+7
2020-04-16staging: wfx: stop changing filtering rule in wfx_hw_scan()Jérôme Pouiller1-1/+0
2020-04-16staging: wfx: do not use built-in AUTO_ERP featureJérôme Pouiller1-4/+0
2020-04-16staging: wfx: disabling beacon filtering after hif_reset() is uselessJérôme Pouiller1-2/+0
2020-04-16staging: wfx: do not wait for a dtim before associateJérôme Pouiller2-3/+1
2020-04-16staging: wfx: wfx_update_filtering_work() is no more usedJérôme Pouiller3-12/+0
2020-04-16staging: wfx: simplify handling of beacon filter during join processJérôme Pouiller2-13/+9
2020-04-16staging: wfx: rework wfx_configure_filter()Jérôme Pouiller1-6/+35
2020-04-16staging: wfx: simplify wfx_update_filtering()Jérôme Pouiller1-44/+25
2020-04-16staging: wfx: update filtering even if not connectedJérôme Pouiller1-3/+0
2020-04-13staging: wfx: drop useless update of macaddrJérôme Pouiller1-1/+0
2020-04-13staging: wfx: drop unused attribute 'beacon_int'Jérôme Pouiller2-6/+0
2020-04-13staging: wfx: check value of beacon_intJérôme Pouiller1-0/+2
2020-04-13staging: wfx: re-enable BA after resetJérôme Pouiller1-8/+4
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller3-2/+21
2020-04-13staging: wfx: allow to join IBSS networksJérôme Pouiller1-1/+1
2020-04-13staging: wfx: avoid duplicate updating of beacon templateJérôme Pouiller1-11/+1
2020-04-13staging: wfx: remove unnecessary conditions in wfx_bss_info_changed()Jérôme Pouiller1-4/+3
2020-04-13staging: wfx: request to send beacons in IBSS modeJérôme Pouiller1-2/+1
2020-04-13staging: wfx: drop unnecessary condition checks in wfx_upload_ap_templates()Jérôme Pouiller1-5/+0
2020-04-13staging: wfx: disabling keep alive during unjoin is uselessJérôme Pouiller1-1/+0
2020-04-13staging: wfx: fix support for BSS_CHANGED_KEEP_ALIVEJérôme Pouiller1-1/+5
2020-04-13staging: wfx: remove useless call to wfx_tx_flush()Jérôme Pouiller1-2/+0
2020-04-13staging: wfx: change the way the station associate to an APJérôme Pouiller1-45/+17