summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
Commit message (Expand)AuthorAgeFilesLines
...
* | staging: wfx: fix double init of tx_policy_upload_workJérôme Pouiller2020-04-281-1/+0
* | staging: wfx: fix the warning "inconsistent notification"Jérôme Pouiller2020-04-282-5/+14
* | staging: wfx: fix overflow in frame countersJérôme Pouiller2020-04-281-1/+1
* | staging: wfx: fix highest Rx value declared in ieee80211_supported_bandJérôme Pouiller2020-04-281-1/+1
* | staging: wfx: add an explicit warning when chip detect too high temperatureJérôme Pouiller2020-04-281-0/+4
* | staging: wfx: add support for 'device too hot' indicationJérôme Pouiller2020-04-285-6/+42
* | 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-283-2/+24
* | staging: wfx: mark chip frozen on error indicationJérôme Pouiller2020-04-281-0/+1
* | staging: wfx: change the field chip_frozen into a booleanJérôme Pouiller2020-04-284-4/+4
* | staging: wfx: fix (future) TDLS supportJérôme Pouiller2020-04-281-5/+4
* | staging: wfx: cleanup long lines in data_tx.cSuraj Upadhyay2020-04-281-14/+26
* | 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-232-4/+0
* | staging: wfx: drop unused enum wfx_stateJérôme Pouiller2020-04-233-22/+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: drop protection for asynchronous join during scanJérôme Pouiller2020-04-231-3/+0
* | staging: wfx: keys are kept during whole firmware lifeJérôme Pouiller2020-04-234-44/+20
* | staging: wfx: introduce wfx_set_default_unicast_key()Jérôme Pouiller2020-04-237-58/+11
* | staging: wfx: drop useless update of field basic_rate_setJérôme Pouiller2020-04-231-3/+0
* | staging: wfx: simplify hif_set_bss_params()Jérôme Pouiller2020-04-233-17/+9
* | 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-234-23/+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-234-95/+24
* | staging: wfx: drop useless attribute 'bss_params'Jérôme Pouiller2020-04-232-9/+6
* | staging: wfx: use ieee80211_beacon_loss() provided by mac80211Jérôme Pouiller2020-04-235-112/+20
* | staging: wfx: simplify the check if the the device is associatedJérôme Pouiller2020-04-231-1/+1
* | staging: wfx: update TODOJérôme Pouiller2020-04-161-28/+12
* | staging: wfx: drop useless attribute 'filter_mcast'Jérôme Pouiller2020-04-162-8/+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-162-11/+13
* | staging: wfx: drop useless attributes 'filter_prbreq' and 'filter_bssid'Jérôme Pouiller2020-04-162-8/+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-163-22/+16
* | staging: wfx: align semantic of probe request filter with other filtersJérôme Pouiller2020-04-163-7/+7
* | staging: wfx: align semantic of beacon filter with other filtersJérôme Pouiller2020-04-162-6/+6
* | staging: wfx: drop useless wfx_fwd_probe_req()Jérôme Pouiller2020-04-162-10/+5
* | staging: wfx: ensure that probe requests are filtered when APJérôme Pouiller2020-04-161-1/+7
* | staging: wfx: stop changing filtering rule in wfx_hw_scan()Jérôme Pouiller2020-04-161-1/+0
* | 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-162-3/+1
* | staging: wfx: wfx_update_filtering_work() is no more usedJérôme Pouiller2020-04-163-12/+0
* | staging: wfx: simplify handling of beacon filter during join processJérôme Pouiller2020-04-162-13/+9
* | staging: wfx: rework wfx_configure_filter()Jérôme Pouiller2020-04-161-6/+35
* | staging: wfx: simplify wfx_update_filtering()Jérôme Pouiller2020-04-161-44/+25
* | staging: wfx: update filtering even if not connectedJérôme Pouiller2020-04-161-3/+0
* | staging: wfx: drop useless update of macaddrJérôme Pouiller2020-04-131-1/+0