summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx
AgeCommit message (Expand)Author
2020-04-16staging: wfx: update TODOJé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: stop changing filtering rule in wfx_hw_scan()Jé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
2020-04-16staging: wfx: wfx_update_filtering_work() is no more usedJérôme Pouiller
2020-04-16staging: wfx: simplify handling of beacon filter during join processJérôme Pouiller
2020-04-16staging: wfx: rework wfx_configure_filter()Jérôme Pouiller
2020-04-16staging: wfx: simplify wfx_update_filtering()Jérôme Pouiller
2020-04-16staging: wfx: update filtering even if not connectedJérôme Pouiller
2020-04-13staging: wfx: drop useless update of macaddrJérôme Pouiller
2020-04-13staging: wfx: drop unused attribute 'beacon_int'Jérôme Pouiller
2020-04-13staging: wfx: check value of beacon_intJérôme Pouiller
2020-04-13staging: wfx: re-enable BA after resetJérôme Pouiller
2020-04-13staging: wfx: introduce wfx_join_ibss() and wfx_leave_ibss()Jérôme Pouiller
2020-04-13staging: wfx: allow to join IBSS networksJérôme Pouiller
2020-04-13staging: wfx: avoid duplicate updating of beacon templateJérôme Pouiller
2020-04-13staging: wfx: remove unnecessary conditions in wfx_bss_info_changed()Jérôme Pouiller
2020-04-13staging: wfx: request to send beacons in IBSS modeJérôme Pouiller
2020-04-13staging: wfx: drop unnecessary condition checks in wfx_upload_ap_templates()Jérôme Pouiller
2020-04-13staging: wfx: disabling keep alive during unjoin is uselessJérôme Pouiller
2020-04-13staging: wfx: fix support for BSS_CHANGED_KEEP_ALIVEJérôme Pouiller
2020-04-13staging: wfx: remove useless call to wfx_tx_flush()Jérôme Pouiller
2020-04-13staging: wfx: change the way the station associate to an APJérôme Pouiller
2020-04-13staging: wfx: set all parameters before starting APJérôme Pouiller
2020-04-13staging: wfx: implement start_ap/stop_apJérôme Pouiller
2020-04-13staging: wfx: call wfx_do_unjoin() synchronouslyJérôme Pouiller
2020-04-13staging: wfx: reduce hold duration of cfg80211_bssJérôme Pouiller
2020-04-13staging: wfx: fix race between configure_filter and remove_interfaceJérôme Pouiller
2020-04-13staging: wfx: send just necessary bytesJérôme Pouiller
2020-04-13staging: wfx: make hif_ie_table_entry constJérôme Pouiller
2020-04-13staging: wfx: allow to connect an IBSS with an existing SSIDJérôme Pouiller
2020-04-13staging: wfx: place hif_tx_mib functions into a .c fileJérôme Pouiller
2020-04-13staging: wfx: align members declarations in hif APIJérôme Pouiller
2020-04-13staging: wfx: fix endianness of hif APIJérôme Pouiller
2020-04-13staging: wfx: remove useless definesJérôme Pouiller
2020-04-13staging: wfx: remove unused definitions from the hif APIJérôme Pouiller
2020-04-13staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif...Jérôme Pouiller
2020-04-13staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif APIJérôme Pouiller
2020-04-13staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUTJérôme Pouiller